org.apache.hadoop.yarn.proto
Class YarnServerResourceManagerRecoveryProtos.ApplicationAttemptStateDataProto

java.lang.Object
  extended by com.google.protobuf.AbstractMessageLite
      extended by com.google.protobuf.AbstractMessage
          extended by com.google.protobuf.GeneratedMessage
              extended by org.apache.hadoop.yarn.proto.YarnServerResourceManagerRecoveryProtos.ApplicationAttemptStateDataProto
All Implemented Interfaces:
com.google.protobuf.Message, com.google.protobuf.MessageLite, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Serializable, YarnServerResourceManagerRecoveryProtos.ApplicationAttemptStateDataProtoOrBuilder
Enclosing class:
YarnServerResourceManagerRecoveryProtos

public static final class YarnServerResourceManagerRecoveryProtos.ApplicationAttemptStateDataProto
extends com.google.protobuf.GeneratedMessage
implements YarnServerResourceManagerRecoveryProtos.ApplicationAttemptStateDataProtoOrBuilder

Protobuf type hadoop.yarn.ApplicationAttemptStateDataProto

See Also:
Serialized Form

Nested Class Summary
static class YarnServerResourceManagerRecoveryProtos.ApplicationAttemptStateDataProto.Builder
          Protobuf type hadoop.yarn.ApplicationAttemptStateDataProto
 
Nested classes/interfaces inherited from class com.google.protobuf.GeneratedMessage
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>
 
Field Summary
static int AM_CONTAINER_EXIT_STATUS_FIELD_NUMBER
           
static int APP_ATTEMPT_STATE_FIELD_NUMBER
           
static int APP_ATTEMPT_TOKENS_FIELD_NUMBER
           
static int ATTEMPTID_FIELD_NUMBER
           
static int DIAGNOSTICS_FIELD_NUMBER
           
static int FINAL_APPLICATION_STATUS_FIELD_NUMBER
           
static int FINAL_TRACKING_URL_FIELD_NUMBER
           
static int FINISH_TIME_FIELD_NUMBER
           
static int MASTER_CONTAINER_FIELD_NUMBER
           
static int MEMORY_SECONDS_FIELD_NUMBER
           
static com.google.protobuf.Parser<YarnServerResourceManagerRecoveryProtos.ApplicationAttemptStateDataProto> PARSER
           
static int START_TIME_FIELD_NUMBER
           
static int VCORE_SECONDS_FIELD_NUMBER
           
 
Fields inherited from class com.google.protobuf.GeneratedMessage
alwaysUseFieldBuilders
 
Method Summary
 boolean equals(Object obj)
           
 int getAmContainerExitStatus()
          optional int32 am_container_exit_status = 9 [default = -1000];
 YarnServerResourceManagerRecoveryProtos.RMAppAttemptStateProto getAppAttemptState()
          optional .hadoop.yarn.RMAppAttemptStateProto app_attempt_state = 4;
 com.google.protobuf.ByteString getAppAttemptTokens()
          optional bytes app_attempt_tokens = 3;
 org.apache.hadoop.yarn.proto.YarnProtos.ApplicationAttemptIdProto getAttemptId()
          optional .hadoop.yarn.ApplicationAttemptIdProto attemptId = 1;
 org.apache.hadoop.yarn.proto.YarnProtos.ApplicationAttemptIdProtoOrBuilder getAttemptIdOrBuilder()
          optional .hadoop.yarn.ApplicationAttemptIdProto attemptId = 1;
static YarnServerResourceManagerRecoveryProtos.ApplicationAttemptStateDataProto getDefaultInstance()
           
 YarnServerResourceManagerRecoveryProtos.ApplicationAttemptStateDataProto getDefaultInstanceForType()
           
