|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TaskAttemptStarted.Builder | |
---|---|
org.apache.hadoop.mapreduce.jobhistory |
Uses of TaskAttemptStarted.Builder in org.apache.hadoop.mapreduce.jobhistory |
---|
Methods in org.apache.hadoop.mapreduce.jobhistory that return TaskAttemptStarted.Builder | |
---|---|
TaskAttemptStarted.Builder |
TaskAttemptStarted.Builder.clearAttemptId()
Clears the value of the 'attemptId' field |
TaskAttemptStarted.Builder |
TaskAttemptStarted.Builder.clearAvataar()
Clears the value of the 'avataar' field |
TaskAttemptStarted.Builder |
TaskAttemptStarted.Builder.clearContainerId()
Clears the value of the 'containerId' field |
TaskAttemptStarted.Builder |
TaskAttemptStarted.Builder.clearHttpPort()
Clears the value of the 'httpPort' field |
TaskAttemptStarted.Builder |
TaskAttemptStarted.Builder.clearLocality()
Clears the value of the 'locality' field |
TaskAttemptStarted.Builder |
TaskAttemptStarted.Builder.clearServicesMetaData()
Clears the value of the 'servicesMetaData' field |
TaskAttemptStarted.Builder |
TaskAttemptStarted.Builder.clearShufflePort()
Clears the value of the 'shufflePort' field |
TaskAttemptStarted.Builder |
TaskAttemptStarted.Builder.clearStartTime()
Clears the value of the 'startTime' field |
TaskAttemptStarted.Builder |
TaskAttemptStarted.Builder.clearTaskid()
Clears the value of the 'taskid' field |
TaskAttemptStarted.Builder |
TaskAttemptStarted.Builder.clearTaskType()
Clears the value of the 'taskType' field |
TaskAttemptStarted.Builder |
TaskAttemptStarted.Builder.clearTrackerName()
Clears the value of the 'trackerName' field |
static TaskAttemptStarted.Builder |
TaskAttemptStarted.newBuilder()
Creates a new TaskAttemptStarted RecordBuilder |
static TaskAttemptStarted.Builder |
TaskAttemptStarted.newBuilder(TaskAttemptStarted.Builder other)
Creates a new TaskAttemptStarted RecordBuilder by copying an existing Builder |
static TaskAttemptStarted.Builder |
TaskAttemptStarted.newBuilder(TaskAttemptStarted other)
Creates a new TaskAttemptStarted RecordBuilder by copying an existing TaskAttemptStarted instance |
TaskAttemptStarted.Builder |
TaskAttemptStarted.Builder.setAttemptId(CharSequence value)
Sets the value of the 'attemptId' field |
TaskAttemptStarted.Builder |
TaskAttemptStarted.Builder.setAvataar(CharSequence value)
Sets the value of the 'avataar' field |
TaskAttemptStarted.Builder |
TaskAttemptStarted.Builder.setContainerId(CharSequence value)
Sets the value of the 'containerId' field |
TaskAttemptStarted.Builder |
TaskAttemptStarted.Builder.setHttpPort(int value)
Sets the value of the 'httpPort' field |
TaskAttemptStarted.Builder |
TaskAttemptStarted.Builder.setLocality(CharSequence value)
Sets the value of the 'locality' field |
TaskAttemptStarted.Builder |
TaskAttemptStarted.Builder.setServicesMetaData(Map<CharSequence,ByteBuffer> value)
Sets the value of the 'servicesMetaData' field |
TaskAttemptStarted.Builder |
TaskAttemptStarted.Builder.setShufflePort(int value)
Sets the value of the 'shufflePort' field |
TaskAttemptStarted.Builder |
TaskAttemptStarted.Builder.setStartTime(long value)
Sets the value of the 'startTime' field |
TaskAttemptStarted.Builder |
TaskAttemptStarted.Builder.setTaskid(CharSequence value)
Sets the value of the 'taskid' field |
TaskAttemptStarted.Builder |
TaskAttemptStarted.Builder.setTaskType(CharSequence value)
Sets the value of the 'taskType' field |
TaskAttemptStarted.Builder |
TaskAttemptStarted.Builder.setTrackerName(CharSequence value)
Sets the value of the 'trackerName' field |
Methods in org.apache.hadoop.mapreduce.jobhistory with parameters of type TaskAttemptStarted.Builder | |
---|---|
static TaskAttemptStarted.Builder |
TaskAttemptStarted.newBuilder(TaskAttemptStarted.Builder other)
Creates a new TaskAttemptStarted RecordBuilder by copying an existing Builder |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |