org.apache.hadoop.yarn.proto
Class YarnProtos.ApplicationReportProto

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.YarnProtos.ApplicationReportProto
All Implemented Interfaces:
com.google.protobuf.Message, com.google.protobuf.MessageLite, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Serializable, YarnProtos.ApplicationReportProtoOrBuilder
Enclosing class:
YarnProtos

public static final class YarnProtos.ApplicationReportProto
extends com.google.protobuf.GeneratedMessage
implements YarnProtos.ApplicationReportProtoOrBuilder

Protobuf type hadoop.yarn.ApplicationReportProto

See Also:
Serialized Form

Nested Class Summary
static class YarnProtos.ApplicationReportProto.Builder
          Protobuf type hadoop.yarn.ApplicationReportProto
 
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_RM_TOKEN_FIELD_NUMBER
           
static int APP_RESOURCE_USAGE_FIELD_NUMBER
           
static int APPLICATIONID_FIELD_NUMBER
           
static int APPLICATIONTYPE_FIELD_NUMBER
           
static int CLIENT_TO_AM_TOKEN_FIELD_NUMBER
           
static int CURRENTAPPLICATIONATTEMPTID_FIELD_NUMBER
           
static int DIAGNOSTICS_FIELD_NUMBER
           
static int FINAL_APPLICATION_STATUS_FIELD_NUMBER
           
static int FINISHTIME_FIELD_NUMBER
           
static int HOST_FIELD_NUMBER
           
static int NAME_FIELD_NUMBER
           
static int ORIGINALTRACKINGURL_FIELD_NUMBER
           
static com.google.protobuf.Parser<YarnProtos.ApplicationReportProto> PARSER
           
static int PROGRESS_FIELD_NUMBER
           
static int QUEUE_FIELD_NUMBER
           
static int RPC_PORT_FIELD_NUMBER
           
static int STARTTIME_FIELD_NUMBER
           
static int TRACKINGURL_FIELD_NUMBER
           
static int USER_FIELD_NUMBER
           
static int YARN_APPLICATION_STATE_FIELD_NUMBER
           
 
Fields inherited from class com.google.protobuf.GeneratedMessage
alwaysUseFieldBuilders
 
Method Summary
 boolean equals(Object obj)
           
 org.apache.hadoop.security.proto.SecurityProtos.TokenProto getAmRmToken()
          optional .hadoop.common.TokenProto am_rm_token = 19;
 org.apache.hadoop.security.proto.SecurityProtos.TokenProtoOrBuilder getAmRmTokenOrBuilder()
          optional .hadoop.common.TokenProto am_rm_token = 19;
 YarnProtos.ApplicationIdProto getApplicationId()
          optional .hadoop.yarn.ApplicationIdProto applicationId = 1;
 YarnProtos.ApplicationIdProtoOrBuilder getApplicationIdOrBuilder()
          optional .hadoop.yarn.ApplicationIdProto applicationId = 1;
 String getApplicationType()
          optional string applicationType = 18;
 com.google.protobuf.ByteString getApplicationTypeBytes()
          optional string applicationType = 18;
 YarnProtos.ApplicationResourceUsageReportProto getAppResourceUsage()
          optional .hadoop.yarn.ApplicationResourceUsageReportProto app_resource_Usage = 14;
 YarnProtos.ApplicationResourceUsageReportProtoOrBuilder getAppResourceUsageOrBuilder()
          optional .hadoop.yarn.ApplicationResourceUsageReportProto app_resource_Usage = 14;
 org.apache.hadoop.security.proto.SecurityProtos.TokenProto getClientToAmToken()
          optional .hadoop.common.TokenProto client_to_am_token = 7;
 org.apache.hadoop.security.proto.SecurityProtos.TokenProtoOrBuilder getClientToAmTokenOrBuilder()
          optional .hadoop.common.TokenProto client_to_am_token = 7;
 YarnProtos.ApplicationAttemptIdProto getCurrentApplicationAttemptId()
          optional .hadoop.yarn.ApplicationAttemptIdProto currentApplicationAttemptId = 16;
 YarnProtos.ApplicationAttemptIdProtoOrBuilder getCurrentApplicationAttemptIdOrBuilder()
          optional .hadoop.yarn.ApplicationAttemptIdProto currentApplicationAttemptId = 16;
