org.apache.hadoop.mapreduce.jobhistory
Class AMStarted.Builder

java.lang.Object
  extended by org.apache.avro.data.RecordBuilderBase<T>
      extended by org.apache.avro.specific.SpecificRecordBuilderBase<AMStarted>
          extended by org.apache.hadoop.mapreduce.jobhistory.AMStarted.Builder
All Implemented Interfaces:
org.apache.avro.data.RecordBuilder<AMStarted>
Enclosing class:
AMStarted

public static class AMStarted.Builder
extends org.apache.avro.specific.SpecificRecordBuilderBase<AMStarted>
implements org.apache.avro.data.RecordBuilder<AMStarted>

RecordBuilder for AMStarted instances.


Method Summary
 AMStarted build()
           
 AMStarted.Builder clearApplicationAttemptId()
          Clears the value of the 'applicationAttemptId' field
 AMStarted.Builder clearContainerId()
          Clears the value of the 'containerId' field
 AMStarted.Builder clearNodeManagerHost()
          Clears the value of the 'nodeManagerHost' field
 AMStarted.Builder clearNodeManagerHttpPort()
          Clears the value of the 'nodeManagerHttpPort' field
 AMStarted.Builder clearNodeManagerPort()
          Clears the value of the 'nodeManagerPort' field
 AMStarted.Builder clearStartTime()
          Clears the value of the 'startTime' field
 CharSequence getApplicationAttemptId()
          Gets the value of the 'applicationAttemptId' field
 CharSequence getContainerId()
          Gets the value of the 'containerId' field
 CharSequence getNodeManagerHost()
          Gets the value of the 'nodeManagerHost' field
 Integer getNodeManagerHttpPort()
          Gets the value of the 'nodeManagerHttpPort' field
 Integer getNodeManagerPort()
          Gets the value of the 'nodeManagerPort' field
 Long getStartTime()
          Gets the value of the 'startTime' field
 boolean hasApplicationAttemptId()
          Checks whether the 'applicationAttemptId' field has been set
 boolean hasContainerId()
          Checks whether the 'containerId' field has been set
 boolean hasNodeManagerHost()
          Checks whether the 'nodeManagerHost' field has been set
 boolean hasNodeManagerHttpPort()
          Checks whether the 'nodeManagerHttpPort' field has been set
 boolean hasNodeManagerPort()
          Checks whether the 'nodeManagerPort' field has been set
 boolean hasStartTime()
          Checks whether the 'startTime' field has been set
 AMStarted.Builder setApplicationAttemptId(CharSequence value)
          Sets the value of the 'applicationAttemptId' field
 AMStarted.Builder setContainerId(CharSequence value)
          Sets the value of the 'containerId' field
 AMStarted.Builder setNodeManagerHost(CharSequence value)
          Sets the value of the 'nodeManagerHost' field
 AMStarted.Builder setNodeManagerHttpPort(int value)
          Sets the value of the 'nodeManagerHttpPort' field
 AMStarted.Builder setNodeManagerPort(int value)
          Sets the value of the 'nodeManagerPort' field
 AMStarted.Builder setStartTime(long value)
          Sets the value of the 'startTime' field
 
Methods inherited from class org.apache.avro.data.RecordBuilderBase
data, defaultValue, equals, fields, fieldSetFlags, hashCode, isValidValue, schema, validate
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getApplicationAttemptId

public CharSequence getApplicationAttemptId()
Gets the value of the 'applicationAttemptId' field


setApplicationAttemptId

public AMStarted.Builder setApplicationAttemptId(CharSequence value)
Sets the value of the 'applicationAttemptId' field


hasApplicationAttemptId

public boolean hasApplicationAttemptId()
Checks whether the 'applicationAttemptId' field has been set


clearApplicationAttemptId

public AMStarted.Builder clearApplicationAttemptId()
Clears the value of the 'applicationAttemptId' field


getStartTime

public Long getStartTime()
Gets the value of the 'startTime' field


setStartTime

public AMStarted.Builder setStartTime(long value)
Sets the value of the 'startTime' field


hasStartTime

public boolean hasStartTime()
Checks whether the 'startTime' field has been set


clearStartTime

public AMStarted.Builder clearStartTime()
Clears the value of the 'startTime' field


getContainerId

public CharSequence getContainerId()
Gets the value of the 'containerId' field


setContainerId

public AMStarted.Builder setContainerId(CharSequence value)
Sets the value of the 'containerId' field


hasContainerId

public boolean hasContainerId()
Checks whether the 'containerId' field has been set


clearContainerId

public AMStarted.Builder clearContainerId()
Clears the value of the 'containerId' field


getNodeManagerHost

public CharSequence getNodeManagerHost()
Gets the value of the 'nodeManagerHost' field


setNodeManagerHost

public AMStarted.Builder setNodeManagerHost(CharSequence value)
Sets the value of the 'nodeManagerHost' field


hasNodeManagerHost

public boolean hasNodeManagerHost()
Checks whether the 'nodeManagerHost' field has been set


clearNodeManagerHost

public AMStarted.Builder clearNodeManagerHost()
Clears the value of the 'nodeManagerHost' field


getNodeManagerPort

public Integer getNodeManagerPort()
Gets the value of the 'nodeManagerPort' field


setNodeManagerPort

public AMStarted.Builder setNodeManagerPort(int value)
Sets the value of the 'nodeManagerPort' field


hasNodeManagerPort

public boolean hasNodeManagerPort()
Checks whether the 'nodeManagerPort' field has been set


clearNodeManagerPort

public AMStarted.Builder clearNodeManagerPort()
Clears the value of the 'nodeManagerPort' field


getNodeManagerHttpPort

public Integer getNodeManagerHttpPort()
Gets the value of the 'nodeManagerHttpPort' field


setNodeManagerHttpPort

public AMStarted.Builder setNodeManagerHttpPort(int value)
Sets the value of the 'nodeManagerHttpPort' field


hasNodeManagerHttpPort

public boolean hasNodeManagerHttpPort()
Checks whether the 'nodeManagerHttpPort' field has been set


clearNodeManagerHttpPort

public AMStarted.Builder clearNodeManagerHttpPort()
Clears the value of the 'nodeManagerHttpPort' field


build

public AMStarted build()
Specified by:
build in interface org.apache.avro.data.RecordBuilder<AMStarted>


Copyright © 2013 Apache Software Foundation. All Rights Reserved.