org.apache.hadoop.yarn.proto
Class YarnServerResourceManagerServiceProtos.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.YarnServerResourceManagerServiceProtos.ApplicationAttemptStateDataProto
All Implemented Interfaces:
com.google.protobuf.Message, com.google.protobuf.MessageLite, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Serializable, YarnServerResourceManagerServiceProtos.ApplicationAttemptStateDataProtoOrBuilder
Enclosing class:
YarnServerResourceManagerServiceProtos

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

Protobuf type hadoop.yarn.ApplicationAttemptStateDataProto

See Also:
Serialized Form

Nested Class Summary
static class YarnServerResourceManagerServiceProtos.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 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 MASTER_CONTAINER_FIELD_NUMBER
           
static com.google.protobuf.Parser<YarnServerResourceManagerServiceProtos.ApplicationAttemptStateDataProto> PARSER
           
static int START_TIME_FIELD_NUMBER
           
 
Fields inherited from class com.google.protobuf.GeneratedMessage
alwaysUseFieldBuilders
 
Method Summary
 boolean equals(Object obj)
           
 YarnServerResourceManagerServiceProtos.RMAppAttemptStateProto getAppAttemptState()
          optional .hadoop.yarn.RMAppAttemptStateProto app_attempt_state = 4;
 com.google.protobuf.ByteString getAppAttemptTokens()
          optional bytes app_attempt_tokens = 3;
 YarnProtos.ApplicationAttemptIdProto getAttemptId()
          optional .hadoop.yarn.ApplicationAttemptIdProto attemptId = 1;
 YarnProtos.ApplicationAttemptIdProtoOrBuilder getAttemptIdOrBuilder()
          optional .hadoop.yarn.ApplicationAttemptIdProto attemptId = 1;
static YarnServerResourceManagerServiceProtos.ApplicationAttemptStateDataProto getDefaultInstance()
           
 YarnServerResourceManagerServiceProtos.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"];
 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;
 YarnProtos.ContainerProto getMasterContainer()
          optional .hadoop.yarn.ContainerProto master_container = 2;
 YarnProtos.ContainerProtoOrBuilder getMasterContainerOrBuilder()
          optional .hadoop.yarn.ContainerProto master_container = 2;
 com.google.protobuf.Parser<YarnServerResourceManagerServiceProtos.ApplicationAttemptStateDataProto> getParserForType()
           
 int getSerializedSize()
           
 long getStartTime()
          optional int64 start_time = 7;
 com.google.protobuf.UnknownFieldSet getUnknownFields()
           
 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;
 int hashCode()
           
 boolean hasMasterContainer()
          optional .hadoop.yarn.ContainerProto master_container = 2;
 boolean hasStartTime()
          optional int64 start_time = 7;
protected  com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
           
 boolean isInitialized()
           
static YarnServerResourceManagerServiceProtos.ApplicationAttemptStateDataProto.Builder newBuilder()
           
static YarnServerResourceManagerServiceProtos.ApplicationAttemptStateDataProto.Builder newBuilder(YarnServerResourceManagerServiceProtos.ApplicationAttemptStateDataProto prototype)
           
 YarnServerResourceManagerServiceProtos.ApplicationAttemptStateDataProto.Builder newBuilderForType()
           
protected  YarnServerResourceManagerServiceProtos.ApplicationAttemptStateDataProto.Builder newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)
           
static YarnServerResourceManagerServiceProtos.ApplicationAttemptStateDataProto parseDelimitedFrom(InputStream input)
           
static YarnServerResourceManagerServiceProtos.ApplicationAttemptStateDataProto parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static YarnServerResourceManagerServiceProtos.ApplicationAttemptStateDataProto parseFrom(byte[] data)
           
static YarnServerResourceManagerServiceProtos.ApplicationAttemptStateDataProto parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static YarnServerResourceManagerServiceProtos.ApplicationAttemptStateDataProto parseFrom(com.google.protobuf.ByteString data)
           
static YarnServerResourceManagerServiceProtos.ApplicationAttemptStateDataProto parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static YarnServerResourceManagerServiceProtos.ApplicationAttemptStateDataProto parseFrom(com.google.protobuf.CodedInputStream input)
           
static YarnServerResourceManagerServiceProtos.ApplicationAttemptStateDataProto parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static YarnServerResourceManagerServiceProtos.ApplicationAttemptStateDataProto parseFrom(InputStream input)
           
static YarnServerResourceManagerServiceProtos.ApplicationAttemptStateDataProto parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
 YarnServerResourceManagerServiceProtos.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<YarnServerResourceManagerServiceProtos.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
Method Detail

getDefaultInstance

public static YarnServerResourceManagerServiceProtos.ApplicationAttemptStateDataProto getDefaultInstance()

getDefaultInstanceForType

public YarnServerResourceManagerServiceProtos.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<YarnServerResourceManagerServiceProtos.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 YarnServerResourceManagerServiceProtos.ApplicationAttemptStateDataProtoOrBuilder