static com.google.protobuf.Descriptors.Descriptor getDescriptor()
           
 String getDiagnostics()
          optional string diagnostics = 6 [default = "N/A"];
 com.google.protobuf.ByteString getDiagnosticsBytes()
          optional string diagnostics = 6 [default = "N/A"];
 org.apache.hadoop.yarn.proto.YarnProtos.FinalApplicationStatusProto getFinalApplicationStatus()
          optional .hadoop.yarn.FinalApplicationStatusProto final_application_status = 8;
 String getFinalTrackingUrl()
          optional string final_tracking_url = 5;
 com.google.protobuf.ByteString getFinalTrackingUrlBytes()
          optional string final_tracking_url = 5;
 long getFinishTime()
          optional int64 finish_time = 12;
 org.apache.hadoop.yarn.proto.YarnProtos.ContainerProto getMasterContainer()
          optional .hadoop.yarn.ContainerProto master_container = 2;
 org.apache.hadoop.yarn.proto.YarnProtos.ContainerProtoOrBuilder getMasterContainerOrBuilder()
          optional .hadoop.yarn.ContainerProto master_container = 2;
 long getMemorySeconds()
          optional int64 memory_seconds = 10;
 com.google.protobuf.Parser<YarnServerResourceManagerRecoveryProtos.ApplicationAttemptStateDataProto> getParserForType()
           
 int getSerializedSize()
           
 long getStartTime()
          optional int64 start_time = 7;
 com.google.protobuf.UnknownFieldSet getUnknownFields()
           
 long getVcoreSeconds()
          optional int64 vcore_seconds = 11;
 boolean hasAmContainerExitStatus()
          optional int32 am_container_exit_status = 9 [default = -1000];
 boolean hasAppAttemptState()
          optional .hadoop.yarn.RMAppAttemptStateProto app_attempt_state = 4;
 boolean hasAppAttemptTokens()
          optional bytes app_attempt_tokens = 3;
 boolean hasAttemptId()
          optional .hadoop.yarn.ApplicationAttemptIdProto attemptId = 1;
 boolean hasDiagnostics()
          optional string diagnostics = 6 [default = "N/A"];
 boolean hasFinalApplicationStatus()
          optional .hadoop.yarn.FinalApplicationStatusProto final_application_status = 8;
 boolean hasFinalTrackingUrl()
          optional string final_tracking_url = 5;
 boolean hasFinishTime()
          optional int64 finish_time = 12;
 int hashCode()
           
 boolean hasMasterContainer()
          optional .hadoop.yarn.ContainerProto master_container = 2;
 boolean hasMemorySeconds()
          optional int64 memory_seconds = 10;
 boolean hasStartTime()
          optional int64 start_time = 7;
 boolean hasVcoreSeconds()
          optional int64 vcore_seconds = 11;
protected  com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
           
 boolean isInitialized()
           
static YarnServerResourceManagerRecoveryProtos.ApplicationAttemptStateDataProto.Builder newBuilder()
           
static YarnServerResourceManagerRecoveryProtos.ApplicationAttemptStateDataProto.Builder newBuilder(YarnServerResourceManagerRecoveryProtos.ApplicationAttemptStateDataProto prototype)
           
 YarnServerResourceManagerRecoveryProtos.ApplicationAttemptStateDataProto.Builder newBuilderForType()
           
protected  YarnServerResourceManagerRecoveryProtos.ApplicationAttemptStateDataProto.Builder newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)
           
static YarnServerResourceManagerRecoveryProtos.ApplicationAttemptStateDataProto parseDelimitedFrom(InputStream input)
           
static YarnServerResourceManagerRecoveryProtos.ApplicationAttemptStateDataProto parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static YarnServerResourceManagerRecoveryProtos.ApplicationAttemptStateDataProto parseFrom(byte[] data)
           
static YarnServerResourceManagerRecoveryProtos.ApplicationAttemptStateDataProto parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static YarnServerResourceManagerRecoveryProtos.ApplicationAttemptStateDataProto parseFrom(com.google.protobuf.ByteString data)
           
static YarnServerResourceManagerRecoveryProtos.ApplicationAttemptStateDataProto parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static YarnServerResourceManagerRecoveryProtos.ApplicationAttemptStateDataProto parseFrom(com.google.protobuf.CodedInputStream input)
           
static YarnServerResourceManagerRecoveryProtos.ApplicationAttemptStateDataProto parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static YarnServerResourceManagerRecoveryProtos.ApplicationAttemptStateDataProto parseFrom(InputStream input)
           
static YarnServerResourceManagerRecoveryProtos.ApplicationAttemptStateDataProto parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
 YarnServerResourceManagerRecoveryProtos.ApplicationAttemptStateDataProto.Builder toBuilder()
           
protected  Object writeReplace()
           
 void writeTo(com.google.protobuf.CodedOutputStream output)
           
 
