| Package | Description |
|---|---|
| io.ray.streaming.runtime.core.graph.executiongraph |
| Modifier and Type | Method and Description |
|---|---|
ExecutionVertexState |
ExecutionVertex.getState() |
static ExecutionVertexState |
ExecutionVertexState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ExecutionVertexState[] |
ExecutionVertexState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ExecutionVertex.setState(ExecutionVertexState state) |
Copyright © 2021. All rights reserved.