public static class JobUnsuccessfulCompletion.Builder extends org.apache.avro.specific.SpecificRecordBuilderBase<JobUnsuccessfulCompletion> implements org.apache.avro.data.RecordBuilder<JobUnsuccessfulCompletion>
Modifier and Type | Method and Description |
---|---|
JobUnsuccessfulCompletion |
build() |
JobUnsuccessfulCompletion.Builder |
clearDiagnostics()
Clears the value of the 'diagnostics' field
|
JobUnsuccessfulCompletion.Builder |
clearFailedMaps()
Clears the value of the 'failedMaps' field
|
JobUnsuccessfulCompletion.Builder |
clearFailedReduces()
Clears the value of the 'failedReduces' field
|
JobUnsuccessfulCompletion.Builder |
clearFinishedMaps()
Clears the value of the 'finishedMaps' field
|
JobUnsuccessfulCompletion.Builder |
clearFinishedReduces()
Clears the value of the 'finishedReduces' field
|
JobUnsuccessfulCompletion.Builder |
clearFinishTime()
Clears the value of the 'finishTime' field
|
JobUnsuccessfulCompletion.Builder |
clearJobid()
Clears the value of the 'jobid' field
|
JobUnsuccessfulCompletion.Builder |
clearJobStatus()
Clears the value of the 'jobStatus' field
|
JobUnsuccessfulCompletion.Builder |
clearKilledMaps()
Clears the value of the 'killedMaps' field
|
JobUnsuccessfulCompletion.Builder |
clearKilledReduces()
Clears the value of the 'killedReduces' field
|
CharSequence |
getDiagnostics()
Gets the value of the 'diagnostics' field
|
Integer |
getFailedMaps()
Gets the value of the 'failedMaps' field
|
Integer |
getFailedReduces()
Gets the value of the 'failedReduces' field
|
Integer |
getFinishedMaps()
Gets the value of the 'finishedMaps' field
|
Integer |
getFinishedReduces()
Gets the value of the 'finishedReduces' field
|
Long |
getFinishTime()
Gets the value of the 'finishTime' field
|
CharSequence |
getJobid()
Gets the value of the 'jobid' field
|
CharSequence |
getJobStatus()
Gets the value of the 'jobStatus' field
|
Integer |
getKilledMaps()
Gets the value of the 'killedMaps' field
|
Integer |
getKilledReduces()
Gets the value of the 'killedReduces' field
|
boolean |
hasDiagnostics()
Checks whether the 'diagnostics' field has been set
|
boolean |
hasFailedMaps()
Checks whether the 'failedMaps' field has been set
|
boolean |
hasFailedReduces()
Checks whether the 'failedReduces' field has been set
|
boolean |
hasFinishedMaps()
Checks whether the 'finishedMaps' field has been set
|
boolean |
hasFinishedReduces()
Checks whether the 'finishedReduces' field has been set
|
boolean |
hasFinishTime()
Checks whether the 'finishTime' field has been set
|
boolean |
hasJobid()
Checks whether the 'jobid' field has been set
|
boolean |
hasJobStatus()
Checks whether the 'jobStatus' field has been set
|
boolean |
hasKilledMaps()
Checks whether the 'killedMaps' field has been set
|
boolean |
hasKilledReduces()
Checks whether the 'killedReduces' field has been set
|
JobUnsuccessfulCompletion.Builder |
setDiagnostics(CharSequence value)
Sets the value of the 'diagnostics' field
|
JobUnsuccessfulCompletion.Builder |
setFailedMaps(int value)
Sets the value of the 'failedMaps' field
|
JobUnsuccessfulCompletion.Builder |
setFailedReduces(int value)
Sets the value of the 'failedReduces' field
|
JobUnsuccessfulCompletion.Builder |
setFinishedMaps(int value)
Sets the value of the 'finishedMaps' field
|
JobUnsuccessfulCompletion.Builder |
setFinishedReduces(int value)
Sets the value of the 'finishedReduces' field
|
JobUnsuccessfulCompletion.Builder |
setFinishTime(long value)
Sets the value of the 'finishTime' field
|
JobUnsuccessfulCompletion.Builder |
setJobid(CharSequence value)
Sets the value of the 'jobid' field
|
JobUnsuccessfulCompletion.Builder |
setJobStatus(CharSequence value)
Sets the value of the 'jobStatus' field
|
JobUnsuccessfulCompletion.Builder |
setKilledMaps(int value)
Sets the value of the 'killedMaps' field
|
JobUnsuccessfulCompletion.Builder |
setKilledReduces(int value)
Sets the value of the 'killedReduces' field
|
public CharSequence getJobid()
public JobUnsuccessfulCompletion.Builder setJobid(CharSequence value)
public boolean hasJobid()
public JobUnsuccessfulCompletion.Builder clearJobid()
public Long getFinishTime()
public JobUnsuccessfulCompletion.Builder setFinishTime(long value)
public boolean hasFinishTime()
public JobUnsuccessfulCompletion.Builder clearFinishTime()
public Integer getFinishedMaps()
public JobUnsuccessfulCompletion.Builder setFinishedMaps(int value)
public boolean hasFinishedMaps()
public JobUnsuccessfulCompletion.Builder clearFinishedMaps()
public Integer getFinishedReduces()
public JobUnsuccessfulCompletion.Builder setFinishedReduces(int value)
public boolean hasFinishedReduces()
public JobUnsuccessfulCompletion.Builder clearFinishedReduces()
public CharSequence getJobStatus()
public JobUnsuccessfulCompletion.Builder setJobStatus(CharSequence value)
public boolean hasJobStatus()
public JobUnsuccessfulCompletion.Builder clearJobStatus()
public CharSequence getDiagnostics()
public JobUnsuccessfulCompletion.Builder setDiagnostics(CharSequence value)
public boolean hasDiagnostics()
public JobUnsuccessfulCompletion.Builder clearDiagnostics()
public Integer getFailedMaps()
public JobUnsuccessfulCompletion.Builder setFailedMaps(int value)
public boolean hasFailedMaps()
public JobUnsuccessfulCompletion.Builder clearFailedMaps()
public Integer getFailedReduces()
public JobUnsuccessfulCompletion.Builder setFailedReduces(int value)
public boolean hasFailedReduces()
public JobUnsuccessfulCompletion.Builder clearFailedReduces()
public Integer getKilledMaps()
public JobUnsuccessfulCompletion.Builder setKilledMaps(int value)
public boolean hasKilledMaps()
public JobUnsuccessfulCompletion.Builder clearKilledMaps()
public Integer getKilledReduces()
public JobUnsuccessfulCompletion.Builder setKilledReduces(int value)
public boolean hasKilledReduces()
public JobUnsuccessfulCompletion.Builder clearKilledReduces()
public JobUnsuccessfulCompletion build()
build
in interface org.apache.avro.data.RecordBuilder<JobUnsuccessfulCompletion>
Copyright © 2008–2022 Apache Software Foundation. All rights reserved.