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