static YarnProtos.ApplicationReportProto getDefaultInstance()
           
 YarnProtos.ApplicationReportProto getDefaultInstanceForType()
           
static com.google.protobuf.Descriptors.Descriptor getDescriptor()
           
 String getDiagnostics()
          optional string diagnostics = 10 [default = "N/A"];
 com.google.protobuf.ByteString getDiagnosticsBytes()
          optional string diagnostics = 10 [default = "N/A"];
 YarnProtos.FinalApplicationStatusProto getFinalApplicationStatus()
          optional .hadoop.yarn.FinalApplicationStatusProto final_application_status = 13;
 long getFinishTime()
          optional int64 finishTime = 12;
 String getHost()
          optional string host = 5;
 com.google.protobuf.ByteString getHostBytes()
          optional string host = 5;
 String getName()
          optional string name = 4;
 com.google.protobuf.ByteString getNameBytes()
          optional string name = 4;
 String getOriginalTrackingUrl()
          optional string originalTrackingUrl = 15;
 com.google.protobuf.ByteString getOriginalTrackingUrlBytes()
          optional string originalTrackingUrl = 15;
 com.google.protobuf.Parser<YarnProtos.ApplicationReportProto> getParserForType()
           
 float getProgress()
          optional float progress = 17;
 String getQueue()
          optional string queue = 3;
 com.google.protobuf.ByteString getQueueBytes()
          optional string queue = 3;
 int getRpcPort()
          optional int32 rpc_port = 6;
 int getSerializedSize()
           
 long getStartTime()
          optional int64 startTime = 11;
 String getTrackingUrl()
          optional string trackingUrl = 9;
 com.google.protobuf.ByteString getTrackingUrlBytes()
          optional string trackingUrl = 9;
 com.google.protobuf.UnknownFieldSet getUnknownFields()
           
 String getUser()
          optional string user = 2;
 com.google.protobuf.ByteString getUserBytes()
          optional string user = 2;
 YarnProtos.YarnApplicationStateProto getYarnApplicationState()
          optional .hadoop.yarn.YarnApplicationStateProto yarn_application_state = 8;
 boolean hasAmRmToken()
          optional .hadoop.common.TokenProto am_rm_token = 19;
 boolean hasApplicationId()
          optional .hadoop.yarn.ApplicationIdProto applicationId = 1;
 boolean hasApplicationType()
          optional string applicationType = 18;
 boolean hasAppResourceUsage()
          optional .hadoop.yarn.ApplicationResourceUsageReportProto app_resource_Usage = 14;
 boolean hasClientToAmToken()
          optional .hadoop.common.TokenProto client_to_am_token = 7;
 boolean hasCurrentApplicationAttemptId()
          optional .hadoop.yarn.ApplicationAttemptIdProto currentApplicationAttemptId = 16;
 boolean hasDiagnostics()
          optional string diagnostics = 10 [default = "N/A"];
 boolean hasFinalApplicationStatus()
          optional .hadoop.yarn.FinalApplicationStatusProto final_application_status = 13;
 boolean hasFinishTime()
          optional int64 finishTime = 12;
 int hashCode()
           
 boolean hasHost()
          optional string host = 5;
 boolean hasName()
          optional string name = 4;
 boolean hasOriginalTrackingUrl()
          optional string originalTrackingUrl = 15;
 boolean hasProgress()
          optional float progress = 17;
 boolean hasQueue()
          optional string queue = 3;
 boolean hasRpcPort()
          optional int32 rpc_port = 6;
 boolean hasStartTime()
          optional int64 startTime = 11;
 boolean hasTrackingUrl()
          optional string trackingUrl = 9;
 boolean hasUser()
          optional string user = 2;
 boolean hasYarnApplicationState()
          optional .hadoop.yarn.YarnApplicationStateProto yarn_application_state = 8;
protected  com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
           
 boolean isInitialized()
           
