|
||||||||||
| 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.tez.dag.recovery.records.RecoveryProtos.DAGSubmittedProto
public static final class RecoveryProtos.DAGSubmittedProto
Protobuf type DAGSubmittedProto
| Nested Class Summary | |
|---|---|
static class |
RecoveryProtos.DAGSubmittedProto.Builder
Protobuf type DAGSubmittedProto |
| 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_ATTEMPT_ID_FIELD_NUMBER
|
static int |
CUMULATIVE_ADDITIONAL_AM_RESOURCES_FIELD_NUMBER
|
static int |
DAG_ID_FIELD_NUMBER
|
static int |
DAG_PLAN_FIELD_NUMBER
|
static com.google.protobuf.Parser<RecoveryProtos.DAGSubmittedProto> |
PARSER
|
static int |
SUBMIT_TIME_FIELD_NUMBER
|
| Fields inherited from class com.google.protobuf.GeneratedMessage |
|---|
alwaysUseFieldBuilders |
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
|
String |
getApplicationAttemptId()
optional string application_attempt_id = 4; |
com.google.protobuf.ByteString |
getApplicationAttemptIdBytes()
optional string application_attempt_id = 4; |
org.apache.tez.dag.api.records.DAGProtos.PlanLocalResourcesProto |
getCumulativeAdditionalAmResources()
optional .PlanLocalResourcesProto cumulative_additional_am_resources = 5; |
org.apache.tez.dag.api.records.DAGProtos.PlanLocalResourcesProtoOrBuilder |
getCumulativeAdditionalAmResourcesOrBuilder()
optional .PlanLocalResourcesProto cumulative_additional_am_resources = 5; |
String |
getDagId()
optional string dag_id = 1; |
com.google.protobuf.ByteString |
getDagIdBytes()
optional string dag_id = 1; |
org.apache.tez.dag.api.records.DAGProtos.DAGPlan |
getDagPlan()
optional .DAGPlan dag_plan = 2; |
org.apache.tez.dag.api.records.DAGProtos.DAGPlanOrBuilder |
getDagPlanOrBuilder()
optional .DAGPlan dag_plan = 2; |
static RecoveryProtos.DAGSubmittedProto |
getDefaultInstance()
|
RecoveryProtos.DAGSubmittedProto |
getDefaultInstanceForType()
|
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor()
|
com.google.protobuf.Parser<RecoveryProtos.DAGSubmittedProto> |
getParserForType()
|
int |
getSerializedSize()
|
long |
getSubmitTime()
optional int64 submit_time = 3; |
com.google.protobuf.UnknownFieldSet |
getUnknownFields()
|
boolean |
hasApplicationAttemptId()
optional string application_attempt_id = 4; |
boolean |
hasCumulativeAdditionalAmResources()
optional .PlanLocalResourcesProto cumulative_additional_am_resources = 5; |
boolean |
hasDagId()
optional string dag_id = 1; |
boolean |
hasDagPlan()
optional .DAGPlan dag_plan = 2; |
int |
hashCode()
|
boolean |
hasSubmitTime()
optional int64 submit_time = 3; |
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable |
internalGetFieldAccessorTable()
|
boolean |
isInitialized()
|
static RecoveryProtos.DAGSubmittedProto.Builder |
newBuilder()
|
static RecoveryProtos.DAGSubmittedProto.Builder |
newBuilder(RecoveryProtos.DAGSubmittedProto prototype)
|
RecoveryProtos.DAGSubmittedProto.Builder |
newBuilderForType()
|
protected RecoveryProtos.DAGSubmittedProto.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)
|
static RecoveryProtos.DAGSubmittedProto |
parseDelimitedFrom(InputStream input)
|
static RecoveryProtos.DAGSubmittedProto |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
static RecoveryProtos.DAGSubmittedProto |
parseFrom(byte[] data)
|
static RecoveryProtos.DAGSubmittedProto |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
static RecoveryProtos.DAGSubmittedProto |
parseFrom(com.google.protobuf.ByteString data)
|
static RecoveryProtos.DAGSubmittedProto |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
static RecoveryProtos.DAGSubmittedProto |
parseFrom(com.google.protobuf.CodedInputStream input)
|
static RecoveryProtos.DAGSubmittedProto |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
static RecoveryProtos.DAGSubmittedProto |
parseFrom(InputStream input)
|
static RecoveryProtos.DAGSubmittedProto |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
RecoveryProtos.DAGSubmittedProto.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 |
|---|
public static com.google.protobuf.Parser<RecoveryProtos.DAGSubmittedProto> PARSER
public static final int DAG_ID_FIELD_NUMBER
public static final int DAG_PLAN_FIELD_NUMBER
public static final int SUBMIT_TIME_FIELD_NUMBER
public static final int APPLICATION_ATTEMPT_ID_FIELD_NUMBER
public static final int CUMULATIVE_ADDITIONAL_AM_RESOURCES_FIELD_NUMBER
| Method Detail |
|---|
public static RecoveryProtos.DAGSubmittedProto getDefaultInstance()
public RecoveryProtos.DAGSubmittedProto 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<RecoveryProtos.DAGSubmittedProto> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessagepublic boolean hasDagId()
optional string dag_id = 1;
hasDagId in interface RecoveryProtos.DAGSubmittedProtoOrBuilderpublic String getDagId()
optional string dag_id = 1;
getDagId in interface RecoveryProtos.DAGSubmittedProtoOrBuilderpublic com.google.protobuf.ByteString getDagIdBytes()
optional string dag_id = 1;
getDagIdBytes in interface RecoveryProtos.DAGSubmittedProtoOrBuilderpublic boolean hasDagPlan()
optional .DAGPlan dag_plan = 2;
hasDagPlan in interface RecoveryProtos.DAGSubmittedProtoOrBuilderpublic org.apache.tez.dag.api.records.DAGProtos.DAGPlan getDagPlan()
optional .DAGPlan dag_plan = 2;
getDagPlan in interface RecoveryProtos.DAGSubmittedProtoOrBuilderpublic org.apache.tez.dag.api.records.DAGProtos.DAGPlanOrBuilder getDagPlanOrBuilder()
optional .DAGPlan dag_plan = 2;
getDagPlanOrBuilder in interface RecoveryProtos.DAGSubmittedProtoOrBuilderpublic boolean hasSubmitTime()
optional int64 submit_time = 3;
hasSubmitTime in interface RecoveryProtos.DAGSubmittedProtoOrBuilderpublic long getSubmitTime()
optional int64 submit_time = 3;
getSubmitTime in interface RecoveryProtos.DAGSubmittedProtoOrBuilderpublic boolean hasApplicationAttemptId()
optional string application_attempt_id = 4;
hasApplicationAttemptId in interface RecoveryProtos.DAGSubmittedProtoOrBuilderpublic String getApplicationAttemptId()
optional string application_attempt_id = 4;
getApplicationAttemptId in interface RecoveryProtos.DAGSubmittedProtoOrBuilderpublic com.google.protobuf.ByteString getApplicationAttemptIdBytes()
optional string application_attempt_id = 4;
getApplicationAttemptIdBytes in interface RecoveryProtos.DAGSubmittedProtoOrBuilderpublic boolean hasCumulativeAdditionalAmResources()
optional .PlanLocalResourcesProto cumulative_additional_am_resources = 5;
hasCumulativeAdditionalAmResources in interface RecoveryProtos.DAGSubmittedProtoOrBuilderpublic org.apache.tez.dag.api.records.DAGProtos.PlanLocalResourcesProto getCumulativeAdditionalAmResources()
optional .PlanLocalResourcesProto cumulative_additional_am_resources = 5;
getCumulativeAdditionalAmResources in interface RecoveryProtos.DAGSubmittedProtoOrBuilderpublic org.apache.tez.dag.api.records.DAGProtos.PlanLocalResourcesProtoOrBuilder getCumulativeAdditionalAmResourcesOrBuilder()
optional .PlanLocalResourcesProto cumulative_additional_am_resources = 5;
getCumulativeAdditionalAmResourcesOrBuilder in interface RecoveryProtos.DAGSubmittedProtoOrBuilderpublic 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 RecoveryProtos.DAGSubmittedProto parseFrom(com.google.protobuf.ByteString data)
throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static RecoveryProtos.DAGSubmittedProto parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static RecoveryProtos.DAGSubmittedProto parseFrom(byte[] data)
throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static RecoveryProtos.DAGSubmittedProto parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static RecoveryProtos.DAGSubmittedProto parseFrom(InputStream input)
throws IOException
IOException
public static RecoveryProtos.DAGSubmittedProto parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws IOException
IOException
public static RecoveryProtos.DAGSubmittedProto parseDelimitedFrom(InputStream input)
throws IOException
IOException
public static RecoveryProtos.DAGSubmittedProto parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws IOException
IOException
public static RecoveryProtos.DAGSubmittedProto parseFrom(com.google.protobuf.CodedInputStream input)
throws IOException
IOException
public static RecoveryProtos.DAGSubmittedProto parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws IOException
IOExceptionpublic static RecoveryProtos.DAGSubmittedProto.Builder newBuilder()
public RecoveryProtos.DAGSubmittedProto.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static RecoveryProtos.DAGSubmittedProto.Builder newBuilder(RecoveryProtos.DAGSubmittedProto prototype)
public RecoveryProtos.DAGSubmittedProto.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected RecoveryProtos.DAGSubmittedProto.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 | |||||||||