Uses of Interface
com.pervasive.datarush.ports.PhysicalOutputPort
-
Packages that use PhysicalOutputPort 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 PhysicalOutputPort in com.pervasive.datarush.operators
Methods in com.pervasive.datarush.operators that return PhysicalOutputPort Modifier and Type Method Description PhysicalOutputPortExecutionContext. getOutputPort(LogicalPort logicalPort)Returns the physical port for the given logical port. -
Uses of PhysicalOutputPort in com.pervasive.datarush.ports.physical
Subinterfaces of PhysicalOutputPort in com.pervasive.datarush.ports.physical Modifier and Type Interface Description interfaceRecordOutputAn output port generating a flow of record tokens.Methods in com.pervasive.datarush.ports.physical with parameters of type PhysicalOutputPort Modifier and Type Method Description voidOutputEventListener. outputClosed(PhysicalOutputPort output)Indicates the specified output port has pushed end of data.voidOutputEventListener. outputUnread(PhysicalOutputPort output)Indicates the specified output port no longer has readers.
-