static YarnProtos.ApplicationReportProto.Builder newBuilder()
           
static YarnProtos.ApplicationReportProto.Builder newBuilder(YarnProtos.ApplicationReportProto prototype)
           
 YarnProtos.ApplicationReportProto.Builder newBuilderForType()
           
protected  YarnProtos.ApplicationReportProto.Builder newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)
           
static YarnProtos.ApplicationReportProto parseDelimitedFrom(InputStream input)
           
static YarnProtos.ApplicationReportProto parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static YarnProtos.ApplicationReportProto parseFrom(byte[] data)
           
static YarnProtos.ApplicationReportProto parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static YarnProtos.ApplicationReportProto parseFrom(com.google.protobuf.ByteString data)
           
static YarnProtos.ApplicationReportProto parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static YarnProtos.ApplicationReportProto parseFrom(com.google.protobuf.CodedInputStream input)
           
static YarnProtos.ApplicationReportProto parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static YarnProtos.ApplicationReportProto parseFrom(InputStream input)
           
static YarnProtos.ApplicationReportProto parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
 YarnProtos.ApplicationReportProto.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<YarnProtos.ApplicationReportProto> PARSER

APPLICATIONID_FIELD_NUMBER

public static final int APPLICATIONID_FIELD_NUMBER
See Also:
Constant Field Values

USER_FIELD_NUMBER

public static final int USER_FIELD_NUMBER
See Also:
Constant Field Values

QUEUE_FIELD_NUMBER

public static final int QUEUE_FIELD_NUMBER
See Also:
Constant Field Values

NAME_FIELD_NUMBER

public static final int NAME_FIELD_NUMBER
See Also:
Constant Field Values

HOST_FIELD_NUMBER

public static final int HOST_FIELD_NUMBER
See Also:
Constant Field Values

RPC_PORT_FIELD_NUMBER

public static final int RPC_PORT_FIELD_NUMBER
See Also:
Constant Field Values

CLIENT_TO_AM_TOKEN_FIELD_NUMBER

public static final int CLIENT_TO_AM_TOKEN_FIELD_NUMBER
See Also:
Constant Field Values

YARN_APPLICATION_STATE_FIELD_NUMBER

public static final int YARN_APPLICATION_STATE_FIELD_NUMBER
See Also:
Constant Field Values

TRACKINGURL_FIELD_NUMBER

public static final int TRACKINGURL_FIELD_NUMBER
See Also:
Constant Field Values

DIAGNOSTICS_FIELD_NUMBER

public static final int DIAGNOSTICS_FIELD_NUMBER
See Also:
Constant Field Values

STARTTIME_FIELD_NUMBER

public static final int STARTTIME_FIELD_NUMBER
See Also:
Constant Field Values

FINISHTIME_FIELD_NUMBER

public static final int FINISHTIME_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

APP_RESOURCE_USAGE_FIELD_NUMBER

public static final int APP_RESOURCE_USAGE_FIELD_NUMBER
See Also:
Constant Field Values

ORIGINALTRACKINGURL_FIELD_NUMBER

public static final int ORIGINALTRACKINGURL_FIELD_NUMBER
See Also:
Constant Field Values

CURRENTAPPLICATIONATTEMPTID_FIELD_NUMBER

public static final int CURRENTAPPLICATIONATTEMPTID_FIELD_NUMBER
See Also:
Constant Field Values

PROGRESS_FIELD_NUMBER

public static final int PROGRESS_FIELD_NUMBER
See Also:
Constant Field Values

APPLICATIONTYPE_FIELD_NUMBER

public static final int APPLICATIONTYPE_FIELD_NUMBER
See Also:
Constant Field Values

AM_RM_TOKEN_FIELD_NUMBER

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

getDefaultInstance

public static YarnProtos.ApplicationReportProto getDefaultInstance()

getDefaultInstanceForType

public YarnProtos.ApplicationReportProto 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<YarnProtos.ApplicationReportProto> 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

hasApplicationId

public boolean hasApplicationId()
optional .hadoop.yarn.ApplicationIdProto applicationId = 1;