Methods inherited from class com.google.protobuf.GeneratedMessage
getAllFields, getDescriptorForType, getField, getRepeatedField, getRepeatedFieldCount, hasField, makeExtensionsImmutable, newFileScopedGeneratedExtension, newMessageScopedGeneratedExtension, parseUnknownField
 
Methods inherited from class com.google.protobuf.AbstractMessage
findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toString
 
Methods inherited from class com.google.protobuf.AbstractMessageLite
toByteArray, toByteString, writeDelimitedTo, writeTo
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDescriptorForType, getField, getInitializationErrorString, getRepeatedField, getRepeatedFieldCount, hasField
 
Methods inherited from interface com.google.protobuf.MessageLite
toByteArray, toByteString, writeDelimitedTo, writeTo
 

Field Detail

PARSER

public static com.google.protobuf.Parser<YarnServerResourceManagerRecoveryProtos.ApplicationAttemptStateDataProto> PARSER

ATTEMPTID_FIELD_NUMBER

public static final int ATTEMPTID_FIELD_NUMBER
See Also:
Constant Field Values

MASTER_CONTAINER_FIELD_NUMBER

public static final int MASTER_CONTAINER_FIELD_NUMBER
See Also:
Constant Field Values

APP_ATTEMPT_TOKENS_FIELD_NUMBER

public static final int APP_ATTEMPT_TOKENS_FIELD_NUMBER
See Also:
Constant Field Values

APP_ATTEMPT_STATE_FIELD_NUMBER

public static final int APP_ATTEMPT_STATE_FIELD_NUMBER
See Also:
Constant Field Values

FINAL_TRACKING_URL_FIELD_NUMBER

public static final int FINAL_TRACKING_URL_FIELD_NUMBER
See Also:
Constant Field Values

DIAGNOSTICS_FIELD_NUMBER

public static final int DIAGNOSTICS_FIELD_NUMBER
See Also:
Constant Field Values

START_TIME_FIELD_NUMBER

public static final int START_TIME_FIELD_NUMBER
See Also:
Constant Field Values

FINAL_APPLICATION_STATUS_FIELD_NUMBER

public static final int FINAL_APPLICATION_STATUS_FIELD_NUMBER
See Also:
Constant Field Values

AM_CONTAINER_EXIT_STATUS_FIELD_NUMBER

public static final int AM_CONTAINER_EXIT_STATUS_FIELD_NUMBER
See Also:
Constant Field Values

MEMORY_SECONDS_FIELD_NUMBER

public static final int MEMORY_SECONDS_FIELD_NUMBER
See Also:
Constant Field Values

VCORE_SECONDS_FIELD_NUMBER

public static final int VCORE_SECONDS_FIELD_NUMBER
See Also:
Constant Field Values

FINISH_TIME_FIELD_NUMBER

public static final int FINISH_TIME_FIELD_NUMBER
See Also:
Constant Field Values
Method Detail

getDefaultInstance

public static YarnServerResourceManagerRecoveryProtos.ApplicationAttemptStateDataProto getDefaultInstance()

getDefaultInstanceForType

public YarnServerResourceManagerRecoveryProtos.ApplicationAttemptStateDataProto getDefaultInstanceForType()
Specified by:
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
Specified by:
getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder

getUnknownFields

public final com.google.protobuf.UnknownFieldSet getUnknownFields()
Specified by:
getUnknownFields in interface com.google.protobuf.MessageOrBuilder
Overrides:
getUnknownFields in class com.google.protobuf.GeneratedMessage

getDescriptor

public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()

internalGetFieldAccessorTable

protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Specified by:
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessage

getParserForType

public com.google.protobuf.Parser<YarnServerResourceManagerRecoveryProtos.ApplicationAttemptStateDataProto> getParserForType()
Specified by:
getParserForType in interface com.google.protobuf.Message
Specified by:
getParserForType in interface com.google.protobuf.MessageLite
Overrides:
getParserForType in class com.google.protobuf.GeneratedMessage

hasAttemptId

public boolean hasAttemptId()
optional .hadoop.yarn.ApplicationAttemptIdProto attemptId = 1;

Specified by:
hasAttemptId in interface YarnServerResourceManagerRecoveryProtos.ApplicationAttemptStateDataProtoOrBuilder

