Uses of Enum Class
com.pervasive.datarush.monitoring.UnitOfMeasure
Packages that use UnitOfMeasure
Package
Description
Provides classes and interfaces for reporting on commonly monitored resources
such as memory, threads, and I/O.
-
Uses of UnitOfMeasure in com.pervasive.datarush.monitoring
Methods in com.pervasive.datarush.monitoring that return UnitOfMeasureModifier and TypeMethodDescriptionCounterDefinition.unitOfMeasure()Returns the unit of measure.GaugeDefinition.unitOfMeasure()Returns the unit of measure.static UnitOfMeasureReturns the enum constant of this class with the specified name.static UnitOfMeasure[]UnitOfMeasure.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.pervasive.datarush.monitoring with parameters of type UnitOfMeasureModifier and TypeMethodDescriptionCounterDefinition.unitOfMeasure(UnitOfMeasure unitOfMeasure) Sets the unit of measure.GaugeDefinition.unitOfMeasure(UnitOfMeasure unitOfMeasure) Sets the unit of measure.