Uses of Interface
com.pervasive.datarush.graphs.OperatorInstance
Packages that use OperatorInstance
Package
Description
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 OperatorInstanceModifier and TypeMethodDescriptionLogicalGraphInstance.getOperatorInstance(LogicalOperator operator) Looks up an operator instance by theLogicalOperatoradded to the graph.OperatorInstance.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 OperatorInstanceModifier and TypeMethodDescriptionList<? 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.