public static final class YarnProtos.ApplicationReportProto extends com.google.protobuf.GeneratedMessage implements YarnProtos.ApplicationReportProtoOrBuilder
hadoop.yarn.ApplicationReportProto
Modifier and Type | Class and Description |
---|---|
static class |
YarnProtos.ApplicationReportProto.Builder
Protobuf type
hadoop.yarn.ApplicationReportProto |
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 |
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 |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
SecurityProtos.TokenProto |
getAmRmToken()
optional .hadoop.common.TokenProto am_rm_token = 19; |
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; |
SecurityProtos.TokenProto |
getClientToAmToken()
optional .hadoop.common.TokenProto client_to_am_token = 7; |
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) |
getAllFields, getDescriptorForType, getField, getRepeatedField, getRepeatedFieldCount, hasField, makeExtensionsImmutable, newFileScopedGeneratedExtension, newMessageScopedGeneratedExtension, parseUnknownField
findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toString
toByteArray, toByteString, writeDelimitedTo, writeTo
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public static com.google.protobuf.Parser<YarnProtos.ApplicationReportProto> PARSER
public static final int APPLICATIONID_FIELD_NUMBER
public static final int USER_FIELD_NUMBER
public static final int QUEUE_FIELD_NUMBER
public static final int NAME_FIELD_NUMBER
public static final int HOST_FIELD_NUMBER
public static final int RPC_PORT_FIELD_NUMBER
public static final int CLIENT_TO_AM_TOKEN_FIELD_NUMBER
public static final int YARN_APPLICATION_STATE_FIELD_NUMBER
public static final int TRACKINGURL_FIELD_NUMBER
public static final int DIAGNOSTICS_FIELD_NUMBER
public static final int STARTTIME_FIELD_NUMBER
public static final int FINISHTIME_FIELD_NUMBER
public static final int FINAL_APPLICATION_STATUS_FIELD_NUMBER
public static final int APP_RESOURCE_USAGE_FIELD_NUMBER
public static final int ORIGINALTRACKINGURL_FIELD_NUMBER
public static final int CURRENTAPPLICATIONATTEMPTID_FIELD_NUMBER
public static final int PROGRESS_FIELD_NUMBER
public static final int APPLICATIONTYPE_FIELD_NUMBER
public static final int AM_RM_TOKEN_FIELD_NUMBER
public static YarnProtos.ApplicationReportProto getDefaultInstance()
public YarnProtos.ApplicationReportProto getDefaultInstanceForType()
getDefaultInstanceForType
in interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType
in interface com.google.protobuf.MessageOrBuilder
public final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields
in interface com.google.protobuf.MessageOrBuilder
getUnknownFields
in class com.google.protobuf.GeneratedMessage
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable
in class com.google.protobuf.GeneratedMessage
public com.google.protobuf.Parser<YarnProtos.ApplicationReportProto> getParserForType()
getParserForType
in interface com.google.protobuf.Message
getParserForType
in interface com.google.protobuf.MessageLite
getParserForType
in class com.google.protobuf.GeneratedMessage
public boolean hasApplicationId()
optional .hadoop.yarn.ApplicationIdProto applicationId = 1;
hasApplicationId
in interface YarnProtos.ApplicationReportProtoOrBuilder
public YarnProtos.ApplicationIdProto getApplicationId()
optional .hadoop.yarn.ApplicationIdProto applicationId = 1;
getApplicationId
in interface YarnProtos.ApplicationReportProtoOrBuilder
public YarnProtos.ApplicationIdProtoOrBuilder getApplicationIdOrBuilder()
optional .hadoop.yarn.ApplicationIdProto applicationId = 1;
getApplicationIdOrBuilder
in interface YarnProtos.ApplicationReportProtoOrBuilder
public boolean hasUser()
optional string user = 2;
hasUser
in interface YarnProtos.ApplicationReportProtoOrBuilder
public String getUser()
optional string user = 2;
getUser
in interface YarnProtos.ApplicationReportProtoOrBuilder
public com.google.protobuf.ByteString getUserBytes()
optional string user = 2;
getUserBytes
in interface YarnProtos.ApplicationReportProtoOrBuilder
public boolean hasQueue()
optional string queue = 3;
hasQueue
in interface YarnProtos.ApplicationReportProtoOrBuilder
public String getQueue()
optional string queue = 3;
getQueue
in interface YarnProtos.ApplicationReportProtoOrBuilder
public com.google.protobuf.ByteString getQueueBytes()
optional string queue = 3;
getQueueBytes
in interface YarnProtos.ApplicationReportProtoOrBuilder
public boolean hasName()
optional string name = 4;
hasName
in interface YarnProtos.ApplicationReportProtoOrBuilder
public String getName()
optional string name = 4;
getName
in interface YarnProtos.ApplicationReportProtoOrBuilder
public com.google.protobuf.ByteString getNameBytes()
optional string name = 4;
getNameBytes
in interface YarnProtos.ApplicationReportProtoOrBuilder
public boolean hasHost()
optional string host = 5;
hasHost
in interface YarnProtos.ApplicationReportProtoOrBuilder
public String getHost()
optional string host = 5;
getHost
in interface YarnProtos.ApplicationReportProtoOrBuilder
public com.google.protobuf.ByteString getHostBytes()
optional string host = 5;
getHostBytes
in interface YarnProtos.ApplicationReportProtoOrBuilder
public boolean hasRpcPort()
optional int32 rpc_port = 6;
hasRpcPort
in interface YarnProtos.ApplicationReportProtoOrBuilder
public int getRpcPort()
optional int32 rpc_port = 6;
getRpcPort
in interface YarnProtos.ApplicationReportProtoOrBuilder
public boolean hasClientToAmToken()
optional .hadoop.common.TokenProto client_to_am_token = 7;
hasClientToAmToken
in interface YarnProtos.ApplicationReportProtoOrBuilder
public SecurityProtos.TokenProto getClientToAmToken()
optional .hadoop.common.TokenProto client_to_am_token = 7;
getClientToAmToken
in interface YarnProtos.ApplicationReportProtoOrBuilder
public SecurityProtos.TokenProtoOrBuilder getClientToAmTokenOrBuilder()
optional .hadoop.common.TokenProto client_to_am_token = 7;
getClientToAmTokenOrBuilder
in interface YarnProtos.ApplicationReportProtoOrBuilder
public boolean hasYarnApplicationState()
optional .hadoop.yarn.YarnApplicationStateProto yarn_application_state = 8;
hasYarnApplicationState
in interface YarnProtos.ApplicationReportProtoOrBuilder
public YarnProtos.YarnApplicationStateProto getYarnApplicationState()
optional .hadoop.yarn.YarnApplicationStateProto yarn_application_state = 8;
getYarnApplicationState
in interface YarnProtos.ApplicationReportProtoOrBuilder
public boolean hasTrackingUrl()
optional string trackingUrl = 9;
hasTrackingUrl
in interface YarnProtos.ApplicationReportProtoOrBuilder
public String getTrackingUrl()
optional string trackingUrl = 9;
getTrackingUrl
in interface YarnProtos.ApplicationReportProtoOrBuilder
public com.google.protobuf.ByteString getTrackingUrlBytes()
optional string trackingUrl = 9;
getTrackingUrlBytes
in interface YarnProtos.ApplicationReportProtoOrBuilder
public boolean hasDiagnostics()
optional string diagnostics = 10 [default = "N/A"];
hasDiagnostics
in interface YarnProtos.ApplicationReportProtoOrBuilder
public String getDiagnostics()
optional string diagnostics = 10 [default = "N/A"];
getDiagnostics
in interface YarnProtos.ApplicationReportProtoOrBuilder
public com.google.protobuf.ByteString getDiagnosticsBytes()
optional string diagnostics = 10 [default = "N/A"];
getDiagnosticsBytes
in interface YarnProtos.ApplicationReportProtoOrBuilder
public boolean hasStartTime()
optional int64 startTime = 11;
hasStartTime
in interface YarnProtos.ApplicationReportProtoOrBuilder
public long getStartTime()
optional int64 startTime = 11;
getStartTime
in interface YarnProtos.ApplicationReportProtoOrBuilder
public boolean hasFinishTime()
optional int64 finishTime = 12;
hasFinishTime
in interface YarnProtos.ApplicationReportProtoOrBuilder
public long getFinishTime()
optional int64 finishTime = 12;
getFinishTime
in interface YarnProtos.ApplicationReportProtoOrBuilder
public boolean hasFinalApplicationStatus()
optional .hadoop.yarn.FinalApplicationStatusProto final_application_status = 13;
hasFinalApplicationStatus
in interface YarnProtos.ApplicationReportProtoOrBuilder
public YarnProtos.FinalApplicationStatusProto getFinalApplicationStatus()
optional .hadoop.yarn.FinalApplicationStatusProto final_application_status = 13;
getFinalApplicationStatus
in interface YarnProtos.ApplicationReportProtoOrBuilder
public boolean hasAppResourceUsage()
optional .hadoop.yarn.ApplicationResourceUsageReportProto app_resource_Usage = 14;
hasAppResourceUsage
in interface YarnProtos.ApplicationReportProtoOrBuilder
public YarnProtos.ApplicationResourceUsageReportProto getAppResourceUsage()
optional .hadoop.yarn.ApplicationResourceUsageReportProto app_resource_Usage = 14;
getAppResourceUsage
in interface YarnProtos.ApplicationReportProtoOrBuilder
public YarnProtos.ApplicationResourceUsageReportProtoOrBuilder getAppResourceUsageOrBuilder()
optional .hadoop.yarn.ApplicationResourceUsageReportProto app_resource_Usage = 14;
getAppResourceUsageOrBuilder
in interface YarnProtos.ApplicationReportProtoOrBuilder
public boolean hasOriginalTrackingUrl()
optional string originalTrackingUrl = 15;
hasOriginalTrackingUrl
in interface YarnProtos.ApplicationReportProtoOrBuilder
public String getOriginalTrackingUrl()
optional string originalTrackingUrl = 15;
getOriginalTrackingUrl
in interface YarnProtos.ApplicationReportProtoOrBuilder
public com.google.protobuf.ByteString getOriginalTrackingUrlBytes()
optional string originalTrackingUrl = 15;
getOriginalTrackingUrlBytes
in interface YarnProtos.ApplicationReportProtoOrBuilder
public boolean hasCurrentApplicationAttemptId()
optional .hadoop.yarn.ApplicationAttemptIdProto currentApplicationAttemptId = 16;
hasCurrentApplicationAttemptId
in interface YarnProtos.ApplicationReportProtoOrBuilder
public YarnProtos.ApplicationAttemptIdProto getCurrentApplicationAttemptId()
optional .hadoop.yarn.ApplicationAttemptIdProto currentApplicationAttemptId = 16;
getCurrentApplicationAttemptId
in interface YarnProtos.ApplicationReportProtoOrBuilder
public YarnProtos.ApplicationAttemptIdProtoOrBuilder getCurrentApplicationAttemptIdOrBuilder()
optional .hadoop.yarn.ApplicationAttemptIdProto currentApplicationAttemptId = 16;
getCurrentApplicationAttemptIdOrBuilder
in interface YarnProtos.ApplicationReportProtoOrBuilder
public boolean hasProgress()
optional float progress = 17;
hasProgress
in interface YarnProtos.ApplicationReportProtoOrBuilder
public float getProgress()
optional float progress = 17;
getProgress
in interface YarnProtos.ApplicationReportProtoOrBuilder
public boolean hasApplicationType()
optional string applicationType = 18;
hasApplicationType
in interface YarnProtos.ApplicationReportProtoOrBuilder
public String getApplicationType()
optional string applicationType = 18;
getApplicationType
in interface YarnProtos.ApplicationReportProtoOrBuilder
public com.google.protobuf.ByteString getApplicationTypeBytes()
optional string applicationType = 18;
getApplicationTypeBytes
in interface YarnProtos.ApplicationReportProtoOrBuilder
public boolean hasAmRmToken()
optional .hadoop.common.TokenProto am_rm_token = 19;
hasAmRmToken
in interface YarnProtos.ApplicationReportProtoOrBuilder
public SecurityProtos.TokenProto getAmRmToken()
optional .hadoop.common.TokenProto am_rm_token = 19;
getAmRmToken
in interface YarnProtos.ApplicationReportProtoOrBuilder
public SecurityProtos.TokenProtoOrBuilder getAmRmTokenOrBuilder()
optional .hadoop.common.TokenProto am_rm_token = 19;
getAmRmTokenOrBuilder
in interface YarnProtos.ApplicationReportProtoOrBuilder
public final boolean isInitialized()
isInitialized
in interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
in class com.google.protobuf.GeneratedMessage
public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException
writeTo
in interface com.google.protobuf.MessageLite
writeTo
in class com.google.protobuf.AbstractMessage
IOException
public int getSerializedSize()
getSerializedSize
in interface com.google.protobuf.MessageLite
getSerializedSize
in class com.google.protobuf.AbstractMessage
protected Object writeReplace() throws ObjectStreamException
writeReplace
in class com.google.protobuf.GeneratedMessage
ObjectStreamException
public boolean equals(Object obj)
equals
in interface com.google.protobuf.Message
equals
in class com.google.protobuf.AbstractMessage
public int hashCode()
hashCode
in interface com.google.protobuf.Message
hashCode
in class com.google.protobuf.AbstractMessage
public static YarnProtos.ApplicationReportProto parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static YarnProtos.ApplicationReportProto parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static YarnProtos.ApplicationReportProto parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static YarnProtos.ApplicationReportProto parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static YarnProtos.ApplicationReportProto parseFrom(InputStream input) throws IOException
IOException
public static YarnProtos.ApplicationReportProto parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static YarnProtos.ApplicationReportProto parseDelimitedFrom(InputStream input) throws IOException
IOException
public static YarnProtos.ApplicationReportProto parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static YarnProtos.ApplicationReportProto parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOException
public static YarnProtos.ApplicationReportProto parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static YarnProtos.ApplicationReportProto.Builder newBuilder()
public YarnProtos.ApplicationReportProto.Builder newBuilderForType()
newBuilderForType
in interface com.google.protobuf.Message
newBuilderForType
in interface com.google.protobuf.MessageLite
public static YarnProtos.ApplicationReportProto.Builder newBuilder(YarnProtos.ApplicationReportProto prototype)
public YarnProtos.ApplicationReportProto.Builder toBuilder()
toBuilder
in interface com.google.protobuf.Message
toBuilder
in interface com.google.protobuf.MessageLite
protected YarnProtos.ApplicationReportProto.Builder newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)
newBuilderForType
in class com.google.protobuf.GeneratedMessage
Copyright © 2013 Apache Software Foundation. All rights reserved.