public static final class RemoteCall.ExecutionVertexContext.ExecutionVertex extends com.google.protobuf.GeneratedMessageV3 implements RemoteCall.ExecutionVertexContext.ExecutionVertexOrBuilder
ray.streaming.proto.ExecutionVertexContext.ExecutionVertex| Modifier and Type | Class and Description |
|---|---|
static class |
RemoteCall.ExecutionVertexContext.ExecutionVertex.Builder
Protobuf type
ray.streaming.proto.ExecutionVertexContext.ExecutionVertex |
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable, com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter| Modifier and Type | Field and Description |
|---|---|
static int |
BUILD_TIME_FIELD_NUMBER |
static int |
CHAINED_FIELD_NUMBER |
static int |
CONFIG_FIELD_NUMBER |
static int |
CONTAINER_ID_FIELD_NUMBER |
static int |
EXECUTION_JOB_VERTEX_ID_FIELD_NUMBER |
static int |
EXECUTION_JOB_VERTEX_NAME_FIELD_NUMBER |
static int |
EXECUTION_VERTEX_ID_FIELD_NUMBER |
static int |
EXECUTION_VERTEX_INDEX_FIELD_NUMBER |
static int |
LANGUAGE_FIELD_NUMBER |
static int |
OPERATOR_FIELD_NUMBER |
static int |
PARALLELISM_FIELD_NUMBER |
static int |
RESOURCE_FIELD_NUMBER |
static int |
WORKER_ACTOR_FIELD_NUMBER |
| 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"]; |
boolean |
equals(Object obj) |
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"]; |
static RemoteCall.ExecutionVertexContext.ExecutionVertex |
getDefaultInstance() |
RemoteCall.ExecutionVertexContext.ExecutionVertex |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
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"]; |
com.google.protobuf.Parser<RemoteCall.ExecutionVertexContext.ExecutionVertex> |
getParserForType() |
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"]; |
int |
getSerializedSize() |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
com.google.protobuf.ByteString |
getWorkerActor()
bytes worker_actor = 8[json_name = "workerActor"]; |
int |
hashCode() |
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
protected com.google.protobuf.MapField |
internalGetMapField(int number) |
boolean |
isInitialized() |
static RemoteCall.ExecutionVertexContext.ExecutionVertex.Builder |
newBuilder() |
static RemoteCall.ExecutionVertexContext.ExecutionVertex.Builder |
newBuilder(RemoteCall.ExecutionVertexContext.ExecutionVertex prototype) |
RemoteCall.ExecutionVertexContext.ExecutionVertex.Builder |
newBuilderForType() |
protected RemoteCall.ExecutionVertexContext.ExecutionVertex.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
protected Object |
newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused) |
static RemoteCall.ExecutionVertexContext.ExecutionVertex |
parseDelimitedFrom(InputStream input) |
static RemoteCall.ExecutionVertexContext.ExecutionVertex |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static RemoteCall.ExecutionVertexContext.ExecutionVertex |
parseFrom(byte[] data) |
static RemoteCall.ExecutionVertexContext.ExecutionVertex |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static RemoteCall.ExecutionVertexContext.ExecutionVertex |
parseFrom(ByteBuffer data) |
static RemoteCall.ExecutionVertexContext.ExecutionVertex |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static RemoteCall.ExecutionVertexContext.ExecutionVertex |
parseFrom(com.google.protobuf.ByteString data) |
static RemoteCall.ExecutionVertexContext.ExecutionVertex |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static RemoteCall.ExecutionVertexContext.ExecutionVertex |
parseFrom(com.google.protobuf.CodedInputStream input) |
static RemoteCall.ExecutionVertexContext.ExecutionVertex |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static RemoteCall.ExecutionVertexContext.ExecutionVertex |
parseFrom(InputStream input) |
static RemoteCall.ExecutionVertexContext.ExecutionVertex |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<RemoteCall.ExecutionVertexContext.ExecutionVertex> |
parser() |
RemoteCall.ExecutionVertexContext.ExecutionVertex.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, makeExtensionsImmutable, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTagfindInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toStringaddAll, addAll, checkByteStringIsUtf8, getSerializedSizeInternal, isInitializedInternal, makeImmutableInternal, mergeFromInternal, toByteArray, toByteString, writeDelimitedTo, writeTo, writeToInternalclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic static final int EXECUTION_VERTEX_ID_FIELD_NUMBER
public static final int EXECUTION_JOB_VERTEX_ID_FIELD_NUMBER
public static final int EXECUTION_JOB_VERTEX_NAME_FIELD_NUMBER
public static final int EXECUTION_VERTEX_INDEX_FIELD_NUMBER
public static final int PARALLELISM_FIELD_NUMBER
public static final int OPERATOR_FIELD_NUMBER
public static final int CHAINED_FIELD_NUMBER
public static final int WORKER_ACTOR_FIELD_NUMBER
public static final int CONTAINER_ID_FIELD_NUMBER
public static final int BUILD_TIME_FIELD_NUMBER
public static final int LANGUAGE_FIELD_NUMBER
public static final int CONFIG_FIELD_NUMBER
public static final int RESOURCE_FIELD_NUMBER
protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
newInstance in class com.google.protobuf.GeneratedMessageV3public final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields in interface com.google.protobuf.MessageOrBuildergetUnknownFields in class com.google.protobuf.GeneratedMessageV3public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.MapField internalGetMapField(int number)
internalGetMapField in class com.google.protobuf.GeneratedMessageV3protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3public int getExecutionVertexId()
int32 execution_vertex_id = 1[json_name = "executionVertexId"];getExecutionVertexId in interface RemoteCall.ExecutionVertexContext.ExecutionVertexOrBuilderpublic int getExecutionJobVertexId()
int32 execution_job_vertex_id = 2[json_name = "executionJobVertexId"];getExecutionJobVertexId in interface RemoteCall.ExecutionVertexContext.ExecutionVertexOrBuilderpublic String getExecutionJobVertexName()
string execution_job_vertex_name = 3[json_name = "executionJobVertexName"];getExecutionJobVertexName in interface RemoteCall.ExecutionVertexContext.ExecutionVertexOrBuilderpublic com.google.protobuf.ByteString getExecutionJobVertexNameBytes()
string execution_job_vertex_name = 3[json_name = "executionJobVertexName"];getExecutionJobVertexNameBytes in interface RemoteCall.ExecutionVertexContext.ExecutionVertexOrBuilderpublic int getExecutionVertexIndex()
int32 execution_vertex_index = 4[json_name = "executionVertexIndex"];getExecutionVertexIndex in interface RemoteCall.ExecutionVertexContext.ExecutionVertexOrBuilderpublic int getParallelism()
int32 parallelism = 5[json_name = "parallelism"];getParallelism in interface RemoteCall.ExecutionVertexContext.ExecutionVertexOrBuilderpublic com.google.protobuf.ByteString getOperator()
bytes operator = 6[json_name = "operator"];getOperator in interface RemoteCall.ExecutionVertexContext.ExecutionVertexOrBuilderpublic boolean getChained()
bool chained = 7[json_name = "chained"];getChained in interface RemoteCall.ExecutionVertexContext.ExecutionVertexOrBuilderpublic com.google.protobuf.ByteString getWorkerActor()
bytes worker_actor = 8[json_name = "workerActor"];getWorkerActor in interface RemoteCall.ExecutionVertexContext.ExecutionVertexOrBuilderpublic String getContainerId()
string container_id = 9[json_name = "containerId"];getContainerId in interface RemoteCall.ExecutionVertexContext.ExecutionVertexOrBuilderpublic com.google.protobuf.ByteString getContainerIdBytes()
string container_id = 9[json_name = "containerId"];getContainerIdBytes in interface RemoteCall.ExecutionVertexContext.ExecutionVertexOrBuilderpublic long getBuildTime()
uint64 build_time = 10[json_name = "buildTime"];getBuildTime in interface RemoteCall.ExecutionVertexContext.ExecutionVertexOrBuilderpublic int getLanguageValue()
.ray.streaming.proto.Language language = 11[json_name = "language"];getLanguageValue in interface RemoteCall.ExecutionVertexContext.ExecutionVertexOrBuilderpublic Streaming.Language getLanguage()
.ray.streaming.proto.Language language = 11[json_name = "language"];getLanguage in interface RemoteCall.ExecutionVertexContext.ExecutionVertexOrBuilderpublic int getConfigCount()
RemoteCall.ExecutionVertexContext.ExecutionVertexOrBuildermap<string, string> config = 12[json_name = "config"];getConfigCount in interface RemoteCall.ExecutionVertexContext.ExecutionVertexOrBuilderpublic boolean containsConfig(String key)
map<string, string> config = 12[json_name = "config"];containsConfig in interface RemoteCall.ExecutionVertexContext.ExecutionVertexOrBuilder@Deprecated public Map<String,String> getConfig()
getConfigMap() instead.getConfig in interface RemoteCall.ExecutionVertexContext.ExecutionVertexOrBuilderpublic Map<String,String> getConfigMap()
map<string, string> config = 12[json_name = "config"];getConfigMap in interface RemoteCall.ExecutionVertexContext.ExecutionVertexOrBuilderpublic String getConfigOrDefault(String key, String defaultValue)
map<string, string> config = 12[json_name = "config"];getConfigOrDefault in interface RemoteCall.ExecutionVertexContext.ExecutionVertexOrBuilderpublic String getConfigOrThrow(String key)
map<string, string> config = 12[json_name = "config"];getConfigOrThrow in interface RemoteCall.ExecutionVertexContext.ExecutionVertexOrBuilderpublic int getResourceCount()
RemoteCall.ExecutionVertexContext.ExecutionVertexOrBuildermap<string, double> resource = 13[json_name = "resource"];getResourceCount in interface RemoteCall.ExecutionVertexContext.ExecutionVertexOrBuilderpublic boolean containsResource(String key)
map<string, double> resource = 13[json_name = "resource"];containsResource in interface RemoteCall.ExecutionVertexContext.ExecutionVertexOrBuilder@Deprecated public Map<String,Double> getResource()
getResourceMap() instead.getResource in interface RemoteCall.ExecutionVertexContext.ExecutionVertexOrBuilderpublic Map<String,Double> getResourceMap()
map<string, double> resource = 13[json_name = "resource"];getResourceMap in interface RemoteCall.ExecutionVertexContext.ExecutionVertexOrBuilderpublic double getResourceOrDefault(String key, double defaultValue)
map<string, double> resource = 13[json_name = "resource"];getResourceOrDefault in interface RemoteCall.ExecutionVertexContext.ExecutionVertexOrBuilderpublic double getResourceOrThrow(String key)
map<string, double> resource = 13[json_name = "resource"];getResourceOrThrow in interface RemoteCall.ExecutionVertexContext.ExecutionVertexOrBuilderpublic final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3public void writeTo(com.google.protobuf.CodedOutputStream output)
throws IOException
writeTo in interface com.google.protobuf.MessageLitewriteTo in class com.google.protobuf.GeneratedMessageV3IOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLitegetSerializedSize in class com.google.protobuf.GeneratedMessageV3public boolean equals(Object obj)
equals in interface com.google.protobuf.Messageequals in class com.google.protobuf.AbstractMessagepublic int hashCode()
hashCode in interface com.google.protobuf.MessagehashCode in class com.google.protobuf.AbstractMessagepublic static RemoteCall.ExecutionVertexContext.ExecutionVertex parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static RemoteCall.ExecutionVertexContext.ExecutionVertex parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static RemoteCall.ExecutionVertexContext.ExecutionVertex parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static RemoteCall.ExecutionVertexContext.ExecutionVertex parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static RemoteCall.ExecutionVertexContext.ExecutionVertex parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static RemoteCall.ExecutionVertexContext.ExecutionVertex parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static RemoteCall.ExecutionVertexContext.ExecutionVertex parseFrom(InputStream input) throws IOException
IOExceptionpublic static RemoteCall.ExecutionVertexContext.ExecutionVertex parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static RemoteCall.ExecutionVertexContext.ExecutionVertex parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static RemoteCall.ExecutionVertexContext.ExecutionVertex parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static RemoteCall.ExecutionVertexContext.ExecutionVertex parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static RemoteCall.ExecutionVertexContext.ExecutionVertex parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic RemoteCall.ExecutionVertexContext.ExecutionVertex.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static RemoteCall.ExecutionVertexContext.ExecutionVertex.Builder newBuilder()
public static RemoteCall.ExecutionVertexContext.ExecutionVertex.Builder newBuilder(RemoteCall.ExecutionVertexContext.ExecutionVertex prototype)
public RemoteCall.ExecutionVertexContext.ExecutionVertex.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected RemoteCall.ExecutionVertexContext.ExecutionVertex.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageV3public static RemoteCall.ExecutionVertexContext.ExecutionVertex getDefaultInstance()
public static com.google.protobuf.Parser<RemoteCall.ExecutionVertexContext.ExecutionVertex> parser()
public com.google.protobuf.Parser<RemoteCall.ExecutionVertexContext.ExecutionVertex> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageV3public RemoteCall.ExecutionVertexContext.ExecutionVertex getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderCopyright © 2021. All rights reserved.