Specified by:
hasApplicationId in interface YarnProtos.ApplicationReportProtoOrBuilder

getApplicationId

public YarnProtos.ApplicationIdProto getApplicationId()
optional .hadoop.yarn.ApplicationIdProto applicationId = 1;

Specified by:
getApplicationId in interface YarnProtos.ApplicationReportProtoOrBuilder

getApplicationIdOrBuilder

public YarnProtos.ApplicationIdProtoOrBuilder getApplicationIdOrBuilder()
optional .hadoop.yarn.ApplicationIdProto applicationId = 1;

Specified by:
getApplicationIdOrBuilder in interface YarnProtos.ApplicationReportProtoOrBuilder

hasUser

public boolean hasUser()
optional string user = 2;

Specified by:
hasUser in interface YarnProtos.ApplicationReportProtoOrBuilder

getUser

public String getUser()
optional string user = 2;

Specified by:
getUser in interface YarnProtos.ApplicationReportProtoOrBuilder

getUserBytes

public com.google.protobuf.ByteString getUserBytes()
optional string user = 2;

Specified by:
getUserBytes in interface YarnProtos.ApplicationReportProtoOrBuilder

hasQueue

public boolean hasQueue()
optional string queue = 3;

Specified by:
hasQueue in interface YarnProtos.ApplicationReportProtoOrBuilder

getQueue

public String getQueue()
optional string queue = 3;

Specified by:
getQueue in interface YarnProtos.ApplicationReportProtoOrBuilder

getQueueBytes

public com.google.protobuf.ByteString getQueueBytes()
optional string queue = 3;

Specified by:
getQueueBytes in interface YarnProtos.ApplicationReportProtoOrBuilder

hasName

public boolean hasName()
optional string name = 4;

Specified by:
hasName in interface YarnProtos.ApplicationReportProtoOrBuilder

getName

public String getName()
optional string name = 4;

Specified by:
getName in interface YarnProtos.ApplicationReportProtoOrBuilder

getNameBytes

public com.google.protobuf.ByteString getNameBytes()
optional string name = 4;

Specified by:
getNameBytes in interface YarnProtos.ApplicationReportProtoOrBuilder

hasHost

public boolean hasHost()
optional string host = 5;

Specified by:
hasHost in interface YarnProtos.ApplicationReportProtoOrBuilder

getHost

public String getHost()
optional string host = 5;

Specified by:
getHost in interface YarnProtos.ApplicationReportProtoOrBuilder

getHostBytes

public com.google.protobuf.ByteString getHostBytes()
optional string host = 5;

Specified by:
getHostBytes in interface YarnProtos.ApplicationReportProtoOrBuilder

hasRpcPort

public boolean hasRpcPort()
optional int32 rpc_port = 6;

Specified by:
hasRpcPort in interface YarnProtos.ApplicationReportProtoOrBuilder

getRpcPort

public int getRpcPort()
optional int32 rpc_port = 6;

Specified by:
getRpcPort in interface YarnProtos.ApplicationReportProtoOrBuilder

hasClientToAmToken

public boolean hasClientToAmToken()
optional .hadoop.common.TokenProto client_to_am_token = 7;

Specified by:
hasClientToAmToken in interface YarnProtos.ApplicationReportProtoOrBuilder

getClientToAmToken

public org.apache.hadoop.security.proto.SecurityProtos.TokenProto getClientToAmToken()
optional .hadoop.common.TokenProto client_to_am_token = 7;

Specified by:
getClientToAmToken in interface YarnProtos.ApplicationReportProtoOrBuilder

getClientToAmTokenOrBuilder

public org.apache.hadoop.security.proto.SecurityProtos.TokenProtoOrBuilder getClientToAmTokenOrBuilder()
optional .hadoop.common.TokenProto client_to_am_token = 7;

Specified by:
getClientToAmTokenOrBuilder in interface YarnProtos.ApplicationReportProtoOrBuilder

hasYarnApplicationState

public boolean hasYarnApplicationState()
optional .hadoop.yarn.YarnApplicationStateProto yarn_application_state = 8;

Specified by:
hasYarnApplicationState in interface YarnProtos.ApplicationReportProtoOrBuilder

