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

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

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

Methods in org.apache.hadoop.mapreduce.jobhistory that return TaskFinished.Builder
 TaskFinished.Builder TaskFinished.Builder.clearCounters()
          Clears the value of the 'counters' field
 TaskFinished.Builder TaskFinished.Builder.clearFinishTime()
          Clears the value of the 'finishTime' field
 TaskFinished.Builder TaskFinished.Builder.clearStatus()
          Clears the value of the 'status' field
 TaskFinished.Builder TaskFinished.Builder.clearSuccessfulAttemptId()
          Clears the value of the 'successfulAttemptId' field
 TaskFinished.Builder TaskFinished.Builder.clearTaskid()
          Clears the value of the 'taskid' field
 TaskFinished.Builder TaskFinished.Builder.clearTaskType()
          Clears the value of the 'taskType' field
static TaskFinished.Builder TaskFinished.newBuilder()
          Creates a new TaskFinished RecordBuilder
static TaskFinished.Builder TaskFinished.newBuilder(TaskFinished.Builder other)
          Creates a new TaskFinished RecordBuilder by copying an existing Builder
static TaskFinished.Builder TaskFinished.newBuilder(TaskFinished other)
          Creates a new TaskFinished RecordBuilder by copying an existing TaskFinished instance
 TaskFinished.Builder TaskFinished.Builder.setCounters(JhCounters value)
          Sets the value of the 'counters' field
 TaskFinished.Builder TaskFinished.Builder.setFinishTime(long value)
          Sets the value of the 'finishTime' field
 TaskFinished.Builder TaskFinished.Builder.setStatus(CharSequence value)
          Sets the value of the 'status' field
 TaskFinished.Builder TaskFinished.Builder.setSuccessfulAttemptId(CharSequence value)
          Sets the value of the 'successfulAttemptId' field
 TaskFinished.Builder TaskFinished.Builder.setTaskid(CharSequence value)
          Sets the value of the 'taskid' field
 TaskFinished.Builder TaskFinished.Builder.setTaskType(CharSequence value)
          Sets the value of the 'taskType' field
 

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



Copyright © 2014 Apache Software Foundation. All Rights Reserved.