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.
|
Modifier and Type | Method and Description |
---|---|
PhysicalOutputPort |
ExecutionContext.getOutputPort(LogicalPort logicalPort)
Returns the physical port for the given logical port.
|
Modifier and Type | Interface and Description |
---|---|
interface |
RecordOutput
An output port generating a flow of record tokens.
|
Modifier and Type | Method and Description |
---|---|
void |
OutputEventListener.outputClosed(PhysicalOutputPort output)
Indicates the specified output port has pushed end of data.
|
void |
OutputEventListener.outputUnread(PhysicalOutputPort output)
Indicates the specified output port no longer has readers.
|
Copyright © 2020 Actian Corporation. All rights reserved.