Uses of Class
com.pervasive.datarush.ports.physical.PortStatus
-
Packages that use PortStatus 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 PortStatus in com.pervasive.datarush.ports.physical
Methods in com.pervasive.datarush.ports.physical that return PortStatus Modifier and Type Method Description PortStatus
PortSnapshot. getState()
Gets the current state of the port.PortStatus
PortStatistics. getState()
Gets the current state of the port.static PortStatus
PortStatus. valueOf(String name)
Returns the enum constant of this type with the specified name.static PortStatus[]
PortStatus. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-