Package | Description |
---|---|
com.pervasive.datarush.monitoring |
Provides classes and interfaces for reporting on commonly monitored
resources such as memory, threads, and I/O.
|
Modifier and Type | Class and Description |
---|---|
class |
BasicCounter
Basic mutable implementation of
CounterSupplier . |
class |
CounterSnapshot
A snapshot that reflects a point-in-time of a
CounterSupplier . |
Modifier and Type | Method and Description |
---|---|
CounterSupplier |
CounterDefinition.aggregate(List<? extends StatisticSupplier> values) |
CounterSupplier |
CounterDefinition.cast(StatisticSupplier value) |
CounterSupplier |
CounterDefinition.doFinalSnapshot(StatisticSupplier supplier) |
CounterSupplier |
CounterSupplier.snapshot() |
CounterSupplier |
BasicCounter.snapshot() |
Constructor and Description |
---|
CounterSnapshot(CounterSupplier source)
Create a snapshot of the given counter.
|
Copyright © 2020 Actian Corporation. All rights reserved.