Uses of Class
com.pervasive.datarush.ports.physical.PortSnapshot
-
Packages that use PortSnapshot 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 PortSnapshot in com.pervasive.datarush.ports.physical
Subclasses of PortSnapshot in com.pervasive.datarush.ports.physical Modifier and Type Class Description class
InputSnapshot
A snapshot of run-time statistics for an input port.class
OutputSnapshot
A snapshot of run-time statistics for an output port.Methods in com.pervasive.datarush.ports.physical that return PortSnapshot Modifier and Type Method Description PortSnapshot
PortStatistics. getSnapshot()
Gets a snapshot of the current statistics.Methods in com.pervasive.datarush.ports.physical that return types with arguments of type PortSnapshot Modifier and Type Method Description static List<PortSnapshot>
PortSnapshot. asSnapshots(Collection<? extends PortStatistics> ports)
Converts a list of statistics into snapshots.
-