getAttemptId

public org.apache.hadoop.yarn.proto.YarnProtos.ApplicationAttemptIdProto getAttemptId()
optional .hadoop.yarn.ApplicationAttemptIdProto attemptId = 1;

Specified by:
getAttemptId in interface YarnServerResourceManagerRecoveryProtos.ApplicationAttemptStateDataProtoOrBuilder

getAttemptIdOrBuilder

public org.apache.hadoop.yarn.proto.YarnProtos.ApplicationAttemptIdProtoOrBuilder getAttemptIdOrBuilder()
optional .hadoop.yarn.ApplicationAttemptIdProto attemptId = 1;

Specified by:
getAttemptIdOrBuilder in interface YarnServerResourceManagerRecoveryProtos.ApplicationAttemptStateDataProtoOrBuilder

hasMasterContainer

public boolean hasMasterContainer()
optional .hadoop.yarn.ContainerProto master_container = 2;

Specified by:
hasMasterContainer in interface YarnServerResourceManagerRecoveryProtos.ApplicationAttemptStateDataProtoOrBuilder

getMasterContainer

public org.apache.hadoop.yarn.proto.YarnProtos.ContainerProto getMasterContainer()
optional .hadoop.yarn.ContainerProto master_container = 2;

Specified by:
getMasterContainer in interface YarnServerResourceManagerRecoveryProtos.ApplicationAttemptStateDataProtoOrBuilder

getMasterContainerOrBuilder

public org.apache.hadoop.yarn.proto.YarnProtos.ContainerProtoOrBuilder getMasterContainerOrBuilder()
optional .hadoop.yarn.ContainerProto master_container = 2;

Specified by:
getMasterContainerOrBuilder in interface YarnServerResourceManagerRecoveryProtos.ApplicationAttemptStateDataProtoOrBuilder

hasAppAttemptTokens

public boolean hasAppAttemptTokens()
optional bytes app_attempt_tokens = 3;

Specified by:
hasAppAttemptTokens in interface YarnServerResourceManagerRecoveryProtos.ApplicationAttemptStateDataProtoOrBuilder

getAppAttemptTokens

public com.google.protobuf.ByteString getAppAttemptTokens()
optional bytes app_attempt_tokens = 3;

Specified by:
getAppAttemptTokens in interface YarnServerResourceManagerRecoveryProtos.ApplicationAttemptStateDataProtoOrBuilder

hasAppAttemptState

public boolean hasAppAttemptState()
optional .hadoop.yarn.RMAppAttemptStateProto app_attempt_state = 4;

Specified by:
hasAppAttemptState in interface YarnServerResourceManagerRecoveryProtos.ApplicationAttemptStateDataProtoOrBuilder

getAppAttemptState

public YarnServerResourceManagerRecoveryProtos.RMAppAttemptStateProto getAppAttemptState()
optional .hadoop.yarn.RMAppAttemptStateProto app_attempt_state = 4;

Specified by:
getAppAttemptState in interface YarnServerResourceManagerRecoveryProtos.ApplicationAttemptStateDataProtoOrBuilder

hasFinalTrackingUrl

public boolean hasFinalTrackingUrl()
optional string final_tracking_url = 5;

Specified by:
hasFinalTrackingUrl in interface YarnServerResourceManagerRecoveryProtos.ApplicationAttemptStateDataProtoOrBuilder

getFinalTrackingUrl

public String getFinalTrackingUrl()
optional string final_tracking_url = 5;

Specified by:
getFinalTrackingUrl in interface YarnServerResourceManagerRecoveryProtos.ApplicationAttemptStateDataProtoOrBuilder

getFinalTrackingUrlBytes

public com.google.protobuf.ByteString getFinalTrackingUrlBytes()
optional string final_tracking_url = 5;

Specified by:
getFinalTrackingUrlBytes in interface YarnServerResourceManagerRecoveryProtos.ApplicationAttemptStateDataProtoOrBuilder

hasDiagnostics

public boolean hasDiagnostics()
optional string diagnostics = 6 [default = "N/A"];

Specified by:
hasDiagnostics in interface YarnServerResourceManagerRecoveryProtos.ApplicationAttemptStateDataProtoOrBuilder

getDiagnostics

public String getDiagnostics()
optional string diagnostics = 6 [default = "N/A"];

