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

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

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

Methods in org.apache.hadoop.mapreduce.jobhistory that return TaskUpdated.Builder
 TaskUpdated.Builder TaskUpdated.Builder.clearFinishTime()
          Clears the value of the 'finishTime' field
 TaskUpdated.Builder TaskUpdated.Builder.clearTaskid()
          Clears the value of the 'taskid' field
static TaskUpdated.Builder TaskUpdated.newBuilder()
          Creates a new TaskUpdated RecordBuilder
static TaskUpdated.Builder TaskUpdated.newBuilder(TaskUpdated.Builder other)
          Creates a new TaskUpdated RecordBuilder by copying an existing Builder
static TaskUpdated.Builder TaskUpdated.newBuilder(TaskUpdated other)
          Creates a new TaskUpdated RecordBuilder by copying an existing TaskUpdated instance
 TaskUpdated.Builder TaskUpdated.Builder.setFinishTime(long value)
          Sets the value of the 'finishTime' field
 TaskUpdated.Builder TaskUpdated.Builder.setTaskid(CharSequence value)
          Sets the value of the 'taskid' field
 

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



Copyright © 2014 Apache Software Foundation. All Rights Reserved.