public static final class DAGProtos.VertexExecutionContextProto extends com.google.protobuf.GeneratedMessage implements DAGProtos.VertexExecutionContextProtoOrBuilder
VertexExecutionContextProto| Modifier and Type | Class and Description | 
|---|---|
static class  | 
DAGProtos.VertexExecutionContextProto.Builder
Protobuf type  
VertexExecutionContextProto | 
com.google.protobuf.GeneratedMessage.BuilderParent, com.google.protobuf.GeneratedMessage.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessage.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessage.ExtendableBuilder>, com.google.protobuf.GeneratedMessage.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessage.ExtendableMessage>, com.google.protobuf.GeneratedMessage.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessage.ExtendableMessage>, com.google.protobuf.GeneratedMessage.FieldAccessorTable, com.google.protobuf.GeneratedMessage.GeneratedExtension<ContainingType extends com.google.protobuf.Message,Type>| Modifier and Type | Field and Description | 
|---|---|
static int | 
CONTAINER_LAUNCHER_NAME_FIELD_NUMBER  | 
static int | 
EXECUTE_IN_AM_FIELD_NUMBER  | 
static int | 
EXECUTE_IN_CONTAINERS_FIELD_NUMBER  | 
static com.google.protobuf.Parser<DAGProtos.VertexExecutionContextProto> | 
PARSER  | 
static int | 
TASK_COMM_NAME_FIELD_NUMBER  | 
static int | 
TASK_SCHEDULER_NAME_FIELD_NUMBER  | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
equals(Object obj)  | 
String | 
getContainerLauncherName()
optional string container_launcher_name = 4; | 
com.google.protobuf.ByteString | 
getContainerLauncherNameBytes()
optional string container_launcher_name = 4; | 
static DAGProtos.VertexExecutionContextProto | 
getDefaultInstance()  | 
DAGProtos.VertexExecutionContextProto | 
getDefaultInstanceForType()  | 
static com.google.protobuf.Descriptors.Descriptor | 
getDescriptor()  | 
boolean | 
getExecuteInAm()
optional bool execute_in_am = 1; | 
boolean | 
getExecuteInContainers()
optional bool execute_in_containers = 2; | 
com.google.protobuf.Parser<DAGProtos.VertexExecutionContextProto> | 
getParserForType()  | 
int | 
getSerializedSize()  | 
String | 
getTaskCommName()
optional string task_comm_name = 5; | 
com.google.protobuf.ByteString | 
getTaskCommNameBytes()
optional string task_comm_name = 5; | 
String | 
getTaskSchedulerName()
optional string task_scheduler_name = 3; | 
com.google.protobuf.ByteString | 
getTaskSchedulerNameBytes()
optional string task_scheduler_name = 3; | 
com.google.protobuf.UnknownFieldSet | 
getUnknownFields()  | 
boolean | 
hasContainerLauncherName()
optional string container_launcher_name = 4; | 
boolean | 
hasExecuteInAm()
optional bool execute_in_am = 1; | 
boolean | 
hasExecuteInContainers()
optional bool execute_in_containers = 2; | 
int | 
hashCode()  | 
boolean | 
hasTaskCommName()
optional string task_comm_name = 5; | 
boolean | 
hasTaskSchedulerName()
optional string task_scheduler_name = 3; | 
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable | 
internalGetFieldAccessorTable()  | 
boolean | 
isInitialized()  | 
static DAGProtos.VertexExecutionContextProto.Builder | 
newBuilder()  | 
static DAGProtos.VertexExecutionContextProto.Builder | 
newBuilder(DAGProtos.VertexExecutionContextProto prototype)  | 
DAGProtos.VertexExecutionContextProto.Builder | 
newBuilderForType()  | 
protected DAGProtos.VertexExecutionContextProto.Builder | 
newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)  | 
static DAGProtos.VertexExecutionContextProto | 
parseDelimitedFrom(InputStream input)  | 
static DAGProtos.VertexExecutionContextProto | 
parseDelimitedFrom(InputStream input,
                  com.google.protobuf.ExtensionRegistryLite extensionRegistry)  | 
static DAGProtos.VertexExecutionContextProto | 
parseFrom(byte[] data)  | 
static DAGProtos.VertexExecutionContextProto | 
parseFrom(byte[] data,
         com.google.protobuf.ExtensionRegistryLite extensionRegistry)  | 
static DAGProtos.VertexExecutionContextProto | 
parseFrom(com.google.protobuf.ByteString data)  | 
static DAGProtos.VertexExecutionContextProto | 
parseFrom(com.google.protobuf.ByteString data,
         com.google.protobuf.ExtensionRegistryLite extensionRegistry)  | 
static DAGProtos.VertexExecutionContextProto | 
parseFrom(com.google.protobuf.CodedInputStream input)  | 
static DAGProtos.VertexExecutionContextProto | 
parseFrom(com.google.protobuf.CodedInputStream input,
         com.google.protobuf.ExtensionRegistryLite extensionRegistry)  | 
static DAGProtos.VertexExecutionContextProto | 
parseFrom(InputStream input)  | 
static DAGProtos.VertexExecutionContextProto | 
parseFrom(InputStream input,
         com.google.protobuf.ExtensionRegistryLite extensionRegistry)  | 
