Uses of Interface
com.pervasive.datarush.ports.PhysicalOutputPort
Packages that use PhysicalOutputPort
Package
Description
Provides classes and interfaces for developing dataflow operators.
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 PhysicalOutputPortModifier and TypeMethodDescriptionExecutionContext.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.physicalModifier and TypeInterfaceDescriptioninterfaceAn output port generating a flow of record tokens.Methods in com.pervasive.datarush.ports.physical with parameters of type PhysicalOutputPortModifier and TypeMethodDescriptionvoidOutputEventListener.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.