|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.google.protobuf.AbstractMessageLite
com.google.protobuf.AbstractMessage
com.google.protobuf.GeneratedMessage
org.apache.hadoop.yarn.proto.YarnServerResourceManagerServiceProtos.ApplicationStateDataProto
public static final class YarnServerResourceManagerServiceProtos.ApplicationStateDataProto
Protobuf type hadoop.yarn.ApplicationStateDataProto
| Nested Class Summary | |
|---|---|
static class |
YarnServerResourceManagerServiceProtos.ApplicationStateDataProto.Builder
Protobuf type hadoop.yarn.ApplicationStateDataProto |
| 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 |
APPLICATION_STATE_FIELD_NUMBER
|
static int |
APPLICATION_SUBMISSION_CONTEXT_FIELD_NUMBER
|
static int |
DIAGNOSTICS_FIELD_NUMBER
|
static int |
FINISH_TIME_FIELD_NUMBER
|
static com.google.protobuf.Parser<YarnServerResourceManagerServiceProtos.ApplicationStateDataProto> |
PARSER
|
static int |
START_TIME_FIELD_NUMBER
|
static int |
SUBMIT_TIME_FIELD_NUMBER
|
static int |
USER_FIELD_NUMBER
|
| Fields inherited from class com.google.protobuf.GeneratedMessage |
|---|
alwaysUseFieldBuilders |
| 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 |
|---|
public static com.google.protobuf.Parser<YarnServerResourceManagerServiceProtos.ApplicationStateDataProto> PARSER
public static final int SUBMIT_TIME_FIELD_NUMBER
public static final int APPLICATION_SUBMISSION_CONTEXT_FIELD_NUMBER
public static final int USER_FIELD_NUMBER
public static final int START_TIME_FIELD_NUMBER
public static final int APPLICATION_STATE_FIELD_NUMBER
public static final int DIAGNOSTICS_FIELD_NUMBER
public static final int FINISH_TIME_FIELD_NUMBER
| Method Detail |
|---|
public static YarnServerResourceManagerServiceProtos.ApplicationStateDataProto getDefaultInstance()
public YarnServerResourceManagerServiceProtos.ApplicationStateDataProto getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields in interface com.google.protobuf.MessageOrBuildergetUnknownFields in class com.google.protobuf.GeneratedMessagepublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessagepublic com.google.protobuf.Parser<YarnServerResourceManagerServiceProtos.ApplicationStateDataProto> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessagepublic boolean hasSubmitTime()
optional int64 submit_time = 1;
hasSubmitTime in interface YarnServerResourceManagerServiceProtos.ApplicationStateDataProtoOrBuilderpublic long getSubmitTime()
optional int64 submit_time = 1;
getSubmitTime in interface YarnServerResourceManagerServiceProtos.ApplicationStateDataProtoOrBuilderpublic boolean hasApplicationSubmissionContext()
optional .hadoop.yarn.ApplicationSubmissionContextProto application_submission_context = 2;
hasApplicationSubmissionContext in interface YarnServerResourceManagerServiceProtos.ApplicationStateDataProtoOrBuilderpublic YarnProtos.ApplicationSubmissionContextProto getApplicationSubmissionContext()
optional .hadoop.yarn.ApplicationSubmissionContextProto application_submission_context = 2;
getApplicationSubmissionContext in interface YarnServerResourceManagerServiceProtos.ApplicationStateDataProtoOrBuilderpublic YarnProtos.ApplicationSubmissionContextProtoOrBuilder getApplicationSubmissionContextOrBuilder()
optional .hadoop.yarn.ApplicationSubmissionContextProto application_submission_context = 2;
getApplicationSubmissionContextOrBuilder in interface YarnServerResourceManagerServiceProtos.ApplicationStateDataProtoOrBuilderpublic boolean hasUser()
optional string user = 3;
hasUser in interface YarnServerResourceManagerServiceProtos.ApplicationStateDataProtoOrBuilderpublic String getUser()
optional string user = 3;
getUser in interface YarnServerResourceManagerServiceProtos.ApplicationStateDataProtoOrBuilderpublic com.google.protobuf.ByteString getUserBytes()
optional string user = 3;
getUserBytes in interface YarnServerResourceManagerServiceProtos.ApplicationStateDataProtoOrBuilderpublic boolean hasStartTime()
optional int64 start_time = 4;
hasStartTime in interface YarnServerResourceManagerServiceProtos.ApplicationStateDataProtoOrBuilderpublic long getStartTime()
optional int64 start_time = 4;
getStartTime in interface YarnServerResourceManagerServiceProtos.ApplicationStateDataProtoOrBuilderpublic boolean hasApplicationState()
optional .hadoop.yarn.RMAppStateProto application_state = 5;
hasApplicationState in interface YarnServerResourceManagerServiceProtos.ApplicationStateDataProtoOrBuilderpublic YarnServerResourceManagerServiceProtos.RMAppStateProto getApplicationState()
optional .hadoop.yarn.RMAppStateProto application_state = 5;
getApplicationState in interface YarnServerResourceManagerServiceProtos.ApplicationStateDataProtoOrBuilderpublic boolean hasDiagnostics()
optional string diagnostics = 6 [default = "N/A"];
hasDiagnostics in interface YarnServerResourceManagerServiceProtos.ApplicationStateDataProtoOrBuilderpublic String getDiagnostics()
optional string diagnostics = 6 [default = "N/A"];
getDiagnostics in interface YarnServerResourceManagerServiceProtos.ApplicationStateDataProtoOrBuilderpublic com.google.protobuf.ByteString getDiagnosticsBytes()
optional string diagnostics = 6 [default = "N/A"];
getDiagnosticsBytes in interface YarnServerResourceManagerServiceProtos.ApplicationStateDataProtoOrBuilderpublic boolean hasFinishTime()
optional int64 finish_time = 7;
hasFinishTime in interface YarnServerResourceManagerServiceProtos.ApplicationStateDataProtoOrBuilderpublic long getFinishTime()
optional int64 finish_time = 7;
getFinishTime in interface YarnServerResourceManagerServiceProtos.ApplicationStateDataProtoOrBuilderpublic final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessage
public void writeTo(com.google.protobuf.CodedOutputStream output)
throws IOException
writeTo in interface com.google.protobuf.MessageLitewriteTo in class com.google.protobuf.AbstractMessageIOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLitegetSerializedSize in class com.google.protobuf.AbstractMessage
protected Object writeReplace()
throws ObjectStreamException
writeReplace in class com.google.protobuf.GeneratedMessageObjectStreamExceptionpublic boolean equals(Object obj)
equals in interface com.google.protobuf.Messageequals in class com.google.protobuf.AbstractMessagepublic int hashCode()
hashCode in interface com.google.protobuf.MessagehashCode in class com.google.protobuf.AbstractMessage
public static YarnServerResourceManagerServiceProtos.ApplicationStateDataProto parseFrom(com.google.protobuf.ByteString data)
throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static YarnServerResourceManagerServiceProtos.ApplicationStateDataProto parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static YarnServerResourceManagerServiceProtos.ApplicationStateDataProto parseFrom(byte[] data)
throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static YarnServerResourceManagerServiceProtos.ApplicationStateDataProto parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static YarnServerResourceManagerServiceProtos.ApplicationStateDataProto parseFrom(InputStream input)
throws IOException
IOException
public static YarnServerResourceManagerServiceProtos.ApplicationStateDataProto parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws IOException
IOException
public static YarnServerResourceManagerServiceProtos.ApplicationStateDataProto parseDelimitedFrom(InputStream input)
throws IOException
IOException
public static YarnServerResourceManagerServiceProtos.ApplicationStateDataProto parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws IOException
IOException
public static YarnServerResourceManagerServiceProtos.ApplicationStateDataProto parseFrom(com.google.protobuf.CodedInputStream input)
throws IOException
IOException
public static YarnServerResourceManagerServiceProtos.ApplicationStateDataProto parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws IOException
IOExceptionpublic static YarnServerResourceManagerServiceProtos.ApplicationStateDataProto.Builder newBuilder()
public YarnServerResourceManagerServiceProtos.ApplicationStateDataProto.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static YarnServerResourceManagerServiceProtos.ApplicationStateDataProto.Builder newBuilder(YarnServerResourceManagerServiceProtos.ApplicationStateDataProto prototype)
public YarnServerResourceManagerServiceProtos.ApplicationStateDataProto.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected YarnServerResourceManagerServiceProtos.ApplicationStateDataProto.Builder newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessage
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||