Uses of Interface
com.pervasive.datarush.ports.PhysicalPort
-
Packages that use PhysicalPort 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 PhysicalPort in com.pervasive.datarush.ports
Subinterfaces of PhysicalPort in com.pervasive.datarush.ports Modifier and Type Interface Description interface
PhysicalInputPort
Marker interface for physical inputs.interface
PhysicalOutputPort
Marker interface for physical outputs. -
Uses of PhysicalPort in com.pervasive.datarush.ports.physical
Subinterfaces of PhysicalPort in com.pervasive.datarush.ports.physical Modifier and Type Interface Description interface
RecordInput
An input port on a record data flow.interface
RecordOutput
An output port generating a flow of record tokens.
-