| Package | Description |
|---|---|
| io.ray.streaming.jobgraph |
| Modifier and Type | Method and Description |
|---|---|
VertexType |
JobVertex.getVertexType() |
static VertexType |
VertexType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static VertexType[] |
VertexType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
JobVertex(int vertexId,
int parallelism,
VertexType vertexType,
StreamOperator streamOperator,
Map<String,String> config) |
Copyright © 2020. All rights reserved.