getAttemptId

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

Specified by:
getAttemptId in interface YarnServerResourceManagerServiceProtos.ApplicationAttemptStateDataProtoOrBuilder

getAttemptIdOrBuilder

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

Specified by:
getAttemptIdOrBuilder in interface YarnServerResourceManagerServiceProtos.ApplicationAttemptStateDataProtoOrBuilder

hasMasterContainer

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

Specified by:
hasMasterContainer in interface YarnServerResourceManagerServiceProtos.ApplicationAttemptStateDataProtoOrBuilder

getMasterContainer

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

Specified by:
getMasterContainer in interface YarnServerResourceManagerServiceProtos.ApplicationAttemptStateDataProtoOrBuilder

getMasterContainerOrBuilder

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

Specified by:
getMasterContainerOrBuilder in interface YarnServerResourceManagerServiceProtos.ApplicationAttemptStateDataProtoOrBuilder

hasAppAttemptTokens

public boolean hasAppAttemptTokens()
optional bytes app_attempt_tokens = 3;

Specified by:
hasAppAttemptTokens in interface YarnServerResourceManagerServiceProtos.ApplicationAttemptStateDataProtoOrBuilder

getAppAttemptTokens

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

Specified by:
getAppAttemptTokens in interface YarnServerResourceManagerServiceProtos.ApplicationAttemptStateDataProtoOrBuilder

hasAppAttemptState

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

Specified by:
hasAppAttemptState in interface YarnServerResourceManagerServiceProtos.ApplicationAttemptStateDataProtoOrBuilder

getAppAttemptState

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

Specified by:
getAppAttemptState in interface YarnServerResourceManagerServiceProtos.ApplicationAttemptStateDataProtoOrBuilder

hasFinalTrackingUrl

public boolean hasFinalTrackingUrl()
optional string final_tracking_url = 5;

Specified by:
hasFinalTrackingUrl in interface YarnServerResourceManagerServiceProtos.ApplicationAttemptStateDataProtoOrBuilder

getFinalTrackingUrl

public String getFinalTrackingUrl()
optional string final_tracking_url = 5;

Specified by:
getFinalTrackingUrl in interface YarnServerResourceManagerServiceProtos.ApplicationAttemptStateDataProtoOrBuilder

getFinalTrackingUrlBytes

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

Specified by:
getFinalTrackingUrlBytes in interface YarnServerResourceManagerServiceProtos.ApplicationAttemptStateDataProtoOrBuilder

hasDiagnostics

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

Specified by:
hasDiagnostics in interface YarnServerResourceManagerServiceProtos.ApplicationAttemptStateDataProtoOrBuilder

getDiagnostics

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

Specified by:
getDiagnostics in interface YarnServerResourceManagerServiceProtos.ApplicationAttemptStateDataProtoOrBuilder

getDiagnosticsBytes

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

Specified by:
getDiagnosticsBytes in interface YarnServerResourceManagerServiceProtos.ApplicationAttemptStateDataProtoOrBuilder

hasStartTime

public boolean hasStartTime()
optional int64 start_time = 7;

Specified by:
hasStartTime in interface YarnServerResourceManagerServiceProtos.ApplicationAttemptStateDataProtoOrBuilder

getStartTime

public long getStartTime()
optional int64 start_time = 7;

Specified by:
getStartTime in interface YarnServerResourceManagerServiceProtos.ApplicationAttemptStateDataProtoOrBuilder

hasFinalApplicationStatus

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

Specified by:
hasFinalApplicationStatus in interface YarnServerResourceManagerServiceProtos.ApplicationAttemptStateDataProtoOrBuilder

getFinalApplicationStatus

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

Specified by:
getFinalApplicationStatus in interface YarnServerResourceManagerServiceProtos.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 YarnServerResourceManagerServiceProtos.ApplicationAttemptStateDataProto parseFrom(com.google.protobuf.ByteString data)
                                                                                         throws com.google.protobuf.InvalidProtocolBufferException
Throws:
com.google.protobuf.InvalidProtocolBufferException

parseFrom

public static YarnServerResourceManagerServiceProtos.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 YarnServerResourceManagerServiceProtos.ApplicationAttemptStateDataProto parseFrom(byte[] data)
                                                                                         throws com.google.protobuf.InvalidProtocolBufferException
Throws:
com.google.protobuf.InvalidProtocolBufferException

parseFrom

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

parseFrom

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

parseFrom

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

parseDelimitedFrom

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

parseDelimitedFrom

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

parseFrom

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

parseFrom

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

newBuilder

public static YarnServerResourceManagerServiceProtos.ApplicationAttemptStateDataProto.Builder newBuilder()

newBuilderForType

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

newBuilder

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

toBuilder

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

newBuilderForType

protected YarnServerResourceManagerServiceProtos.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.