Specified by:
getDiagnostics in interface YarnServerResourceManagerRecoveryProtos.ApplicationAttemptStateDataProtoOrBuilder

getDiagnosticsBytes

public com.google.protobuf.ByteString getDiagnosticsBytes()
optional string diagnostics = 6 [default = "N/A"];

Specified by:
getDiagnosticsBytes in interface YarnServerResourceManagerRecoveryProtos.ApplicationAttemptStateDataProtoOrBuilder

hasStartTime

public boolean hasStartTime()
optional int64 start_time = 7;

Specified by:
hasStartTime in interface YarnServerResourceManagerRecoveryProtos.ApplicationAttemptStateDataProtoOrBuilder

getStartTime

public long getStartTime()
optional int64 start_time = 7;

Specified by:
getStartTime in interface YarnServerResourceManagerRecoveryProtos.ApplicationAttemptStateDataProtoOrBuilder

hasFinalApplicationStatus

public boolean hasFinalApplicationStatus()
optional .hadoop.yarn.FinalApplicationStatusProto final_application_status = 8;

Specified by:
hasFinalApplicationStatus in interface YarnServerResourceManagerRecoveryProtos.ApplicationAttemptStateDataProtoOrBuilder

getFinalApplicationStatus

public org.apache.hadoop.yarn.proto.YarnProtos.FinalApplicationStatusProto getFinalApplicationStatus()
optional .hadoop.yarn.FinalApplicationStatusProto final_application_status = 8;

Specified by:
getFinalApplicationStatus in interface YarnServerResourceManagerRecoveryProtos.ApplicationAttemptStateDataProtoOrBuilder

hasAmContainerExitStatus

public boolean hasAmContainerExitStatus()
optional int32 am_container_exit_status = 9 [default = -1000];

Specified by:
hasAmContainerExitStatus in interface YarnServerResourceManagerRecoveryProtos.ApplicationAttemptStateDataProtoOrBuilder

getAmContainerExitStatus

public int getAmContainerExitStatus()
optional int32 am_container_exit_status = 9 [default = -1000];

Specified by:
getAmContainerExitStatus in interface YarnServerResourceManagerRecoveryProtos.ApplicationAttemptStateDataProtoOrBuilder

hasMemorySeconds

public boolean hasMemorySeconds()
optional int64 memory_seconds = 10;

Specified by:
hasMemorySeconds in interface YarnServerResourceManagerRecoveryProtos.ApplicationAttemptStateDataProtoOrBuilder

getMemorySeconds

public long getMemorySeconds()
optional int64 memory_seconds = 10;

Specified by:
getMemorySeconds in interface YarnServerResourceManagerRecoveryProtos.ApplicationAttemptStateDataProtoOrBuilder

hasVcoreSeconds

public boolean hasVcoreSeconds()
optional int64 vcore_seconds = 11;

Specified by:
hasVcoreSeconds in interface YarnServerResourceManagerRecoveryProtos.ApplicationAttemptStateDataProtoOrBuilder

getVcoreSeconds

public long getVcoreSeconds()
optional int64 vcore_seconds = 11;

Specified by:
getVcoreSeconds in interface YarnServerResourceManagerRecoveryProtos.ApplicationAttemptStateDataProtoOrBuilder

hasFinishTime

public boolean hasFinishTime()
optional int64 finish_time = 12;

Specified by:
hasFinishTime in interface YarnServerResourceManagerRecoveryProtos.ApplicationAttemptStateDataProtoOrBuilder

getFinishTime

public long getFinishTime()
optional int64 finish_time = 12;

Specified by:
getFinishTime in interface YarnServerResourceManagerRecoveryProtos.ApplicationAttemptStateDataProtoOrBuilder

isInitialized

public final boolean isInitialized()
Specified by:
isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
Overrides:
isInitialized in class com.google.protobuf.GeneratedMessage

writeTo

public void writeTo(com.google.protobuf.CodedOutputStream output)
             throws IOException
Specified by:
writeTo in interface com.google.protobuf.MessageLite
Overrides:
writeTo in class com.google.protobuf.AbstractMessage
Throws:
IOException

getSerializedSize

