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 PortStatisticsPhysicalPort. 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 interfaceInputStatisticsLive run-time statistics for an input port.interfaceOutputStatisticsLive run-time statistics for an input port.Classes in com.pervasive.datarush.ports.physical that implement PortStatistics Modifier and Type Class Description classInputSnapshotA snapshot of run-time statistics for an input port.classOutputSnapshotA snapshot of run-time statistics for an output port.classPortSnapshotA 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.
-