public static final class YarnServiceProtos.AllocateResponseProto extends com.google.protobuf.GeneratedMessage implements YarnServiceProtos.AllocateResponseProtoOrBuilder
hadoop.yarn.AllocateResponseProto| Modifier and Type | Class and Description |
|---|---|
static class |
YarnServiceProtos.AllocateResponseProto.Builder
Protobuf type
hadoop.yarn.AllocateResponseProto |
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 |
A_M_COMMAND_FIELD_NUMBER |
static int |
ALLOCATED_CONTAINERS_FIELD_NUMBER |
static int |
AM_RM_TOKEN_FIELD_NUMBER |
static int |
COMPLETED_CONTAINER_STATUSES_FIELD_NUMBER |
static int |
DECREASED_CONTAINERS_FIELD_NUMBER |
static int |
INCREASED_CONTAINERS_FIELD_NUMBER |
static int |
LIMIT_FIELD_NUMBER |
static int |
NM_TOKENS_FIELD_NUMBER |
static int |
NUM_CLUSTER_NODES_FIELD_NUMBER |
static com.google.protobuf.Parser<YarnServiceProtos.AllocateResponseProto> |
PARSER |
static int |
PREEMPT_FIELD_NUMBER |
static int |
RESPONSE_ID_FIELD_NUMBER |
static int |
UPDATED_NODES_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
YarnProtos.ContainerProto |
getAllocatedContainers(int index)
repeated .hadoop.yarn.ContainerProto allocated_containers = 3; |
int |
getAllocatedContainersCount()
repeated .hadoop.yarn.ContainerProto allocated_containers = 3; |
List<YarnProtos.ContainerProto> |
getAllocatedContainersList()
repeated .hadoop.yarn.ContainerProto allocated_containers = 3; |
YarnProtos.ContainerProtoOrBuilder |
getAllocatedContainersOrBuilder(int index)
repeated .hadoop.yarn.ContainerProto allocated_containers = 3; |
List<? extends YarnProtos.ContainerProtoOrBuilder> |
getAllocatedContainersOrBuilderList()
repeated .hadoop.yarn.ContainerProto allocated_containers = 3; |
YarnProtos.AMCommandProto |
getAMCommand()
optional .hadoop.yarn.AMCommandProto a_m_command = 1; |
SecurityProtos.TokenProto |
getAmRmToken()
optional .hadoop.common.TokenProto am_rm_token = 12; |
SecurityProtos.TokenProtoOrBuilder |
getAmRmTokenOrBuilder()
optional .hadoop.common.TokenProto am_rm_token = 12; |
YarnProtos.ContainerStatusProto |
getCompletedContainerStatuses(int index)
repeated .hadoop.yarn.ContainerStatusProto completed_container_statuses = 4; |
int |
getCompletedContainerStatusesCount()
repeated .hadoop.yarn.ContainerStatusProto completed_container_statuses = 4; |
List<YarnProtos.ContainerStatusProto> |
getCompletedContainerStatusesList()
repeated .hadoop.yarn.ContainerStatusProto completed_container_statuses = 4; |
YarnProtos.ContainerStatusProtoOrBuilder |
getCompletedContainerStatusesOrBuilder(int index)
repeated .hadoop.yarn.ContainerStatusProto completed_container_statuses = 4; |
List<? extends YarnProtos.ContainerStatusProtoOrBuilder> |
getCompletedContainerStatusesOrBuilderList()
repeated .hadoop.yarn.ContainerStatusProto completed_container_statuses = 4; |
YarnProtos.ContainerResourceDecreaseProto |
getDecreasedContainers(int index)
repeated .hadoop.yarn.ContainerResourceDecreaseProto decreased_containers = 11; |
int |
getDecreasedContainersCount()
repeated .hadoop.yarn.ContainerResourceDecreaseProto decreased_containers = 11; |
List<YarnProtos.ContainerResourceDecreaseProto> |
getDecreasedContainersList()
repeated .hadoop.yarn.ContainerResourceDecreaseProto decreased_containers = 11; |
YarnProtos.ContainerResourceDecreaseProtoOrBuilder |
getDecreasedContainersOrBuilder(int index)
repeated .hadoop.yarn.ContainerResourceDecreaseProto decreased_containers = 11; |
List<? extends YarnProtos.ContainerResourceDecreaseProtoOrBuilder> |
getDecreasedContainersOrBuilderList()
repeated .hadoop.yarn.ContainerResourceDecreaseProto decreased_containers = 11; |
static YarnServiceProtos.AllocateResponseProto |
getDefaultInstance() |
YarnServiceProtos.AllocateResponseProto |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
YarnProtos.ContainerResourceIncreaseProto |
getIncreasedContainers(int index)
repeated .hadoop.yarn.ContainerResourceIncreaseProto increased_containers = 10; |
int |
getIncreasedContainersCount()
repeated .hadoop.yarn.ContainerResourceIncreaseProto increased_containers = 10; |
List<YarnProtos.ContainerResourceIncreaseProto> |
getIncreasedContainersList()
repeated .hadoop.yarn.ContainerResourceIncreaseProto increased_containers = 10; |
YarnProtos.ContainerResourceIncreaseProtoOrBuilder |
getIncreasedContainersOrBuilder(int index)
repeated .hadoop.yarn.ContainerResourceIncreaseProto increased_containers = 10; |
List<? extends YarnProtos.ContainerResourceIncreaseProtoOrBuilder> |
getIncreasedContainersOrBuilderList()
repeated .hadoop.yarn.ContainerResourceIncreaseProto increased_containers = 10; |
YarnProtos.ResourceProto |
getLimit()
optional .hadoop.yarn.ResourceProto limit = 5; |
YarnProtos.ResourceProtoOrBuilder |
getLimitOrBuilder()
optional .hadoop.yarn.ResourceProto limit = 5; |
YarnServiceProtos.NMTokenProto |
getNmTokens(int index)
repeated .hadoop.yarn.NMTokenProto nm_tokens = 9; |
int |
getNmTokensCount()
repeated .hadoop.yarn.NMTokenProto nm_tokens = 9; |
List<YarnServiceProtos.NMTokenProto> |
getNmTokensList()
repeated .hadoop.yarn.NMTokenProto nm_tokens = 9; |
YarnServiceProtos.NMTokenProtoOrBuilder |
getNmTokensOrBuilder(int index)
repeated .hadoop.yarn.NMTokenProto nm_tokens = 9; |
List<? extends YarnServiceProtos.NMTokenProtoOrBuilder> |
getNmTokensOrBuilderList()
repeated .hadoop.yarn.NMTokenProto nm_tokens = 9; |
int |
getNumClusterNodes()
optional int32 num_cluster_nodes = 7; |
com.google.protobuf.Parser<YarnServiceProtos.AllocateResponseProto> |
getParserForType() |
YarnProtos.PreemptionMessageProto |
getPreempt()
optional .hadoop.yarn.PreemptionMessageProto preempt = 8; |
YarnProtos.PreemptionMessageProtoOrBuilder |
getPreemptOrBuilder()
optional .hadoop.yarn.PreemptionMessageProto preempt = 8; |
int |
getResponseId()
optional int32 response_id = 2; |
int |
getSerializedSize() |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
YarnProtos.NodeReportProto |
getUpdatedNodes(int index)
repeated .hadoop.yarn.NodeReportProto updated_nodes = 6; |
int |
getUpdatedNodesCount()
repeated .hadoop.yarn.NodeReportProto updated_nodes = 6; |
List<YarnProtos.NodeReportProto> |
getUpdatedNodesList()
repeated .hadoop.yarn.NodeReportProto updated_nodes = 6; |
YarnProtos.NodeReportProtoOrBuilder |
getUpdatedNodesOrBuilder(int index)
repeated .hadoop.yarn.NodeReportProto updated_nodes = 6; |
List<? extends YarnProtos.NodeReportProtoOrBuilder> |
getUpdatedNodesOrBuilderList()
repeated .hadoop.yarn.NodeReportProto updated_nodes = 6; |
boolean |
hasAMCommand()
optional .hadoop.yarn.AMCommandProto a_m_command = 1; |
boolean |
hasAmRmToken()
optional .hadoop.common.TokenProto am_rm_token = 12; |
int |
hashCode() |
boolean |
hasLimit()
optional .hadoop.yarn.ResourceProto limit = 5; |
boolean |
hasNumClusterNodes()
optional int32 num_cluster_nodes = 7; |
boolean |
hasPreempt()
optional .hadoop.yarn.PreemptionMessageProto preempt = 8; |
boolean |
hasResponseId()
optional int32 response_id = 2; |
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static YarnServiceProtos.AllocateResponseProto.Builder |
newBuilder() |
static YarnServiceProtos.AllocateResponseProto.Builder |
newBuilder(YarnServiceProtos.AllocateResponseProto prototype) |
YarnServiceProtos.AllocateResponseProto.Builder |
newBuilderForType() |
protected YarnServiceProtos.AllocateResponseProto.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent) |
static YarnServiceProtos.AllocateResponseProto |
parseDelimitedFrom(InputStream input) |
static YarnServiceProtos.AllocateResponseProto |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static YarnServiceProtos.AllocateResponseProto |
parseFrom(byte[] data) |
static YarnServiceProtos.AllocateResponseProto |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static YarnServiceProtos.AllocateResponseProto |
parseFrom(com.google.protobuf.ByteString data) |
static YarnServiceProtos.AllocateResponseProto |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static YarnServiceProtos.AllocateResponseProto |
parseFrom(com.google.protobuf.CodedInputStream input) |
static YarnServiceProtos.AllocateResponseProto |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static YarnServiceProtos.AllocateResponseProto |
parseFrom(InputStream input) |
static YarnServiceProtos.AllocateResponseProto |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
YarnServiceProtos.AllocateResponseProto.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<YarnServiceProtos.AllocateResponseProto> PARSER
public static final int A_M_COMMAND_FIELD_NUMBER
public static final int RESPONSE_ID_FIELD_NUMBER
public static final int ALLOCATED_CONTAINERS_FIELD_NUMBER
public static final int COMPLETED_CONTAINER_STATUSES_FIELD_NUMBER
public static final int LIMIT_FIELD_NUMBER
public static final int UPDATED_NODES_FIELD_NUMBER
public static final int NUM_CLUSTER_NODES_FIELD_NUMBER
public static final int PREEMPT_FIELD_NUMBER
public static final int NM_TOKENS_FIELD_NUMBER
public static final int INCREASED_CONTAINERS_FIELD_NUMBER
public static final int DECREASED_CONTAINERS_FIELD_NUMBER
public static final int AM_RM_TOKEN_FIELD_NUMBER
public static YarnServiceProtos.AllocateResponseProto getDefaultInstance()
public YarnServiceProtos.AllocateResponseProto 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<YarnServiceProtos.AllocateResponseProto> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessagepublic boolean hasAMCommand()
optional .hadoop.yarn.AMCommandProto a_m_command = 1;hasAMCommand in interface YarnServiceProtos.AllocateResponseProtoOrBuilderpublic YarnProtos.AMCommandProto getAMCommand()
optional .hadoop.yarn.AMCommandProto a_m_command = 1;getAMCommand in interface YarnServiceProtos.AllocateResponseProtoOrBuilderpublic boolean hasResponseId()
optional int32 response_id = 2;hasResponseId in interface YarnServiceProtos.AllocateResponseProtoOrBuilderpublic int getResponseId()
optional int32 response_id = 2;getResponseId in interface YarnServiceProtos.AllocateResponseProtoOrBuilderpublic List<YarnProtos.ContainerProto> getAllocatedContainersList()
repeated .hadoop.yarn.ContainerProto allocated_containers = 3;getAllocatedContainersList in interface YarnServiceProtos.AllocateResponseProtoOrBuilderpublic List<? extends YarnProtos.ContainerProtoOrBuilder> getAllocatedContainersOrBuilderList()
repeated .hadoop.yarn.ContainerProto allocated_containers = 3;getAllocatedContainersOrBuilderList in interface YarnServiceProtos.AllocateResponseProtoOrBuilderpublic int getAllocatedContainersCount()
repeated .hadoop.yarn.ContainerProto allocated_containers = 3;getAllocatedContainersCount in interface YarnServiceProtos.AllocateResponseProtoOrBuilderpublic YarnProtos.ContainerProto getAllocatedContainers(int index)
repeated .hadoop.yarn.ContainerProto allocated_containers = 3;getAllocatedContainers in interface YarnServiceProtos.AllocateResponseProtoOrBuilderpublic YarnProtos.ContainerProtoOrBuilder getAllocatedContainersOrBuilder(int index)
repeated .hadoop.yarn.ContainerProto allocated_containers = 3;getAllocatedContainersOrBuilder in interface YarnServiceProtos.AllocateResponseProtoOrBuilderpublic List<YarnProtos.ContainerStatusProto> getCompletedContainerStatusesList()
repeated .hadoop.yarn.ContainerStatusProto completed_container_statuses = 4;getCompletedContainerStatusesList in interface YarnServiceProtos.AllocateResponseProtoOrBuilderpublic List<? extends YarnProtos.ContainerStatusProtoOrBuilder> getCompletedContainerStatusesOrBuilderList()
repeated .hadoop.yarn.ContainerStatusProto completed_container_statuses = 4;getCompletedContainerStatusesOrBuilderList in interface YarnServiceProtos.AllocateResponseProtoOrBuilderpublic int getCompletedContainerStatusesCount()
repeated .hadoop.yarn.ContainerStatusProto completed_container_statuses = 4;getCompletedContainerStatusesCount in interface YarnServiceProtos.AllocateResponseProtoOrBuilderpublic YarnProtos.ContainerStatusProto getCompletedContainerStatuses(int index)
repeated .hadoop.yarn.ContainerStatusProto completed_container_statuses = 4;getCompletedContainerStatuses in interface YarnServiceProtos.AllocateResponseProtoOrBuilderpublic YarnProtos.ContainerStatusProtoOrBuilder getCompletedContainerStatusesOrBuilder(int index)
repeated .hadoop.yarn.ContainerStatusProto completed_container_statuses = 4;getCompletedContainerStatusesOrBuilder in interface YarnServiceProtos.AllocateResponseProtoOrBuilderpublic boolean hasLimit()
optional .hadoop.yarn.ResourceProto limit = 5;hasLimit in interface YarnServiceProtos.AllocateResponseProtoOrBuilderpublic YarnProtos.ResourceProto getLimit()
optional .hadoop.yarn.ResourceProto limit = 5;getLimit in interface YarnServiceProtos.AllocateResponseProtoOrBuilderpublic YarnProtos.ResourceProtoOrBuilder getLimitOrBuilder()
optional .hadoop.yarn.ResourceProto limit = 5;getLimitOrBuilder in interface YarnServiceProtos.AllocateResponseProtoOrBuilderpublic List<YarnProtos.NodeReportProto> getUpdatedNodesList()
repeated .hadoop.yarn.NodeReportProto updated_nodes = 6;getUpdatedNodesList in interface YarnServiceProtos.AllocateResponseProtoOrBuilderpublic List<? extends YarnProtos.NodeReportProtoOrBuilder> getUpdatedNodesOrBuilderList()
repeated .hadoop.yarn.NodeReportProto updated_nodes = 6;getUpdatedNodesOrBuilderList in interface YarnServiceProtos.AllocateResponseProtoOrBuilderpublic int getUpdatedNodesCount()
repeated .hadoop.yarn.NodeReportProto updated_nodes = 6;getUpdatedNodesCount in interface YarnServiceProtos.AllocateResponseProtoOrBuilderpublic YarnProtos.NodeReportProto getUpdatedNodes(int index)
repeated .hadoop.yarn.NodeReportProto updated_nodes = 6;getUpdatedNodes in interface YarnServiceProtos.AllocateResponseProtoOrBuilderpublic YarnProtos.NodeReportProtoOrBuilder getUpdatedNodesOrBuilder(int index)
repeated .hadoop.yarn.NodeReportProto updated_nodes = 6;getUpdatedNodesOrBuilder in interface YarnServiceProtos.AllocateResponseProtoOrBuilderpublic boolean hasNumClusterNodes()
optional int32 num_cluster_nodes = 7;hasNumClusterNodes in interface YarnServiceProtos.AllocateResponseProtoOrBuilderpublic int getNumClusterNodes()
optional int32 num_cluster_nodes = 7;getNumClusterNodes in interface YarnServiceProtos.AllocateResponseProtoOrBuilderpublic boolean hasPreempt()
optional .hadoop.yarn.PreemptionMessageProto preempt = 8;hasPreempt in interface YarnServiceProtos.AllocateResponseProtoOrBuilderpublic YarnProtos.PreemptionMessageProto getPreempt()
optional .hadoop.yarn.PreemptionMessageProto preempt = 8;getPreempt in interface YarnServiceProtos.AllocateResponseProtoOrBuilderpublic YarnProtos.PreemptionMessageProtoOrBuilder getPreemptOrBuilder()
optional .hadoop.yarn.PreemptionMessageProto preempt = 8;getPreemptOrBuilder in interface YarnServiceProtos.AllocateResponseProtoOrBuilderpublic List<YarnServiceProtos.NMTokenProto> getNmTokensList()
repeated .hadoop.yarn.NMTokenProto nm_tokens = 9;getNmTokensList in interface YarnServiceProtos.AllocateResponseProtoOrBuilderpublic List<? extends YarnServiceProtos.NMTokenProtoOrBuilder> getNmTokensOrBuilderList()
repeated .hadoop.yarn.NMTokenProto nm_tokens = 9;getNmTokensOrBuilderList in interface YarnServiceProtos.AllocateResponseProtoOrBuilderpublic int getNmTokensCount()
repeated .hadoop.yarn.NMTokenProto nm_tokens = 9;getNmTokensCount in interface YarnServiceProtos.AllocateResponseProtoOrBuilderpublic YarnServiceProtos.NMTokenProto getNmTokens(int index)
repeated .hadoop.yarn.NMTokenProto nm_tokens = 9;getNmTokens in interface YarnServiceProtos.AllocateResponseProtoOrBuilderpublic YarnServiceProtos.NMTokenProtoOrBuilder getNmTokensOrBuilder(int index)
repeated .hadoop.yarn.NMTokenProto nm_tokens = 9;getNmTokensOrBuilder in interface YarnServiceProtos.AllocateResponseProtoOrBuilderpublic List<YarnProtos.ContainerResourceIncreaseProto> getIncreasedContainersList()
repeated .hadoop.yarn.ContainerResourceIncreaseProto increased_containers = 10;getIncreasedContainersList in interface YarnServiceProtos.AllocateResponseProtoOrBuilderpublic List<? extends YarnProtos.ContainerResourceIncreaseProtoOrBuilder> getIncreasedContainersOrBuilderList()
repeated .hadoop.yarn.ContainerResourceIncreaseProto increased_containers = 10;getIncreasedContainersOrBuilderList in interface YarnServiceProtos.AllocateResponseProtoOrBuilderpublic int getIncreasedContainersCount()
repeated .hadoop.yarn.ContainerResourceIncreaseProto increased_containers = 10;getIncreasedContainersCount in interface YarnServiceProtos.AllocateResponseProtoOrBuilderpublic YarnProtos.ContainerResourceIncreaseProto getIncreasedContainers(int index)
repeated .hadoop.yarn.ContainerResourceIncreaseProto increased_containers = 10;getIncreasedContainers in interface YarnServiceProtos.AllocateResponseProtoOrBuilderpublic YarnProtos.ContainerResourceIncreaseProtoOrBuilder getIncreasedContainersOrBuilder(int index)
repeated .hadoop.yarn.ContainerResourceIncreaseProto increased_containers = 10;getIncreasedContainersOrBuilder in interface YarnServiceProtos.AllocateResponseProtoOrBuilderpublic List<YarnProtos.ContainerResourceDecreaseProto> getDecreasedContainersList()
repeated .hadoop.yarn.ContainerResourceDecreaseProto decreased_containers = 11;getDecreasedContainersList in interface YarnServiceProtos.AllocateResponseProtoOrBuilderpublic List<? extends YarnProtos.ContainerResourceDecreaseProtoOrBuilder> getDecreasedContainersOrBuilderList()
repeated .hadoop.yarn.ContainerResourceDecreaseProto decreased_containers = 11;getDecreasedContainersOrBuilderList in interface YarnServiceProtos.AllocateResponseProtoOrBuilderpublic int getDecreasedContainersCount()
repeated .hadoop.yarn.ContainerResourceDecreaseProto decreased_containers = 11;getDecreasedContainersCount in interface YarnServiceProtos.AllocateResponseProtoOrBuilderpublic YarnProtos.ContainerResourceDecreaseProto getDecreasedContainers(int index)
repeated .hadoop.yarn.ContainerResourceDecreaseProto decreased_containers = 11;getDecreasedContainers in interface YarnServiceProtos.AllocateResponseProtoOrBuilderpublic YarnProtos.ContainerResourceDecreaseProtoOrBuilder getDecreasedContainersOrBuilder(int index)
repeated .hadoop.yarn.ContainerResourceDecreaseProto decreased_containers = 11;getDecreasedContainersOrBuilder in interface YarnServiceProtos.AllocateResponseProtoOrBuilderpublic boolean hasAmRmToken()
optional .hadoop.common.TokenProto am_rm_token = 12;hasAmRmToken in interface YarnServiceProtos.AllocateResponseProtoOrBuilderpublic SecurityProtos.TokenProto getAmRmToken()
optional .hadoop.common.TokenProto am_rm_token = 12;getAmRmToken in interface YarnServiceProtos.AllocateResponseProtoOrBuilderpublic SecurityProtos.TokenProtoOrBuilder getAmRmTokenOrBuilder()
optional .hadoop.common.TokenProto am_rm_token = 12;getAmRmTokenOrBuilder in interface YarnServiceProtos.AllocateResponseProtoOrBuilderpublic 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 YarnServiceProtos.AllocateResponseProto parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static YarnServiceProtos.AllocateResponseProto parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static YarnServiceProtos.AllocateResponseProto parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static YarnServiceProtos.AllocateResponseProto parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static YarnServiceProtos.AllocateResponseProto parseFrom(InputStream input) throws IOException
IOExceptionpublic static YarnServiceProtos.AllocateResponseProto parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static YarnServiceProtos.AllocateResponseProto parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static YarnServiceProtos.AllocateResponseProto parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static YarnServiceProtos.AllocateResponseProto parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static YarnServiceProtos.AllocateResponseProto parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static YarnServiceProtos.AllocateResponseProto.Builder newBuilder()
public YarnServiceProtos.AllocateResponseProto.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static YarnServiceProtos.AllocateResponseProto.Builder newBuilder(YarnServiceProtos.AllocateResponseProto prototype)
public YarnServiceProtos.AllocateResponseProto.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected YarnServiceProtos.AllocateResponseProto.Builder newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageCopyright © 2018 CERN. All Rights Reserved.