| Package | Description |
|---|---|
| io.ray.streaming.runtime.generated |
| Modifier and Type | Method and Description |
|---|---|
static Streaming.Language |
Streaming.Language.forNumber(int value) |
Streaming.Language |
RemoteCall.ExecutionVertexContext.ExecutionVertexOrBuilder.getLanguage()
.ray.streaming.proto.Language language = 11[json_name = "language"]; |
Streaming.Language |
RemoteCall.ExecutionVertexContext.ExecutionVertex.getLanguage()
.ray.streaming.proto.Language language = 11[json_name = "language"]; |
Streaming.Language |
RemoteCall.ExecutionVertexContext.ExecutionVertex.Builder.getLanguage()
.ray.streaming.proto.Language language = 11[json_name = "language"]; |
static Streaming.Language |
Streaming.Language.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static Streaming.Language |
Streaming.Language.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static Streaming.Language |
Streaming.Language.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Streaming.Language[] |
Streaming.Language.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.Language> |
Streaming.Language.internalGetValueMap() |
| Modifier and Type | Method and Description |
|---|---|
RemoteCall.ExecutionVertexContext.ExecutionVertex.Builder |
RemoteCall.ExecutionVertexContext.ExecutionVertex.Builder.setLanguage(Streaming.Language value)
.ray.streaming.proto.Language language = 11[json_name = "language"]; |
Copyright © 2021. All rights reserved.