Uses of Interface
com.pervasive.datarush.io.IOMonitoringContext
-
Packages that use IOMonitoringContext Package Description com.pervasive.datarush.io Provides classes and interfaces performing file-like I/O operations.com.pervasive.datarush.operators Provides classes and interfaces for developing dataflow operators. -
-
Uses of IOMonitoringContext in com.pervasive.datarush.io
Methods in com.pervasive.datarush.io that return IOMonitoringContext Modifier and Type Method Description IOMonitoringContextFileClient. getMonitoring()Returns the monitoring used to instrument I/O operations by the client.Methods in com.pervasive.datarush.io with parameters of type IOMonitoringContext Modifier and Type Method Description FileClientFileClient. 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 IOMonitoringContext Modifier and Type Method Description IOMonitoringContextExecutionContext. getIOMonitor()Returns a monitoring context to allow I/O operators to report statistics.
-