org.apache.tez.dag.recovery.records
Class RecoveryProtos.TaskAttemptStartedProto.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.TaskAttemptStartedProto.Builder>
              extended by org.apache.tez.dag.recovery.records.RecoveryProtos.TaskAttemptStartedProto.Builder
All Implemented Interfaces:
com.google.protobuf.Message.Builder, com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Cloneable, RecoveryProtos.TaskAttemptStartedProtoOrBuilder
Enclosing class:
RecoveryProtos.TaskAttemptStartedProto

public static final class RecoveryProtos.TaskAttemptStartedProto.Builder
extends com.google.protobuf.GeneratedMessage.Builder<RecoveryProtos.TaskAttemptStartedProto.Builder>
implements RecoveryProtos.TaskAttemptStartedProtoOrBuilder

Protobuf type TaskAttemptStartedProto


Method Summary
 RecoveryProtos.TaskAttemptStartedProto build()
           
 RecoveryProtos.TaskAttemptStartedProto buildPartial()
           
 RecoveryProtos.TaskAttemptStartedProto.Builder clear()
           
 RecoveryProtos.TaskAttemptStartedProto.Builder clearContainerId()
          optional string container_id = 3;
 RecoveryProtos.TaskAttemptStartedProto.Builder clearNodeId()
          optional string node_id = 4;
 RecoveryProtos.TaskAttemptStartedProto.Builder clearStartTime()
          optional int64 start_time = 2;
 RecoveryProtos.TaskAttemptStartedProto.Builder clearTaskAttemptId()
          optional string task_attempt_id = 1;
 RecoveryProtos.TaskAttemptStartedProto.Builder clone()
           
 String getContainerId()
          optional string container_id = 3;
 com.google.protobuf.ByteString getContainerIdBytes()
          optional string container_id = 3;
 RecoveryProtos.TaskAttemptStartedProto getDefaultInstanceForType()
           
static com.google.protobuf.Descriptors.Descriptor getDescriptor()
           
 com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
           
 String getNodeId()
          optional string node_id = 4;
 com.google.protobuf.ByteString getNodeIdBytes()
          optional string node_id = 4;
 long getStartTime()
          optional int64 start_time = 2;
 String getTaskAttemptId()
          optional string task_attempt_id = 1;
 com.google.protobuf.ByteString getTaskAttemptIdBytes()
          optional string task_attempt_id = 1;
 boolean hasContainerId()
          optional string container_id = 3;
 boolean hasNodeId()
          optional string node_id = 4;
 boolean hasStartTime()
          optional int64 start_time = 2;
 boolean hasTaskAttemptId()
          optional string task_attempt_id = 1;
protected  com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
           
 boolean isInitialized()
           
 RecoveryProtos.TaskAttemptStartedProto.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
 RecoveryProtos.TaskAttemptStartedProto.Builder mergeFrom(com.google.protobuf.Message other)
           
 RecoveryProtos.TaskAttemptStartedProto.Builder mergeFrom(RecoveryProtos.TaskAttemptStartedProto other)
           
 RecoveryProtos.TaskAttemptStartedProto.Builder setContainerId(String value)
          optional string container_id = 3;
 RecoveryProtos.TaskAttemptStartedProto.Builder setContainerIdBytes(com.google.protobuf.ByteString value)
          optional string container_id = 3;
 RecoveryProtos.TaskAttemptStartedProto.Builder setNodeId(String value)
          optional string node_id = 4;
 RecoveryProtos.TaskAttemptStartedProto.Builder setNodeIdBytes(com.google.protobuf.ByteString value)
          optional string node_id = 4;
 RecoveryProtos.TaskAttemptStartedProto.Builder setStartTime(long value)
          optional int64 start_time = 2;
 RecoveryProtos.TaskAttemptStartedProto.Builder setTaskAttemptId(String value)
          optional string task_attempt_id = 1;
 RecoveryProtos.TaskAttemptStartedProto.Builder setTaskAttemptIdBytes(com.google.protobuf.ByteString value)
          optional string task_attempt_id = 1;
 
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.TaskAttemptStartedProto.Builder>

clear

public RecoveryProtos.TaskAttemptStartedProto.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.TaskAttemptStartedProto.Builder>

clone

public RecoveryProtos.TaskAttemptStartedProto.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.TaskAttemptStartedProto.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.TaskAttemptStartedProto.Builder>

getDefaultInstanceForType

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

build

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

buildPartial

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

mergeFrom

