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 |
---|---|
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.
|
Modifier and Type | Interface and Description |
---|---|
interface |
RecordInput
An input port on a record data flow.
|
Copyright © 2016 Actian Corporation. All rights reserved.