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 |
AbstractIntervalTimerSupplier
Convenient base class that should be extended by all implementations of
IntervalTimerSupplier |
class |
IntervalTimer
Basic mutable implementation of
AccumulatedTimerSupplier . |
class |
IntervalTimerSnapshot
A snapshot that reflects a point-in-time of a
IntervalTimerSupplier . |
Modifier and Type | Method and Description |
---|---|
IntervalTimerSupplier |
IntervalTimerDefinition.aggregate(List<? extends StatisticSupplier> values)
Performs timer aggregation per the aggregation rules specified on
IntervalTimerSupplier . |
IntervalTimerSupplier |
IntervalTimerDefinition.cast(StatisticSupplier value) |
IntervalTimerSupplier |
IntervalTimerSupplier.snapshot()
Creates a snapshot of this timer.
|
Constructor and Description |
---|
IntervalTimerSnapshot(IntervalTimerSupplier source)
Create a snapshot of the given timer.
|
Copyright © 2020 Actian Corporation. All rights reserved.