Uses of Interface
com.pervasive.datarush.ports.physical.InputStatistics
-
Packages that use InputStatistics 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 InputStatistics in com.pervasive.datarush.ports.physical
Classes in com.pervasive.datarush.ports.physical that implement InputStatistics Modifier and Type Class Description class
InputSnapshot
A snapshot of run-time statistics for an input port.Methods in com.pervasive.datarush.ports.physical that return InputStatistics Modifier and Type Method Description InputStatistics
RecordInput. getStats()
Retrieves the run-time statistics gathered for this input.Constructors in com.pervasive.datarush.ports.physical with parameters of type InputStatistics Constructor Description InputSnapshot(InputStatistics stats)
Creates a snapshot of input statistics.
-