| 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 | Method and Description | 
|---|---|
StatisticState | 
StatisticSupplier.getState()
Returns the current state of the supplier. 
 | 
StatisticState | 
IntervalTimerSnapshot.getState()  | 
StatisticState | 
IntervalTimer.getState()  | 
StatisticState | 
GaugeSnapshot.getState()  | 
StatisticState | 
CounterSnapshot.getState()  | 
StatisticState | 
BasicCounter.getState()  | 
StatisticState | 
AccumulatedTimerSnapshot.getState()  | 
StatisticState | 
AccumulatedTimer.getState()  | 
static StatisticState | 
StatisticState.valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static StatisticState[] | 
StatisticState.values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
| Constructor and Description | 
|---|
AccumulatedTimerSnapshot(StatisticState state,
                        long accumulatedTimeMillis)
Create a snapshot with the specified values 
 | 
CounterSnapshot(StatisticState state,
               long count)
Create a snapshot with the specified values 
 | 
GaugeSnapshot(StatisticState state,
             long currentValue,
             long minAllowedValue,
             long maxAllowedValue)
Create a snapshot with the specified values 
 | 
IntervalTimerSnapshot(StatisticState state,
                     long startTimeMillis,
                     long endTimeMillis)
Create a snapshot with the specified values 
 | 
Copyright © 2020 Actian Corporation. All rights reserved.