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

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

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

RecordBuilder for ReduceAttemptFinished instances.


Method Summary
 ReduceAttemptFinished build()
           
 ReduceAttemptFinished.Builder clearAttemptId()
          Clears the value of the 'attemptId' field
 ReduceAttemptFinished.Builder clearClockSplits()
          Clears the value of the 'clockSplits' field
 ReduceAttemptFinished.Builder clearCounters()
          Clears the value of the 'counters' field
 ReduceAttemptFinished.Builder clearCpuUsages()
          Clears the value of the 'cpuUsages' field
 ReduceAttemptFinished.Builder clearFinishTime()
          Clears the value of the 'finishTime' field
 ReduceAttemptFinished.Builder clearHostname()
          Clears the value of the 'hostname' field
 ReduceAttemptFinished.Builder clearPhysMemKbytes()
          Clears the value of the 'physMemKbytes' field
 ReduceAttemptFinished.Builder clearPort()
          Clears the value of the 'port' field
 ReduceAttemptFinished.Builder clearRackname()
          Clears the value of the 'rackname' field
 ReduceAttemptFinished.Builder clearShuffleFinishTime()
          Clears the value of the 'shuffleFinishTime' field
 ReduceAttemptFinished.Builder clearSortFinishTime()
          Clears the value of the 'sortFinishTime' field
 ReduceAttemptFinished.Builder clearState()
          Clears the value of the 'state' field
 ReduceAttemptFinished.Builder clearTaskid()
          Clears the value of the 'taskid' field
 ReduceAttemptFinished.Builder clearTaskStatus()
          Clears the value of the 'taskStatus' field
 ReduceAttemptFinished.Builder clearTaskType()
          Clears the value of the 'taskType' field
 ReduceAttemptFinished.Builder clearVMemKbytes()
          Clears the value of the 'vMemKbytes' field
 CharSequence getAttemptId()
          Gets the value of the 'attemptId' field
 List<Integer> getClockSplits()
          Gets the value of the 'clockSplits' field
 JhCounters getCounters()
          Gets the value of the 'counters' field
 List<Integer> getCpuUsages()
          Gets the value of the 'cpuUsages' field
 Long getFinishTime()
          Gets the value of the 'finishTime' field
 CharSequence getHostname()
          Gets the value of the 'hostname' field
 List<Integer> getPhysMemKbytes()
          Gets the value of the 'physMemKbytes' field
 Integer getPort()
          Gets the value of the 'port' field
 CharSequence getRackname()
          Gets the value of the 'rackname' field
 Long getShuffleFinishTime()
          Gets the value of the 'shuffleFinishTime' field
 Long getSortFinishTime()
          Gets the value of the 'sortFinishTime' field
 CharSequence getState()
          Gets the value of the 'state' field
 CharSequence getTaskid()
          Gets the value of the 'taskid' field
 CharSequence getTaskStatus()
          Gets the value of the 'taskStatus' field
 CharSequence getTaskType()
          Gets the value of the 'taskType' field
 List<Integer> getVMemKbytes()
          Gets the value of the 'vMemKbytes' field
 boolean hasAttemptId()
          Checks whether the 'attemptId' field has been set
 boolean hasClockSplits()
          Checks whether the 'clockSplits' field has been set
 boolean hasCounters()
          Checks whether the 'counters' field has been set
 boolean hasCpuUsages()
          Checks whether the 'cpuUsages' field has been set
 boolean hasFinishTime()
          Checks whether the 'finishTime' field has been set
 boolean hasHostname()
          Checks whether the 'hostname' field has been set
 boolean hasPhysMemKbytes()
          Checks whether the 'physMemKbytes' field has been set
 boolean hasPort()
          Checks whether the 'port' field has been set
 boolean hasRackname()
          Checks whether the 'rackname' field has been set
 boolean hasShuffleFinishTime()
          Checks whether the 'shuffleFinishTime' field has been set
 boolean hasSortFinishTime()
          Checks whether the 'sortFinishTime' field has been set
 boolean hasState()
          Checks whether the 'state' field has been set
 boolean hasTaskid()
          Checks whether the 'taskid' field has been set
 boolean hasTaskStatus()
          Checks whether the 'taskStatus' field has been set
 boolean hasTaskType()
          Checks whether the 'taskType' field has been set
 boolean hasVMemKbytes()
          Checks whether the 'vMemKbytes' field has been set
 ReduceAttemptFinished.Builder setAttemptId(CharSequence value)
          Sets the value of the 'attemptId' field
 ReduceAttemptFinished.Builder setClockSplits(List<Integer> value)
          Sets the value of the 'clockSplits' field
 ReduceAttemptFinished.Builder setCounters(JhCounters value)
          Sets the value of the 'counters' field
 ReduceAttemptFinished.Builder setCpuUsages(List<Integer> value)
          Sets the value of the 'cpuUsages' field
 ReduceAttemptFinished.Builder setFinishTime(long value)
          Sets the value of the 'finishTime' field
 ReduceAttemptFinished.Builder setHostname(CharSequence value)
          Sets the value of the 'hostname' field
 ReduceAttemptFinished.Builder setPhysMemKbytes(List<Integer> value)
          Sets the value of the 'physMemKbytes' field
 ReduceAttemptFinished.Builder setPort(int value)
          Sets the value of the 'port' field
 ReduceAttemptFinished.Builder setRackname(CharSequence value)
          Sets the value of the 'rackname' field
 ReduceAttemptFinished.Builder setShuffleFinishTime(long value)
          Sets the value of the 'shuffleFinishTime' field
 ReduceAttemptFinished.Builder setSortFinishTime(long value)
          Sets the value of the 'sortFinishTime' field
 ReduceAttemptFinished.Builder setState(CharSequence value)
          Sets the value of the 'state' field
 ReduceAttemptFinished.Builder setTaskid(CharSequence value)
          Sets the value of the 'taskid' field
 ReduceAttemptFinished.Builder setTaskStatus(CharSequence value)
          Sets the value of the 'taskStatus' field
 ReduceAttemptFinished.Builder setTaskType(CharSequence value)
          Sets the value of the 'taskType' field
 ReduceAttemptFinished.Builder setVMemKbytes(List<Integer> value)
          Sets the value of the 'vMemKbytes' 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

