Uses of Class
com.pervasive.datarush.ports.physical.PortSnapshot
Packages that use PortSnapshot
Package
Description
Provides classes and interfaces for accessing and producing the data flowing
between operators in a dataflow graph.
-
Uses of PortSnapshot in com.pervasive.datarush.ports.physical
Subclasses of PortSnapshot in com.pervasive.datarush.ports.physicalModifier and TypeClassDescriptionclassA snapshot of run-time statistics for an input port.classA snapshot of run-time statistics for an output port.Methods in com.pervasive.datarush.ports.physical that return PortSnapshotModifier and TypeMethodDescriptionPortStatistics.getSnapshot()Gets a snapshot of the current statistics.Methods in com.pervasive.datarush.ports.physical that return types with arguments of type PortSnapshotModifier and TypeMethodDescriptionstatic List<PortSnapshot>PortSnapshot.asSnapshots(Collection<? extends PortStatistics> ports) Converts a list of statistics into snapshots.