public static interface RemoteCall.ExecutionVertexContext.ExecutionVertexOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsConfig(String key)
map<string, string> config = 12[json_name = "config"]; |
boolean |
containsResource(String key)
map<string, double> resource = 13[json_name = "resource"]; |
long |
getBuildTime()
uint64 build_time = 10[json_name = "buildTime"]; |
boolean |
getChained()
bool chained = 7[json_name = "chained"]; |
Map<String,String> |
getConfig()
Deprecated.
|
int |
getConfigCount()
map<string, string> config = 12[json_name = "config"]; |
Map<String,String> |
getConfigMap()
map<string, string> config = 12[json_name = "config"]; |
String |
getConfigOrDefault(String key,
String defaultValue)
map<string, string> config = 12[json_name = "config"]; |
String |
getConfigOrThrow(String key)
map<string, string> config = 12[json_name = "config"]; |
String |
getContainerId()
string container_id = 9[json_name = "containerId"]; |
com.google.protobuf.ByteString |
getContainerIdBytes()
string container_id = 9[json_name = "containerId"]; |
int |
getExecutionJobVertexId()
int32 execution_job_vertex_id = 2[json_name = "executionJobVertexId"]; |
String |
getExecutionJobVertexName()
string execution_job_vertex_name = 3[json_name = "executionJobVertexName"]; |
com.google.protobuf.ByteString |
getExecutionJobVertexNameBytes()
string execution_job_vertex_name = 3[json_name = "executionJobVertexName"]; |
int |
getExecutionVertexId()
int32 execution_vertex_id = 1[json_name = "executionVertexId"]; |
int |
getExecutionVertexIndex()
int32 execution_vertex_index = 4[json_name = "executionVertexIndex"]; |
Streaming.Language |
getLanguage()
.ray.streaming.proto.Language language = 11[json_name = "language"]; |
int |
getLanguageValue()
.ray.streaming.proto.Language language = 11[json_name = "language"]; |
com.google.protobuf.ByteString |
getOperator()
bytes operator = 6[json_name = "operator"]; |
int |
getParallelism()
int32 parallelism = 5[json_name = "parallelism"]; |
Map<String,Double> |
getResource()
Deprecated.
|
int |
getResourceCount()
map<string, double> resource = 13[json_name = "resource"]; |
Map<String,Double> |
getResourceMap()
map<string, double> resource = 13[json_name = "resource"]; |
double |
getResourceOrDefault(String key,
double defaultValue)
map<string, double> resource = 13[json_name = "resource"]; |
double |
getResourceOrThrow(String key)
map<string, double> resource = 13[json_name = "resource"]; |
com.google.protobuf.ByteString |
getWorkerActor()
bytes worker_actor = 8[json_name = "workerActor"]; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofint getExecutionVertexId()
int32 execution_vertex_id = 1[json_name = "executionVertexId"];int getExecutionJobVertexId()
int32 execution_job_vertex_id = 2[json_name = "executionJobVertexId"];String getExecutionJobVertexName()
string execution_job_vertex_name = 3[json_name = "executionJobVertexName"];com.google.protobuf.ByteString getExecutionJobVertexNameBytes()
string execution_job_vertex_name = 3[json_name = "executionJobVertexName"];int getExecutionVertexIndex()
int32 execution_vertex_index = 4[json_name = "executionVertexIndex"];int getParallelism()
int32 parallelism = 5[json_name = "parallelism"];com.google.protobuf.ByteString getOperator()
bytes operator = 6[json_name = "operator"];boolean getChained()
bool chained = 7[json_name = "chained"];com.google.protobuf.ByteString getWorkerActor()
bytes worker_actor = 8[json_name = "workerActor"];String getContainerId()
string container_id = 9[json_name = "containerId"];com.google.protobuf.ByteString getContainerIdBytes()
string container_id = 9[json_name = "containerId"];long getBuildTime()
uint64 build_time = 10[json_name = "buildTime"];int getLanguageValue()
.ray.streaming.proto.Language language = 11[json_name = "language"];Streaming.Language getLanguage()
.ray.streaming.proto.Language language = 11[json_name = "language"];int getConfigCount()
map<string, string> config = 12[json_name = "config"];boolean containsConfig(String key)
map<string, string> config = 12[json_name = "config"];@Deprecated Map<String,String> getConfig()
getConfigMap() instead.Map<String,String> getConfigMap()
map<string, string> config = 12[json_name = "config"];String getConfigOrDefault(String key, String defaultValue)
map<string, string> config = 12[json_name = "config"];String getConfigOrThrow(String key)
map<string, string> config = 12[json_name = "config"];int getResourceCount()
map<string, double> resource = 13[json_name = "resource"];boolean containsResource(String key)
map<string, double> resource = 13[json_name = "resource"];@Deprecated Map<String,Double> getResource()
getResourceMap() instead.Map<String,Double> getResourceMap()
map<string, double> resource = 13[json_name = "resource"];double getResourceOrDefault(String key, double defaultValue)
map<string, double> resource = 13[json_name = "resource"];double getResourceOrThrow(String key)
map<string, double> resource = 13[json_name = "resource"];Copyright © 2021. All rights reserved.