getTaskid

public CharSequence getTaskid()
Gets the value of the 'taskid' field


setTaskid

public ReduceAttemptFinished.Builder setTaskid(CharSequence value)
Sets the value of the 'taskid' field


hasTaskid

public boolean hasTaskid()
Checks whether the 'taskid' field has been set


clearTaskid

public ReduceAttemptFinished.Builder clearTaskid()
Clears the value of the 'taskid' field


getAttemptId

public CharSequence getAttemptId()
Gets the value of the 'attemptId' field


setAttemptId

public ReduceAttemptFinished.Builder setAttemptId(CharSequence value)
Sets the value of the 'attemptId' field


hasAttemptId

public boolean hasAttemptId()
Checks whether the 'attemptId' field has been set


clearAttemptId

public ReduceAttemptFinished.Builder clearAttemptId()
Clears the value of the 'attemptId' field


getTaskType

public CharSequence getTaskType()
Gets the value of the 'taskType' field


setTaskType

public ReduceAttemptFinished.Builder setTaskType(CharSequence value)
Sets the value of the 'taskType' field


hasTaskType

public boolean hasTaskType()
Checks whether the 'taskType' field has been set


clearTaskType

public ReduceAttemptFinished.Builder clearTaskType()
Clears the value of the 'taskType' field


getTaskStatus

public CharSequence getTaskStatus()
Gets the value of the 'taskStatus' field


setTaskStatus

public ReduceAttemptFinished.Builder setTaskStatus(CharSequence value)
Sets the value of the 'taskStatus' field


hasTaskStatus

public boolean hasTaskStatus()
Checks whether the 'taskStatus' field has been set


clearTaskStatus

public ReduceAttemptFinished.Builder clearTaskStatus()
Clears the value of the 'taskStatus' field


getShuffleFinishTime

public Long getShuffleFinishTime()
Gets the value of the 'shuffleFinishTime' field


setShuffleFinishTime

public ReduceAttemptFinished.Builder setShuffleFinishTime(long value)
Sets the value of the 'shuffleFinishTime' field


hasShuffleFinishTime

public boolean hasShuffleFinishTime()
Checks whether the 'shuffleFinishTime' field has been set


clearShuffleFinishTime

public ReduceAttemptFinished.Builder clearShuffleFinishTime()
Clears the value of the 'shuffleFinishTime' field


getSortFinishTime

public Long getSortFinishTime()
Gets the value of the 'sortFinishTime' field


setSortFinishTime

public ReduceAttemptFinished.Builder setSortFinishTime(long value)
Sets the value of the 'sortFinishTime' field


hasSortFinishTime

public boolean hasSortFinishTime()
Checks whether the 'sortFinishTime' field has been set


clearSortFinishTime

