Package | Description |
---|---|
org.apache.hadoop.mapreduce.jobhistory |
Modifier and Type | Method and Description |
---|---|
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.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.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
|
Modifier and Type | Method and Description |
---|---|
static TaskAttemptStarted.Builder |
TaskAttemptStarted.newBuilder(TaskAttemptStarted.Builder other)
Creates a new TaskAttemptStarted RecordBuilder by copying an existing Builder
|
Copyright © 2013 Apache Software Foundation. All rights reserved.