Package | Description |
---|---|
com.pervasive.datarush.graphs |
Provides classes and interfaces for the construction of executable
dataflow graphs.
|
Modifier and Type | Method and Description |
---|---|
InputPortInstance |
LogicalGraphInstance.getPortInstance(LogicalPort inputPort)
Looks up an operator instance by the input port of a
LogicalOperator
that was added to the graph. |
InputPortInstance |
InputPortInstance.getSnapshot() |
Modifier and Type | Method and Description |
---|---|
List<? extends InputPortInstance> |
OperatorInstance.getInputPorts()
Returns a description of the input ports defined by this operator.
|
Copyright © 2016 Actian Corporation. All rights reserved.