public ReduceAttemptFinished.Builder clearSortFinishTime()
Clears the value of the 'sortFinishTime' field


getFinishTime

public Long getFinishTime()
Gets the value of the 'finishTime' field


setFinishTime

public ReduceAttemptFinished.Builder setFinishTime(long value)
Sets the value of the 'finishTime' field


hasFinishTime

public boolean hasFinishTime()
Checks whether the 'finishTime' field has been set


clearFinishTime

public ReduceAttemptFinished.Builder clearFinishTime()
Clears the value of the 'finishTime' field


getHostname

public CharSequence getHostname()
Gets the value of the 'hostname' field


setHostname

public ReduceAttemptFinished.Builder setHostname(CharSequence value)
Sets the value of the 'hostname' field


hasHostname

public boolean hasHostname()
Checks whether the 'hostname' field has been set


clearHostname

public ReduceAttemptFinished.Builder clearHostname()
Clears the value of the 'hostname' field


getPort

public Integer getPort()
Gets the value of the 'port' field


setPort

public ReduceAttemptFinished.Builder setPort(int value)
Sets the value of the 'port' field


hasPort

public boolean hasPort()
Checks whether the 'port' field has been set


clearPort

public ReduceAttemptFinished.Builder clearPort()
Clears the value of the 'port' field


getRackname

public CharSequence getRackname()
Gets the value of the 'rackname' field


setRackname

public ReduceAttemptFinished.Builder setRackname(CharSequence value)
Sets the value of the 'rackname' field


hasRackname

public boolean hasRackname()
Checks whether the 'rackname' field has been set


clearRackname

public ReduceAttemptFinished.Builder clearRackname()
Clears the value of the 'rackname' field


getState

public CharSequence getState()
Gets the value of the 'state' field


setState

public ReduceAttemptFinished.Builder setState(CharSequence value)
Sets the value of the 'state' field


hasState

public boolean hasState()
Checks whether the 'state' field has been set


clearState

public ReduceAttemptFinished.Builder clearState()
Clears the value of the 'state' field


getCounters

public JhCounters getCounters()
Gets the value of the 'counters' field


setCounters

public ReduceAttemptFinished.Builder setCounters(JhCounters value)
Sets the value of the 'counters' field


hasCounters

public boolean hasCounters()
Checks whether the 'counters' field has been set


clearCounters

public ReduceAttemptFinished.Builder clearCounters()
Clears the value of the 'counters' field


getClockSplits

public List<Integer> getClockSplits()
Gets the value of the 'clockSplits' field


setClockSplits

public ReduceAttemptFinished.Builder setClockSplits(List<Integer> value)
Sets the value of the 'clockSplits' field


hasClockSplits

public boolean hasClockSplits()
Checks whether the 'clockSplits' field has been set


clearClockSplits

public ReduceAttemptFinished.Builder clearClockSplits()
Clears the value of the 'clockSplits' field


getCpuUsages

public List<Integer> getCpuUsages()
Gets the value of the 'cpuUsages' field


setCpuUsages

public ReduceAttemptFinished.Builder setCpuUsages(List<Integer> value)
Sets the value of the 'cpuUsages' field


hasCpuUsages

public boolean hasCpuUsages()
Checks whether the 'cpuUsages' field has been set


clearCpuUsages

public ReduceAttemptFinished.Builder clearCpuUsages()
Clears the value of the 'cpuUsages' field


getVMemKbytes

public List<Integer> getVMemKbytes()
Gets the value of the 'vMemKbytes' field


setVMemKbytes

public ReduceAttemptFinished.Builder setVMemKbytes(List<Integer> value)
Sets the value of the 'vMemKbytes' field


hasVMemKbytes

public boolean hasVMemKbytes()
Checks whether the 'vMemKbytes' field has been set


clearVMemKbytes

public ReduceAttemptFinished.Builder clearVMemKbytes()
Clears the value of the 'vMemKbytes' field


getPhysMemKbytes

public List<Integer> getPhysMemKbytes()
Gets the value of the 'physMemKbytes' field


setPhysMemKbytes

public ReduceAttemptFinished.Builder setPhysMemKbytes(List<Integer> value)
Sets the value of the 'physMemKbytes' field


hasPhysMemKbytes

public boolean hasPhysMemKbytes()
Checks whether the 'physMemKbytes' field has been set


clearPhysMemKbytes

public ReduceAttemptFinished.Builder clearPhysMemKbytes()
Clears the value of the 'physMemKbytes' field


build

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


Copyright © 2013 Apache Software Foundation. All Rights Reserved.