Uses of Interface
com.pervasive.datarush.ports.PhysicalInputPort
-
Packages that use PhysicalInputPort Package Description com.pervasive.datarush.operators Provides classes and interfaces for developing dataflow operators.com.pervasive.datarush.ports.physical Provides classes and interfaces for accessing and producing the data flowing between operators in a dataflow graph. -
-
Uses of PhysicalInputPort in com.pervasive.datarush.operators
Methods in com.pervasive.datarush.operators that return PhysicalInputPort Modifier and Type Method Description PhysicalInputPort
ExecutionContext. getInputPort(LogicalPort logicalPort)
Returns the physical port for the given logical port.PhysicalInputPort
ExecutionContext. getInputPort(LogicalPort logicalPort, int copyNumber)
Returns the physical port for the given logical port. -
Uses of PhysicalInputPort in com.pervasive.datarush.ports.physical
Subinterfaces of PhysicalInputPort in com.pervasive.datarush.ports.physical Modifier and Type Interface Description interface
RecordInput
An input port on a record data flow.
-