public static class TaskAttemptStarted.Builder extends org.apache.avro.specific.SpecificRecordBuilderBase<TaskAttemptStarted> implements org.apache.avro.data.RecordBuilder<TaskAttemptStarted>
Modifier and Type | Method and Description |
---|---|
TaskAttemptStarted |
build() |
TaskAttemptStarted.Builder |
clearAttemptId()
Clears the value of the 'attemptId' field.
|
TaskAttemptStarted.Builder |
clearAvataar()
Clears the value of the 'avataar' field.
|
TaskAttemptStarted.Builder |
clearContainerId()
Clears the value of the 'containerId' field.
|
TaskAttemptStarted.Builder |
clearHttpPort()
Clears the value of the 'httpPort' field.
|
TaskAttemptStarted.Builder |
clearLocality()
Clears the value of the 'locality' field.
|
TaskAttemptStarted.Builder |
clearShufflePort()
Clears the value of the 'shufflePort' field.
|
TaskAttemptStarted.Builder |
clearStartTime()
Clears the value of the 'startTime' field.
|
TaskAttemptStarted.Builder |
clearTaskid()
Clears the value of the 'taskid' field.
|
TaskAttemptStarted.Builder |
clearTaskType()
Clears the value of the 'taskType' field.
|
TaskAttemptStarted.Builder |
clearTrackerName()
Clears the value of the 'trackerName' field.
|
CharSequence |
getAttemptId()
Gets the value of the 'attemptId' field.
|
CharSequence |
getAvataar()
Gets the value of the 'avataar' field.
|
CharSequence |
getContainerId()
Gets the value of the 'containerId' field.
|
Integer |
getHttpPort()
Gets the value of the 'httpPort' field.
|
CharSequence |
getLocality()
Gets the value of the 'locality' field.
|
Integer |
getShufflePort()
Gets the value of the 'shufflePort' field.
|
Long |
getStartTime()
Gets the value of the 'startTime' field.
|
CharSequence |
getTaskid()
Gets the value of the 'taskid' field.
|
CharSequence |
getTaskType()
Gets the value of the 'taskType' field.
|
CharSequence |
getTrackerName()
Gets the value of the 'trackerName' field.
|
boolean |
hasAttemptId()
Checks whether the 'attemptId' field has been set.
|
boolean |
hasAvataar()
Checks whether the 'avataar' field has been set.
|
boolean |
hasContainerId()
Checks whether the 'containerId' field has been set.
|
boolean |
hasHttpPort()
Checks whether the 'httpPort' field has been set.
|
boolean |
hasLocality()
Checks whether the 'locality' field has been set.
|
boolean |
hasShufflePort()
Checks whether the 'shufflePort' field has been set.
|
boolean |
hasStartTime()
Checks whether the 'startTime' field has been set.
|
boolean |
hasTaskid()
Checks whether the 'taskid' field has been set.
|
boolean |
hasTaskType()
Checks whether the 'taskType' field has been set.
|
boolean |
hasTrackerName()
Checks whether the 'trackerName' field has been set.
|
TaskAttemptStarted.Builder |
setAttemptId(CharSequence value)
Sets the value of the 'attemptId' field.
|
TaskAttemptStarted.Builder |
setAvataar(CharSequence value)
Sets the value of the 'avataar' field.
|
TaskAttemptStarted.Builder |
setContainerId(CharSequence value)
Sets the value of the 'containerId' field.
|
TaskAttemptStarted.Builder |
setHttpPort(int value)
Sets the value of the 'httpPort' field.
|
TaskAttemptStarted.Builder |
setLocality(CharSequence value)
Sets the value of the 'locality' field.
|
TaskAttemptStarted.Builder |
setShufflePort(int value)
Sets the value of the 'shufflePort' field.
|
TaskAttemptStarted.Builder |
setStartTime(long value)
Sets the value of the 'startTime' field.
|
TaskAttemptStarted.Builder |
setTaskid(CharSequence value)
Sets the value of the 'taskid' field.
|
TaskAttemptStarted.Builder |
setTaskType(CharSequence value)
Sets the value of the 'taskType' field.
|
TaskAttemptStarted.Builder |
setTrackerName(CharSequence value)
Sets the value of the 'trackerName' field.
|
public CharSequence getTaskid()
public TaskAttemptStarted.Builder setTaskid(CharSequence value)
value
- The value of 'taskid'.public boolean hasTaskid()
public TaskAttemptStarted.Builder clearTaskid()
public CharSequence getTaskType()
public TaskAttemptStarted.Builder setTaskType(CharSequence value)
value
- The value of 'taskType'.public boolean hasTaskType()
public TaskAttemptStarted.Builder clearTaskType()
public CharSequence getAttemptId()
public TaskAttemptStarted.Builder setAttemptId(CharSequence value)
value
- The value of 'attemptId'.public boolean hasAttemptId()
public TaskAttemptStarted.Builder clearAttemptId()
public Long getStartTime()
public TaskAttemptStarted.Builder setStartTime(long value)
value
- The value of 'startTime'.public boolean hasStartTime()
public TaskAttemptStarted.Builder clearStartTime()
public CharSequence getTrackerName()
public TaskAttemptStarted.Builder setTrackerName(CharSequence value)
value
- The value of 'trackerName'.public boolean hasTrackerName()
public TaskAttemptStarted.Builder clearTrackerName()
public Integer getHttpPort()
public TaskAttemptStarted.Builder setHttpPort(int value)
value
- The value of 'httpPort'.public boolean hasHttpPort()
public TaskAttemptStarted.Builder clearHttpPort()
public Integer getShufflePort()
public TaskAttemptStarted.Builder setShufflePort(int value)
value
- The value of 'shufflePort'.public boolean hasShufflePort()
public TaskAttemptStarted.Builder clearShufflePort()
public CharSequence getContainerId()
public TaskAttemptStarted.Builder setContainerId(CharSequence value)
value
- The value of 'containerId'.public boolean hasContainerId()
public TaskAttemptStarted.Builder clearContainerId()
public CharSequence getLocality()
public TaskAttemptStarted.Builder setLocality(CharSequence value)
value
- The value of 'locality'.public boolean hasLocality()
public TaskAttemptStarted.Builder clearLocality()
public CharSequence getAvataar()
public TaskAttemptStarted.Builder setAvataar(CharSequence value)
value
- The value of 'avataar'.public boolean hasAvataar()
public TaskAttemptStarted.Builder clearAvataar()
public TaskAttemptStarted build()
build
in interface org.apache.avro.data.RecordBuilder<TaskAttemptStarted>
Copyright © 2016 Apache Software Foundation. All Rights Reserved.