Uses of Enum Class
com.pervasive.datarush.graphs.OperatorState
Packages that use OperatorState
Package
Description
Provides classes and interfaces for the construction of executable
dataflow graphs.
-
Uses of OperatorState in com.pervasive.datarush.graphs
Methods in com.pervasive.datarush.graphs that return OperatorStateModifier and TypeMethodDescriptionstatic OperatorStateLogicalGraphInstances.getOperatorState(LogicalGraphInstance instance, LogicalOperator operator) Returns the operator state associated with the given operator.OperatorInstance.getState()Returns the execution state of this operator indicating whether it is running, failed, etc.static OperatorStateReturns the enum constant of this class with the specified name.static OperatorState[]OperatorState.values()Returns an array containing the constants of this enum class, in the order they are declared.