| Package | Description |
|---|---|
| io.ray.streaming.runtime.generated |
| Modifier and Type | Method and Description |
|---|---|
static Streaming.NodeType |
Streaming.NodeType.forNumber(int value) |
Streaming.NodeType |
Streaming.StreamingConfigOrBuilder.getRole()
.ray.streaming.proto.NodeType role = 5[json_name = "role"]; |
Streaming.NodeType |
Streaming.StreamingConfig.getRole()
.ray.streaming.proto.NodeType role = 5[json_name = "role"]; |
Streaming.NodeType |
Streaming.StreamingConfig.Builder.getRole()
.ray.streaming.proto.NodeType role = 5[json_name = "role"]; |
static Streaming.NodeType |
Streaming.NodeType.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static Streaming.NodeType |
Streaming.NodeType.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static Streaming.NodeType |
Streaming.NodeType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Streaming.NodeType[] |
Streaming.NodeType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static com.google.protobuf.Internal.EnumLiteMap<Streaming.NodeType> |
Streaming.NodeType.internalGetValueMap() |
| Modifier and Type | Method and Description |
|---|---|
Streaming.StreamingConfig.Builder |
Streaming.StreamingConfig.Builder.setRole(Streaming.NodeType value)
.ray.streaming.proto.NodeType role = 5[json_name = "role"]; |
Copyright © 2021. All rights reserved.