getYarnApplicationState

public YarnProtos.YarnApplicationStateProto getYarnApplicationState()
optional .hadoop.yarn.YarnApplicationStateProto yarn_application_state = 8;

Specified by:
getYarnApplicationState in interface YarnProtos.ApplicationReportProtoOrBuilder

hasTrackingUrl

public boolean hasTrackingUrl()
optional string trackingUrl = 9;

Specified by:
hasTrackingUrl in interface YarnProtos.ApplicationReportProtoOrBuilder

getTrackingUrl

public String getTrackingUrl()
optional string trackingUrl = 9;

Specified by:
getTrackingUrl in interface YarnProtos.ApplicationReportProtoOrBuilder

getTrackingUrlBytes

public com.google.protobuf.ByteString getTrackingUrlBytes()
optional string trackingUrl = 9;

Specified by:
getTrackingUrlBytes in interface YarnProtos.ApplicationReportProtoOrBuilder

hasDiagnostics

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

Specified by:
hasDiagnostics in interface YarnProtos.ApplicationReportProtoOrBuilder

getDiagnostics

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

Specified by:
getDiagnostics in interface YarnProtos.ApplicationReportProtoOrBuilder

getDiagnosticsBytes

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

Specified by:
getDiagnosticsBytes in interface YarnProtos.ApplicationReportProtoOrBuilder

hasStartTime

public boolean hasStartTime()
optional int64 startTime = 11;

Specified by:
hasStartTime in interface YarnProtos.ApplicationReportProtoOrBuilder

getStartTime

public long getStartTime()
optional int64 startTime = 11;

Specified by:
getStartTime in interface YarnProtos.ApplicationReportProtoOrBuilder

hasFinishTime

public boolean hasFinishTime()
optional int64 finishTime = 12;

Specified by:
hasFinishTime in interface YarnProtos.ApplicationReportProtoOrBuilder

getFinishTime

public long getFinishTime()
optional int64 finishTime = 12;

Specified by:
getFinishTime in interface YarnProtos.ApplicationReportProtoOrBuilder

hasFinalApplicationStatus

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

Specified by:
hasFinalApplicationStatus in interface YarnProtos.ApplicationReportProtoOrBuilder

getFinalApplicationStatus

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

Specified by:
getFinalApplicationStatus in interface YarnProtos.ApplicationReportProtoOrBuilder

hasAppResourceUsage

public boolean hasAppResourceUsage()
optional .hadoop.yarn.ApplicationResourceUsageReportProto app_resource_Usage = 14;

Specified by:
hasAppResourceUsage in interface YarnProtos.ApplicationReportProtoOrBuilder

getAppResourceUsage

public YarnProtos.ApplicationResourceUsageReportProto getAppResourceUsage()
optional .hadoop.yarn.ApplicationResourceUsageReportProto app_resource_Usage = 14;

Specified by:
getAppResourceUsage in interface YarnProtos.ApplicationReportProtoOrBuilder

getAppResourceUsageOrBuilder

public YarnProtos.ApplicationResourceUsageReportProtoOrBuilder getAppResourceUsageOrBuilder()
optional .hadoop.yarn.ApplicationResourceUsageReportProto app_resource_Usage = 14;

Specified by:
getAppResourceUsageOrBuilder in interface YarnProtos.ApplicationReportProtoOrBuilder

hasOriginalTrackingUrl

public boolean hasOriginalTrackingUrl()
optional string originalTrackingUrl = 15;

Specified by:
hasOriginalTrackingUrl in interface YarnProtos.ApplicationReportProtoOrBuilder

getOriginalTrackingUrl

public String getOriginalTrackingUrl()
optional string originalTrackingUrl = 15;

Specified by:
getOriginalTrackingUrl in interface YarnProtos.ApplicationReportProtoOrBuilder

getOriginalTrackingUrlBytes

public com.google.protobuf.ByteString getOriginalTrackingUrlBytes()
optional string originalTrackingUrl = 15;

Specified by:
getOriginalTrackingUrlBytes in interface YarnProtos.ApplicationReportProtoOrBuilder