public int getSerializedSize()
Specified by:
getSerializedSize in interface com.google.protobuf.MessageLite
Overrides:
getSerializedSize in class com.google.protobuf.AbstractMessage

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Overrides:
writeReplace in class com.google.protobuf.GeneratedMessage
Throws:
ObjectStreamException

equals

public boolean equals(Object obj)
Specified by:
equals in interface com.google.protobuf.Message
Overrides:
equals in class com.google.protobuf.AbstractMessage

hashCode

public int hashCode()
Specified by:
hashCode in interface com.google.protobuf.Message
Overrides:
hashCode in class com.google.protobuf.AbstractMessage

parseFrom

public static YarnServerResourceManagerRecoveryProtos.ApplicationAttemptStateDataProto parseFrom(com.google.protobuf.ByteString data)
                                                                                          throws com.google.protobuf.InvalidProtocolBufferException
Throws:
com.google.protobuf.InvalidProtocolBufferException

parseFrom

public static YarnServerResourceManagerRecoveryProtos.ApplicationAttemptStateDataProto parseFrom(com.google.protobuf.ByteString data,
                                                                                                 com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                                                                          throws com.google.protobuf.InvalidProtocolBufferException
Throws:
com.google.protobuf.InvalidProtocolBufferException

parseFrom

public static YarnServerResourceManagerRecoveryProtos.ApplicationAttemptStateDataProto parseFrom(byte[] data)
                                                                                          throws com.google.protobuf.InvalidProtocolBufferException
Throws:
com.google.protobuf.InvalidProtocolBufferException

parseFrom

public static YarnServerResourceManagerRecoveryProtos.ApplicationAttemptStateDataProto parseFrom(byte[] data,
                                                                                                 com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                                                                          throws com.google.protobuf.InvalidProtocolBufferException
Throws:
com.google.protobuf.InvalidProtocolBufferException

parseFrom

public static YarnServerResourceManagerRecoveryProtos.ApplicationAttemptStateDataProto parseFrom(InputStream input)
                                                                                          throws IOException
Throws:
IOException

parseFrom

public static YarnServerResourceManagerRecoveryProtos.ApplicationAttemptStateDataProto parseFrom(InputStream input,
                                                                                                 com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                                                                          throws IOException
Throws:
IOException

parseDelimitedFrom

public static YarnServerResourceManagerRecoveryProtos.ApplicationAttemptStateDataProto parseDelimitedFrom(InputStream input)
                                                                                                   throws IOException
Throws:
IOException

parseDelimitedFrom

public static YarnServerResourceManagerRecoveryProtos.ApplicationAttemptStateDataProto parseDelimitedFrom(InputStream input,
                                                                                                          com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                                                                                   throws IOException
Throws:
IOException

parseFrom

public static YarnServerResourceManagerRecoveryProtos.ApplicationAttemptStateDataProto parseFrom(com.google.protobuf.CodedInputStream input)
                                                                                          throws IOException
Throws:
IOException

parseFrom

public static YarnServerResourceManagerRecoveryProtos.ApplicationAttemptStateDataProto parseFrom(com.google.protobuf.CodedInputStream input,
                                                                                                 com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                                                                          throws IOException
Throws:
IOException

newBuilder

public static YarnServerResourceManagerRecoveryProtos.ApplicationAttemptStateDataProto.Builder newBuilder()

newBuilderForType

public YarnServerResourceManagerRecoveryProtos.ApplicationAttemptStateDataProto.Builder newBuilderForType()
Specified by:
newBuilderForType in interface com.google.protobuf.Message
Specified by:
newBuilderForType in interface com.google.protobuf.MessageLite

newBuilder

public static YarnServerResourceManagerRecoveryProtos.ApplicationAttemptStateDataProto.Builder newBuilder(YarnServerResourceManagerRecoveryProtos.ApplicationAttemptStateDataProto prototype)

toBuilder

public YarnServerResourceManagerRecoveryProtos.ApplicationAttemptStateDataProto.Builder toBuilder()
Specified by:
toBuilder in interface com.google.protobuf.Message
Specified by:
toBuilder in interface com.google.protobuf.MessageLite

newBuilderForType

protected YarnServerResourceManagerRecoveryProtos.ApplicationAttemptStateDataProto.Builder newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)
Specified by:
newBuilderForType in class com.google.protobuf.GeneratedMessage


Copyright © 2014 Apache Software Foundation. All Rights Reserved.