DAGProtos.VertexExecutionContextProto.Builder | 
toBuilder()  | 
protected Object | 
writeReplace()  | 
void | 
writeTo(com.google.protobuf.CodedOutputStream output)  | 
getAllFields, getDescriptorForType, getField, getRepeatedField, getRepeatedFieldCount, hasField, makeExtensionsImmutable, newFileScopedGeneratedExtension, newMessageScopedGeneratedExtension, parseUnknownFieldfindInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toStringtoByteArray, toByteString, writeDelimitedTo, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic static com.google.protobuf.Parser<DAGProtos.VertexExecutionContextProto> PARSER
public static final int EXECUTE_IN_AM_FIELD_NUMBER
public static final int EXECUTE_IN_CONTAINERS_FIELD_NUMBER
public static final int TASK_SCHEDULER_NAME_FIELD_NUMBER
public static final int CONTAINER_LAUNCHER_NAME_FIELD_NUMBER
public static final int TASK_COMM_NAME_FIELD_NUMBER
public static DAGProtos.VertexExecutionContextProto getDefaultInstance()
public DAGProtos.VertexExecutionContextProto getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields in interface com.google.protobuf.MessageOrBuildergetUnknownFields in class com.google.protobuf.GeneratedMessagepublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessagepublic com.google.protobuf.Parser<DAGProtos.VertexExecutionContextProto> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessagepublic boolean hasExecuteInAm()
optional bool execute_in_am = 1;hasExecuteInAm in interface DAGProtos.VertexExecutionContextProtoOrBuilderpublic boolean getExecuteInAm()
optional bool execute_in_am = 1;getExecuteInAm in interface DAGProtos.VertexExecutionContextProtoOrBuilderpublic boolean hasExecuteInContainers()
optional bool execute_in_containers = 2;hasExecuteInContainers in interface DAGProtos.VertexExecutionContextProtoOrBuilderpublic boolean getExecuteInContainers()
optional bool execute_in_containers = 2;getExecuteInContainers in interface DAGProtos.VertexExecutionContextProtoOrBuilderpublic boolean hasTaskSchedulerName()
optional string task_scheduler_name = 3;hasTaskSchedulerName in interface DAGProtos.VertexExecutionContextProtoOrBuilderpublic String getTaskSchedulerName()
optional string task_scheduler_name = 3;getTaskSchedulerName in interface DAGProtos.VertexExecutionContextProtoOrBuilderpublic com.google.protobuf.ByteString getTaskSchedulerNameBytes()
optional string task_scheduler_name = 3;getTaskSchedulerNameBytes in interface DAGProtos.VertexExecutionContextProtoOrBuilderpublic boolean hasContainerLauncherName()
optional string container_launcher_name = 4;hasContainerLauncherName in interface DAGProtos.VertexExecutionContextProtoOrBuilderpublic String getContainerLauncherName()
optional string container_launcher_name = 4;getContainerLauncherName in interface DAGProtos.VertexExecutionContextProtoOrBuilderpublic com.google.protobuf.ByteString getContainerLauncherNameBytes()
optional string container_launcher_name = 4;getContainerLauncherNameBytes in interface DAGProtos.VertexExecutionContextProtoOrBuilderpublic boolean hasTaskCommName()
optional string task_comm_name = 5;hasTaskCommName in interface DAGProtos.VertexExecutionContextProtoOrBuilderpublic String getTaskCommName()
optional string task_comm_name = 5;getTaskCommName in interface DAGProtos.VertexExecutionContextProtoOrBuilderpublic com.google.protobuf.ByteString getTaskCommNameBytes()
optional string task_comm_name = 5;getTaskCommNameBytes in interface DAGProtos.VertexExecutionContextProtoOrBuilderpublic final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessagepublic void writeTo(com.google.protobuf.CodedOutputStream output)
             throws IOException
writeTo in interface com.google.protobuf.MessageLitewriteTo in class com.google.protobuf.AbstractMessageIOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLitegetSerializedSize in class com.google.protobuf.AbstractMessageprotected Object writeReplace() throws ObjectStreamException
writeReplace in class com.google.protobuf.GeneratedMessageObjectStreamExceptionpublic 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 DAGProtos.VertexExecutionContextProto parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static DAGProtos.VertexExecutionContextProto parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static DAGProtos.VertexExecutionContextProto parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static DAGProtos.VertexExecutionContextProto parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static DAGProtos.VertexExecutionContextProto parseFrom(InputStream input) throws IOException
IOExceptionpublic static DAGProtos.VertexExecutionContextProto parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static DAGProtos.VertexExecutionContextProto parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static DAGProtos.VertexExecutionContextProto parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static DAGProtos.VertexExecutionContextProto parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static DAGProtos.VertexExecutionContextProto parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static DAGProtos.VertexExecutionContextProto.Builder newBuilder()
public DAGProtos.VertexExecutionContextProto.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static DAGProtos.VertexExecutionContextProto.Builder newBuilder(DAGProtos.VertexExecutionContextProto prototype)
public DAGProtos.VertexExecutionContextProto.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected DAGProtos.VertexExecutionContextProto.Builder newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageCopyright © 2016 Apache Software Foundation. All rights reserved.