Uses of Interface
com.pervasive.datarush.ports.physical.OutputStatistics
-
Packages that use OutputStatistics Package Description com.pervasive.datarush.ports.physical Provides classes and interfaces for accessing and producing the data flowing between operators in a dataflow graph. -
-
Uses of OutputStatistics in com.pervasive.datarush.ports.physical
Classes in com.pervasive.datarush.ports.physical that implement OutputStatistics Modifier and Type Class Description class
OutputSnapshot
A snapshot of run-time statistics for an output port.Methods in com.pervasive.datarush.ports.physical that return OutputStatistics Modifier and Type Method Description OutputStatistics
RecordOutput. getStats()
Retrieves the run-time statistics gathered for this input.Constructors in com.pervasive.datarush.ports.physical with parameters of type OutputStatistics Constructor Description OutputSnapshot(OutputStatistics stats)
Creates a snapshot of output statistics.
-