org.apache.tez.dag.recovery.records
Class RecoveryProtos.AMLaunchedProto.Builder

java.lang.Object
  extended by com.google.protobuf.AbstractMessageLite.Builder<BuilderType>
      extended by com.google.protobuf.AbstractMessage.Builder<BuilderType>
          extended by com.google.protobuf.GeneratedMessage.Builder<RecoveryProtos.AMLaunchedProto.Builder>
              extended by org.apache.tez.dag.recovery.records.RecoveryProtos.AMLaunchedProto.Builder
All Implemented Interfaces:
com.google.protobuf.Message.Builder, com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Cloneable, RecoveryProtos.AMLaunchedProtoOrBuilder
Enclosing class:
RecoveryProtos.AMLaunchedProto

public static final class RecoveryProtos.AMLaunchedProto.Builder
extends com.google.protobuf.GeneratedMessage.Builder<RecoveryProtos.AMLaunchedProto.Builder>
implements RecoveryProtos.AMLaunchedProtoOrBuilder

Protobuf type AMLaunchedProto


Method Summary
 RecoveryProtos.AMLaunchedProto build()
           
 RecoveryProtos.AMLaunchedProto buildPartial()
           
 RecoveryProtos.AMLaunchedProto.Builder clear()
           
 RecoveryProtos.AMLaunchedProto.Builder clearApplicationAttemptId()
          optional string application_attempt_id = 1;
 RecoveryProtos.AMLaunchedProto.Builder clearAppSubmitTime()
          optional int64 app_submit_time = 2;
 RecoveryProtos.AMLaunchedProto.Builder clearLaunchTime()
          optional int64 launch_time = 3;
 RecoveryProtos.AMLaunchedProto.Builder clone()
           
 String getApplicationAttemptId()
          optional string application_attempt_id = 1;
 com.google.protobuf.ByteString getApplicationAttemptIdBytes()
          optional string application_attempt_id = 1;
 long getAppSubmitTime()
          optional int64 app_submit_time = 2;
 RecoveryProtos.AMLaunchedProto getDefaultInstanceForType()
           
static com.google.protobuf.Descriptors.Descriptor getDescriptor()
           
 com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
           
 long getLaunchTime()
          optional int64 launch_time = 3;
 boolean hasApplicationAttemptId()
          optional string application_attempt_id = 1;
 boolean hasAppSubmitTime()
          optional int64 app_submit_time = 2;
 boolean hasLaunchTime()
          optional int64 launch_time = 3;
protected  com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
           
 boolean isInitialized()
           
 RecoveryProtos.AMLaunchedProto.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
 RecoveryProtos.AMLaunchedProto.Builder mergeFrom(com.google.protobuf.Message other)
           
 RecoveryProtos.AMLaunchedProto.Builder mergeFrom(RecoveryProtos.AMLaunchedProto other)
           
 RecoveryProtos.AMLaunchedProto.Builder setApplicationAttemptId(String value)
          optional string application_attempt_id = 1;
 RecoveryProtos.AMLaunchedProto.Builder setApplicationAttemptIdBytes(com.google.protobuf.ByteString value)
          optional string application_attempt_id = 1;
 RecoveryProtos.AMLaunchedProto.Builder setAppSubmitTime(long value)
          optional int64 app_submit_time = 2;
 RecoveryProtos.AMLaunchedProto.Builder setLaunchTime(long value)
          optional int64 launch_time = 3;
 
Methods inherited from class com.google.protobuf.GeneratedMessage.Builder
addRepeatedField, clearField, getAllFields, getField, getFieldBuilder, getParentForChildren, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, isClean, markClean, mergeUnknownFields, newBuilderForField, onBuilt, onChanged, parseUnknownField, setField, setRepeatedField, setUnknownFields
 
Methods inherited from class com.google.protobuf.AbstractMessage.Builder
findInitializationErrors, getInitializationErrorString, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException
 
Methods inherited from class com.google.protobuf.AbstractMessageLite.Builder
addAll, newUninitializedMessageException
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getField, getInitializationErrorString, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField
 

Method Detail

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.Builder<RecoveryProtos.AMLaunchedProto.Builder>

clear

public RecoveryProtos.AMLaunchedProto.Builder clear()
Specified by:
clear in interface com.google.protobuf.Message.Builder
Specified by:
clear in interface com.google.protobuf.MessageLite.Builder
Overrides:
clear in class com.google.protobuf.GeneratedMessage.Builder<RecoveryProtos.AMLaunchedProto.Builder>

clone

public RecoveryProtos.AMLaunchedProto.Builder clone()
Specified by:
clone in interface com.google.protobuf.Message.Builder
Specified by:
clone in interface com.google.protobuf.MessageLite.Builder
Overrides:
clone in class com.google.protobuf.GeneratedMessage.Builder<RecoveryProtos.AMLaunchedProto.Builder>

getDescriptorForType

