| 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  | 
AccumulatedTimer
Basic mutable implementation of  
AccumulatedTimerSupplier. | 
class  | 
AccumulatedTimerSnapshot
A snapshot that reflects a point-in-time of a  
IntervalTimerSupplier. | 
| Modifier and Type | Method and Description | 
|---|---|
AccumulatedTimerSupplier | 
AccumulatedTimerDefinition.aggregate(List<? extends StatisticSupplier> values)
Performs timer aggregation per the aggregation rules specified on
  
IntervalTimerSupplier. | 
AccumulatedTimerSupplier | 
AccumulatedTimerDefinition.cast(StatisticSupplier value)  | 
AccumulatedTimerSupplier | 
AccumulatedTimerSupplier.snapshot()
Creates a snapshot of this timer. 
 | 
AccumulatedTimerSupplier | 
AccumulatedTimer.snapshot()  | 
| Constructor and Description | 
|---|
AccumulatedTimerSnapshot(AccumulatedTimerSupplier source)
Create a snapshot of the given timer. 
 | 
Copyright © 2024 Actian Corporation. All rights reserved.