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

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

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

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

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



Copyright © 2014 Apache Software Foundation. All Rights Reserved.