public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
Specified by:
getDescriptorForType in interface com.google.protobuf.Message.Builder
Specified by:
getDescriptorForType in interface com.google.protobuf.MessageOrBuilder
Overrides:
getDescriptorForType in class com.google.protobuf.GeneratedMessage.Builder<RecoveryProtos.AMLaunchedProto.Builder>

getDefaultInstanceForType

public RecoveryProtos.AMLaunchedProto getDefaultInstanceForType()
Specified by:
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
Specified by:
getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder

build

public RecoveryProtos.AMLaunchedProto build()
Specified by:
build in interface com.google.protobuf.Message.Builder
Specified by:
build in interface com.google.protobuf.MessageLite.Builder

buildPartial

public RecoveryProtos.AMLaunchedProto buildPartial()
Specified by:
buildPartial in interface com.google.protobuf.Message.Builder
Specified by:
buildPartial in interface com.google.protobuf.MessageLite.Builder

mergeFrom

public RecoveryProtos.AMLaunchedProto.Builder mergeFrom(com.google.protobuf.Message other)
Specified by:
mergeFrom in interface com.google.protobuf.Message.Builder
Overrides:
mergeFrom in class com.google.protobuf.AbstractMessage.Builder<RecoveryProtos.AMLaunchedProto.Builder>

mergeFrom

public RecoveryProtos.AMLaunchedProto.Builder mergeFrom(RecoveryProtos.AMLaunchedProto other)

isInitialized

public final boolean isInitialized()
Specified by:
isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
Overrides:
isInitialized in class com.google.protobuf.GeneratedMessage.Builder<RecoveryProtos.AMLaunchedProto.Builder>

mergeFrom

public RecoveryProtos.AMLaunchedProto.Builder mergeFrom(com.google.protobuf.CodedInputStream input,
                                                        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                                 throws IOException
Specified by:
mergeFrom in interface com.google.protobuf.Message.Builder
Specified by:
mergeFrom in interface com.google.protobuf.MessageLite.Builder
Overrides:
mergeFrom in class com.google.protobuf.AbstractMessage.Builder<RecoveryProtos.AMLaunchedProto.Builder>
Throws:
IOException

hasApplicationAttemptId

public boolean hasApplicationAttemptId()
optional string application_attempt_id = 1;

Specified by:
hasApplicationAttemptId in interface RecoveryProtos.AMLaunchedProtoOrBuilder

getApplicationAttemptId

public String getApplicationAttemptId()
optional string application_attempt_id = 1;

Specified by:
getApplicationAttemptId in interface RecoveryProtos.AMLaunchedProtoOrBuilder

getApplicationAttemptIdBytes

public com.google.protobuf.ByteString getApplicationAttemptIdBytes()
optional string application_attempt_id = 1;

Specified by:
getApplicationAttemptIdBytes in interface RecoveryProtos.AMLaunchedProtoOrBuilder

setApplicationAttemptId

public RecoveryProtos.AMLaunchedProto.Builder setApplicationAttemptId(String value)
optional string application_attempt_id = 1;


clearApplicationAttemptId

public RecoveryProtos.AMLaunchedProto.Builder clearApplicationAttemptId()
optional string application_attempt_id = 1;


setApplicationAttemptIdBytes

public RecoveryProtos.AMLaunchedProto.Builder setApplicationAttemptIdBytes(com.google.protobuf.ByteString value)
optional string application_attempt_id = 1;


hasAppSubmitTime

public boolean hasAppSubmitTime()
optional int64 app_submit_time = 2;

Specified by:
hasAppSubmitTime in interface RecoveryProtos.AMLaunchedProtoOrBuilder

getAppSubmitTime

public long getAppSubmitTime()
optional int64 app_submit_time = 2;

Specified by:
getAppSubmitTime in interface RecoveryProtos.AMLaunchedProtoOrBuilder

setAppSubmitTime

public RecoveryProtos.AMLaunchedProto.Builder setAppSubmitTime(long value)
optional int64 app_submit_time = 2;


clearAppSubmitTime

public RecoveryProtos.AMLaunchedProto.Builder clearAppSubmitTime()
optional int64 app_submit_time = 2;


hasLaunchTime

public boolean hasLaunchTime()
optional int64 launch_time = 3;

Specified by:
hasLaunchTime in interface RecoveryProtos.AMLaunchedProtoOrBuilder

getLaunchTime

public long getLaunchTime()
optional int64 launch_time = 3;

Specified by:
getLaunchTime in interface RecoveryProtos.AMLaunchedProtoOrBuilder

setLaunchTime

public RecoveryProtos.AMLaunchedProto.Builder setLaunchTime(long value)
optional int64 launch_time = 3;


clearLaunchTime

public RecoveryProtos.AMLaunchedProto.Builder clearLaunchTime()
optional int64 launch_time = 3;



Copyright © 2014 Apache Software Foundation. All rights reserved.