Package | Description |
---|---|
com.pervasive.datarush.graphs |
Provides classes and interfaces for the construction of executable
dataflow graphs.
|
Modifier and Type | Method and Description |
---|---|
OperatorInstance |
LogicalGraphInstance.getOperatorInstance(LogicalOperator operator)
Looks up an operator instance by the
LogicalOperator added to the
graph. |
OperatorInstance |
OperatorInstance.getSnapshot()
Returns a snapshot that reflects a point-in-time of this operator instance.
|
Modifier and Type | Method and Description |
---|---|
List<? extends OperatorInstance> |
OperatorInstance.getChildOperators()
Returns the children of this operator if this operator is a
CompositeOperator . |
List<? extends OperatorInstance> |
LogicalGraphInstanceView.getChildren()
Gets the descriptions of the top-level operators
comprising the instance.
|
Copyright © 2020 Actian Corporation. All rights reserved.