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

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

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

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

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



Copyright © 2014 Apache Software Foundation. All Rights Reserved.