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

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

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

Methods in org.apache.hadoop.mapreduce.jobhistory that return TaskStarted.Builder
 TaskStarted.Builder TaskStarted.Builder.clearSplitLocations()
          Clears the value of the 'splitLocations' field
 TaskStarted.Builder TaskStarted.Builder.clearStartTime()
          Clears the value of the 'startTime' field
 TaskStarted.Builder TaskStarted.Builder.clearTaskid()
          Clears the value of the 'taskid' field
 TaskStarted.Builder TaskStarted.Builder.clearTaskType()
          Clears the value of the 'taskType' field
static TaskStarted.Builder TaskStarted.newBuilder()
          Creates a new TaskStarted RecordBuilder
static TaskStarted.Builder TaskStarted.newBuilder(TaskStarted.Builder other)
          Creates a new TaskStarted RecordBuilder by copying an existing Builder
static TaskStarted.Builder TaskStarted.newBuilder(TaskStarted other)
          Creates a new TaskStarted RecordBuilder by copying an existing TaskStarted instance
 TaskStarted.Builder TaskStarted.Builder.setSplitLocations(CharSequence value)
          Sets the value of the 'splitLocations' field
 TaskStarted.Builder TaskStarted.Builder.setStartTime(long value)
          Sets the value of the 'startTime' field
 TaskStarted.Builder TaskStarted.Builder.setTaskid(CharSequence value)
          Sets the value of the 'taskid' field
 TaskStarted.Builder TaskStarted.Builder.setTaskType(CharSequence value)
          Sets the value of the 'taskType' field
 

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



Copyright © 2014 Apache Software Foundation. All Rights Reserved.