Uses of Interface
com.pervasive.datarush.graphs.OperatorInstance
-
Packages that use OperatorInstance Package Description com.pervasive.datarush.graphs Provides classes and interfaces for the construction of executable dataflow graphs. -
-
Uses of OperatorInstance in com.pervasive.datarush.graphs
Methods in com.pervasive.datarush.graphs that return OperatorInstance Modifier and Type Method Description OperatorInstanceLogicalGraphInstance. getOperatorInstance(LogicalOperator operator)Looks up an operator instance by theLogicalOperatoradded to the graph.OperatorInstanceOperatorInstance. getSnapshot()Returns a snapshot that reflects a point-in-time of this operator instance.Methods in com.pervasive.datarush.graphs that return types with arguments of type OperatorInstance Modifier and Type Method Description List<? extends OperatorInstance>OperatorInstance. getChildOperators()Returns the children of this operator if this operator is aCompositeOperator.List<? extends OperatorInstance>LogicalGraphInstanceView. getChildren()Gets the descriptions of the top-level operators comprising the instance.
-