Uses of Class
org.apache.hadoop.mapreduce.jobhistory.MapAttemptFinished.Builder

Packages that use MapAttemptFinished.Builder
org.apache.hadoop.mapreduce.jobhistory   
 

Uses of MapAttemptFinished.Builder in org.apache.hadoop.mapreduce.jobhistory
 

Methods in org.apache.hadoop.mapreduce.jobhistory that return MapAttemptFinished.Builder
 MapAttemptFinished.Builder MapAttemptFinished.Builder.clearAttemptId()
          Clears the value of the 'attemptId' field
 MapAttemptFinished.Builder MapAttemptFinished.Builder.clearClockSplits()
          Clears the value of the 'clockSplits' field
 MapAttemptFinished.Builder MapAttemptFinished.Builder.clearCounters()
          Clears the value of the 'counters' field
 MapAttemptFinished.Builder MapAttemptFinished.Builder.clearCpuUsages()
          Clears the value of the 'cpuUsages' field
 MapAttemptFinished.Builder MapAttemptFinished.Builder.clearFinishTime()
          Clears the value of the 'finishTime' field
 MapAttemptFinished.Builder MapAttemptFinished.Builder.clearHostname()
          Clears the value of the 'hostname' field
 MapAttemptFinished.Builder MapAttemptFinished.Builder.clearMapFinishTime()
          Clears the value of the 'mapFinishTime' field
 MapAttemptFinished.Builder MapAttemptFinished.Builder.clearPhysMemKbytes()
          Clears the value of the 'physMemKbytes' field
 MapAttemptFinished.Builder MapAttemptFinished.Builder.clearPort()
          Clears the value of the 'port' field
 MapAttemptFinished.Builder MapAttemptFinished.Builder.clearRackname()
          Clears the value of the 'rackname' field
 MapAttemptFinished.Builder MapAttemptFinished.Builder.clearState()
          Clears the value of the 'state' field
 MapAttemptFinished.Builder MapAttemptFinished.Builder.clearTaskid()
          Clears the value of the 'taskid' field
 MapAttemptFinished.Builder MapAttemptFinished.Builder.clearTaskStatus()
          Clears the value of the 'taskStatus' field
 MapAttemptFinished.Builder MapAttemptFinished.Builder.clearTaskType()
          Clears the value of the 'taskType' field
 MapAttemptFinished.Builder MapAttemptFinished.Builder.clearVMemKbytes()
          Clears the value of the 'vMemKbytes' field
static MapAttemptFinished.Builder MapAttemptFinished.newBuilder()
          Creates a new MapAttemptFinished RecordBuilder
static MapAttemptFinished.Builder MapAttemptFinished.newBuilder(MapAttemptFinished.Builder other)
          Creates a new MapAttemptFinished RecordBuilder by copying an existing Builder
static MapAttemptFinished.Builder MapAttemptFinished.newBuilder(MapAttemptFinished other)
          Creates a new MapAttemptFinished RecordBuilder by copying an existing MapAttemptFinished instance
 MapAttemptFinished.Builder MapAttemptFinished.Builder.setAttemptId(CharSequence value)
          Sets the value of the 'attemptId' field
 MapAttemptFinished.Builder MapAttemptFinished.Builder.setClockSplits(List<Integer> value)
          Sets the value of the 'clockSplits' field
 MapAttemptFinished.Builder MapAttemptFinished.Builder.setCounters(JhCounters value)
          Sets the value of the 'counters' field
 MapAttemptFinished.Builder MapAttemptFinished.Builder.setCpuUsages(List<Integer> value)
          Sets the value of the 'cpuUsages' field
 MapAttemptFinished.Builder MapAttemptFinished.Builder.setFinishTime(long value)
          Sets the value of the 'finishTime' field
 MapAttemptFinished.Builder MapAttemptFinished.Builder.setHostname(CharSequence value)
          Sets the value of the 'hostname' field
 MapAttemptFinished.Builder MapAttemptFinished.Builder.setMapFinishTime(long value)
          Sets the value of the 'mapFinishTime' field
 MapAttemptFinished.Builder MapAttemptFinished.Builder.setPhysMemKbytes(List<Integer> value)
          Sets the value of the 'physMemKbytes' field
 MapAttemptFinished.Builder MapAttemptFinished.Builder.setPort(int value)
          Sets the value of the 'port' field
 MapAttemptFinished.Builder MapAttemptFinished.Builder.setRackname(CharSequence value)
          Sets the value of the 'rackname' field
 MapAttemptFinished.Builder MapAttemptFinished.Builder.setState(CharSequence value)
          Sets the value of the 'state' field
 MapAttemptFinished.Builder MapAttemptFinished.Builder.setTaskid(CharSequence value)
          Sets the value of the 'taskid' field
 MapAttemptFinished.Builder MapAttemptFinished.Builder.setTaskStatus(CharSequence value)
          Sets the value of the 'taskStatus' field
 MapAttemptFinished.Builder MapAttemptFinished.Builder.setTaskType(CharSequence value)
          Sets the value of the 'taskType' field
 MapAttemptFinished.Builder MapAttemptFinished.Builder.setVMemKbytes(List<Integer> value)
          Sets the value of the 'vMemKbytes' field
 

Methods in org.apache.hadoop.mapreduce.jobhistory with parameters of type MapAttemptFinished.Builder
static MapAttemptFinished.Builder MapAttemptFinished.newBuilder(MapAttemptFinished.Builder other)
          Creates a new MapAttemptFinished RecordBuilder by copying an existing Builder
 



Copyright © 2014 Apache Software Foundation. All Rights Reserved.