Uses of Enum Class
com.pervasive.datarush.io.IOChannelOperation
Packages that use IOChannelOperation
Package
Description
Provides classes and interfaces performing file-like I/O operations.
Provides classes and interfaces for reporting on commonly monitored resources
such as memory, threads, and I/O.
-
Uses of IOChannelOperation in com.pervasive.datarush.io
Methods in com.pervasive.datarush.io that return IOChannelOperationModifier and TypeMethodDescriptionstatic IOChannelOperationReturns the enum constant of this class with the specified name.static IOChannelOperation[]IOChannelOperation.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.pervasive.datarush.io with parameters of type IOChannelOperationModifier and TypeMethodDescriptionIOMonitoringContext.newCollector(String interfaceName, IOChannelOperation op) Creates a new I/O statistics collector with the specified attributes. -
Uses of IOChannelOperation in com.pervasive.datarush.monitoring
Methods in com.pervasive.datarush.monitoring with parameters of type IOChannelOperationModifier and TypeMethodDescriptionstatic CounterDefinitionStatisticDefinition.ioBytes(String provider, IOChannelOperation operation) A statistic that provides the number of io bytes.static CounterDefinitionStatisticDefinition.ioCount(String provider, IOChannelOperation operation) A statistic that provides the number of io operations.