Uses of Interface
com.pervasive.datarush.io.IOMonitoringContext
Packages that use IOMonitoringContext
Package
Description
Provides classes and interfaces performing file-like I/O operations.
Provides classes and interfaces for developing dataflow operators.
-
Uses of IOMonitoringContext in com.pervasive.datarush.io
Methods in com.pervasive.datarush.io that return IOMonitoringContextModifier and TypeMethodDescriptionFileClient.getMonitoring()Returns the monitoring used to instrument I/O operations by the client.Methods in com.pervasive.datarush.io with parameters of type IOMonitoringContextModifier and TypeMethodDescriptionFileClient.instrumentWith(IOMonitoringContext monitor) Creates a new client which instrumented I/O operations using the specified context. -
Uses of IOMonitoringContext in com.pervasive.datarush.operators
Methods in com.pervasive.datarush.operators that return IOMonitoringContextModifier and TypeMethodDescriptionExecutionContext.getIOMonitor()Returns a monitoring context to allow I/O operators to report statistics.