Uses of Class
com.pervasive.datarush.io.IOChannelOperation
-
Packages that use IOChannelOperation Package Description com.pervasive.datarush.io Provides classes and interfaces performing file-like I/O operations.com.pervasive.datarush.monitoring 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 IOChannelOperation Modifier and Type Method Description static IOChannelOperation
IOChannelOperation. valueOf(String name)
Returns the enum constant of this type with the specified name.static IOChannelOperation[]
IOChannelOperation. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.pervasive.datarush.io with parameters of type IOChannelOperation Modifier and Type Method Description IOChannelStatsCollector
IOMonitoringContext. 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 IOChannelOperation Modifier and Type Method Description static CounterDefinition
StatisticDefinition. ioBytes(String provider, IOChannelOperation operation)
A statistic that provides the number of io bytes.static CounterDefinition
StatisticDefinition. ioCount(String provider, IOChannelOperation operation)
A statistic that provides the number of io operations.
-