public RecoveryProtos.TaskAttemptStartedProto.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.TaskAttemptStartedProto.Builder>

mergeFrom

public RecoveryProtos.TaskAttemptStartedProto.Builder mergeFrom(RecoveryProtos.TaskAttemptStartedProto 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.TaskAttemptStartedProto.Builder>

mergeFrom

public RecoveryProtos.TaskAttemptStartedProto.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.TaskAttemptStartedProto.Builder>
Throws:
IOException

hasTaskAttemptId

public boolean hasTaskAttemptId()
optional string task_attempt_id = 1;

Specified by:
hasTaskAttemptId in interface RecoveryProtos.TaskAttemptStartedProtoOrBuilder

getTaskAttemptId

public String getTaskAttemptId()
optional string task_attempt_id = 1;

Specified by:
getTaskAttemptId in interface RecoveryProtos.TaskAttemptStartedProtoOrBuilder

getTaskAttemptIdBytes

public com.google.protobuf.ByteString getTaskAttemptIdBytes()
optional string task_attempt_id = 1;

Specified by:
getTaskAttemptIdBytes in interface RecoveryProtos.TaskAttemptStartedProtoOrBuilder

setTaskAttemptId

public RecoveryProtos.TaskAttemptStartedProto.Builder setTaskAttemptId(String value)
optional string task_attempt_id = 1;


clearTaskAttemptId

public RecoveryProtos.TaskAttemptStartedProto.Builder clearTaskAttemptId()
optional string task_attempt_id = 1;


setTaskAttemptIdBytes

public RecoveryProtos.TaskAttemptStartedProto.Builder setTaskAttemptIdBytes(com.google.protobuf.ByteString value)
optional string task_attempt_id = 1;


hasStartTime

public boolean hasStartTime()
optional int64 start_time = 2;

Specified by:
hasStartTime in interface RecoveryProtos.TaskAttemptStartedProtoOrBuilder

getStartTime

public long getStartTime()
optional int64 start_time = 2;

Specified by:
getStartTime in interface RecoveryProtos.TaskAttemptStartedProtoOrBuilder

setStartTime

public RecoveryProtos.TaskAttemptStartedProto.Builder setStartTime(long value)
optional int64 start_time = 2;


clearStartTime

public RecoveryProtos.TaskAttemptStartedProto.Builder clearStartTime()
optional int64 start_time = 2;


hasContainerId

public boolean hasContainerId()
optional string container_id = 3;

Specified by:
hasContainerId in interface RecoveryProtos.TaskAttemptStartedProtoOrBuilder

getContainerId

public String getContainerId()
optional string container_id = 3;

Specified by:
getContainerId in interface RecoveryProtos.TaskAttemptStartedProtoOrBuilder

getContainerIdBytes

public com.google.protobuf.ByteString getContainerIdBytes()
optional string container_id = 3;

Specified by:
getContainerIdBytes in interface RecoveryProtos.TaskAttemptStartedProtoOrBuilder

setContainerId

public RecoveryProtos.TaskAttemptStartedProto.Builder setContainerId(String value)
optional string container_id = 3;


clearContainerId

public RecoveryProtos.TaskAttemptStartedProto.Builder clearContainerId()
optional string container_id = 3;


setContainerIdBytes

public RecoveryProtos.TaskAttemptStartedProto.Builder setContainerIdBytes(com.google.protobuf.ByteString value)
optional string container_id = 3;


hasNodeId

public boolean hasNodeId()
optional string node_id = 4;

Specified by:
hasNodeId in interface RecoveryProtos.TaskAttemptStartedProtoOrBuilder

getNodeId

public String getNodeId()
optional string node_id = 4;

Specified by:
getNodeId in interface RecoveryProtos.TaskAttemptStartedProtoOrBuilder

getNodeIdBytes

public com.google.protobuf.ByteString getNodeIdBytes()
optional string node_id = 4;

Specified by:
getNodeIdBytes in interface RecoveryProtos.TaskAttemptStartedProtoOrBuilder

setNodeId

public RecoveryProtos.TaskAttemptStartedProto.Builder setNodeId(String value)
optional string node_id = 4;


clearNodeId

public RecoveryProtos.TaskAttemptStartedProto.Builder clearNodeId()
optional string node_id = 4;


setNodeIdBytes

public RecoveryProtos.TaskAttemptStartedProto.Builder setNodeIdBytes(com.google.protobuf.ByteString value)
optional string node_id = 4;



Copyright © 2014 Apache Software Foundation. All rights reserved.