Uses of Interface
com.pervasive.datarush.ports.physical.InputStatistics
Packages that use InputStatistics
Package
Description
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 InputStatisticsModifier and TypeClassDescriptionclassA snapshot of run-time statistics for an input port.Methods in com.pervasive.datarush.ports.physical that return InputStatisticsModifier and TypeMethodDescriptionRecordInput.getStats()Retrieves the run-time statistics gathered for this input.Constructors in com.pervasive.datarush.ports.physical with parameters of type InputStatisticsModifierConstructorDescriptionInputSnapshot(InputStatistics stats) Creates a snapshot of input statistics.