hasCurrentApplicationAttemptId

public boolean hasCurrentApplicationAttemptId()
optional .hadoop.yarn.ApplicationAttemptIdProto currentApplicationAttemptId = 16;

Specified by:
hasCurrentApplicationAttemptId in interface YarnProtos.ApplicationReportProtoOrBuilder

getCurrentApplicationAttemptId

public YarnProtos.ApplicationAttemptIdProto getCurrentApplicationAttemptId()
optional .hadoop.yarn.ApplicationAttemptIdProto currentApplicationAttemptId = 16;

Specified by:
getCurrentApplicationAttemptId in interface YarnProtos.ApplicationReportProtoOrBuilder

getCurrentApplicationAttemptIdOrBuilder

public YarnProtos.ApplicationAttemptIdProtoOrBuilder getCurrentApplicationAttemptIdOrBuilder()
optional .hadoop.yarn.ApplicationAttemptIdProto currentApplicationAttemptId = 16;

Specified by:
getCurrentApplicationAttemptIdOrBuilder in interface YarnProtos.ApplicationReportProtoOrBuilder

hasProgress

public boolean hasProgress()
optional float progress = 17;

Specified by:
hasProgress in interface YarnProtos.ApplicationReportProtoOrBuilder

getProgress

public float getProgress()
optional float progress = 17;

Specified by:
getProgress in interface YarnProtos.ApplicationReportProtoOrBuilder

hasApplicationType

public boolean hasApplicationType()
optional string applicationType = 18;

Specified by:
hasApplicationType in interface YarnProtos.ApplicationReportProtoOrBuilder

getApplicationType

public String getApplicationType()
optional string applicationType = 18;

Specified by:
getApplicationType in interface YarnProtos.ApplicationReportProtoOrBuilder

getApplicationTypeBytes

public com.google.protobuf.ByteString getApplicationTypeBytes()
optional string applicationType = 18;

Specified by:
getApplicationTypeBytes in interface YarnProtos.ApplicationReportProtoOrBuilder

hasAmRmToken

public boolean hasAmRmToken()
optional .hadoop.common.TokenProto am_rm_token = 19;

Specified by:
hasAmRmToken in interface YarnProtos.ApplicationReportProtoOrBuilder

getAmRmToken

public org.apache.hadoop.security.proto.SecurityProtos.TokenProto getAmRmToken()
optional .hadoop.common.TokenProto am_rm_token = 19;

Specified by:
getAmRmToken in interface YarnProtos.ApplicationReportProtoOrBuilder

getAmRmTokenOrBuilder

public org.apache.hadoop.security.proto.SecurityProtos.TokenProtoOrBuilder getAmRmTokenOrBuilder()
optional .hadoop.common.TokenProto am_rm_token = 19;

Specified by:
getAmRmTokenOrBuilder in interface YarnProtos.ApplicationReportProtoOrBuilder

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 YarnProtos.ApplicationReportProto parseFrom(com.google.protobuf.ByteString data)
                                                   throws com.google.protobuf.InvalidProtocolBufferException
Throws:
com.google.protobuf.InvalidProtocolBufferException

parseFrom

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

parseFrom

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

parseFrom

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

parseFrom

public static YarnProtos.ApplicationReportProto parseFrom(InputStream input)
                                                   throws IOException
Throws:
IOException

parseFrom

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

parseDelimitedFrom

public static YarnProtos.ApplicationReportProto parseDelimitedFrom(InputStream input)
                                                            throws IOException
Throws:
IOException

parseDelimitedFrom

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

parseFrom

public static YarnProtos.ApplicationReportProto parseFrom(com.google.protobuf.CodedInputStream input)
                                                   throws IOException
Throws:
IOException

parseFrom

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

newBuilder

public static YarnProtos.ApplicationReportProto.Builder newBuilder()

newBuilderForType

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

newBuilder

public static YarnProtos.ApplicationReportProto.Builder newBuilder(YarnProtos.ApplicationReportProto prototype)

toBuilder

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

newBuilderForType

protected YarnProtos.ApplicationReportProto.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.