Package | Description |
---|---|
com.pervasive.datarush.graphs |
Provides classes and interfaces for the construction of executable
dataflow graphs.
|
Modifier and Type | Method and Description |
---|---|
static OperatorState |
LogicalGraphInstances.getOperatorState(LogicalGraphInstance instance,
LogicalOperator operator)
Returns the operator state associated with the given operator.
|
OperatorState |
OperatorInstance.getState()
Returns the execution state of this operator indicating whether it is running,
failed, etc.
|
static OperatorState |
OperatorState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OperatorState[] |
OperatorState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2020 Actian Corporation. All rights reserved.