Uses of Interface
com.pervasive.datarush.ports.physical.PortStatistics
-
Packages that use PortStatistics Package Description com.pervasive.datarush.ports Provides classes and interfaces related to receiving and sending data in a dataflow graph.com.pervasive.datarush.ports.physical Provides classes and interfaces for accessing and producing the data flowing between operators in a dataflow graph. -
-
Uses of PortStatistics in com.pervasive.datarush.ports
Methods in com.pervasive.datarush.ports that return PortStatistics Modifier and Type Method Description PortStatistics
PhysicalPort. getStats()
Retrieves the run-time statistics gathered for this port. -
Uses of PortStatistics in com.pervasive.datarush.ports.physical
Subinterfaces of PortStatistics in com.pervasive.datarush.ports.physical Modifier and Type Interface Description interface
InputStatistics
Live run-time statistics for an input port.interface
OutputStatistics
Live run-time statistics for an input port.Classes in com.pervasive.datarush.ports.physical that implement PortStatistics 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.class
PortSnapshot
A snapshot of run-time statistics for a dataflow port.Method parameters in com.pervasive.datarush.ports.physical with type arguments of type PortStatistics Modifier and Type Method Description static List<PortSnapshot>
PortSnapshot. asSnapshots(Collection<? extends PortStatistics> ports)
Converts a list of statistics into snapshots.
-