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 |
---|---|
UnitOfMeasure |
GaugeDefinition.unitOfMeasure()
Returns the unit of measure.
|
UnitOfMeasure |
CounterDefinition.unitOfMeasure()
Returns the unit of measure.
|
static UnitOfMeasure |
UnitOfMeasure.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UnitOfMeasure[] |
UnitOfMeasure.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
GaugeDefinition |
GaugeDefinition.unitOfMeasure(UnitOfMeasure unitOfMeasure)
Sets the unit of measure.
|
CounterDefinition |
CounterDefinition.unitOfMeasure(UnitOfMeasure unitOfMeasure)
Sets the unit of measure.
|
Copyright © 2016 Actian Corporation. All rights reserved.