Uses of Interface
com.pervasive.datarush.ports.physical.PortStatistics
Packages that use PortStatistics
Package
Description
Provides classes and interfaces related to receiving and sending data in a dataflow graph.
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 PortStatisticsModifier and TypeMethodDescriptionPhysicalPort.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.physicalModifier and TypeInterfaceDescriptioninterfaceLive run-time statistics for an input port.interfaceLive run-time statistics for an input port.Classes in com.pervasive.datarush.ports.physical that implement PortStatisticsModifier and TypeClassDescriptionclassA snapshot of run-time statistics for an input port.classA snapshot of run-time statistics for an output port.classA snapshot of run-time statistics for a dataflow port.Method parameters in com.pervasive.datarush.ports.physical with type arguments of type PortStatisticsModifier and TypeMethodDescriptionstatic List<PortSnapshot>PortSnapshot.asSnapshots(Collection<? extends PortStatistics> ports) Converts a list of statistics into snapshots.