public static class JobFinished.Builder extends org.apache.avro.specific.SpecificRecordBuilderBase<JobFinished> implements org.apache.avro.data.RecordBuilder<JobFinished>
Modifier and Type | Method and Description |
---|---|
JobFinished |
build() |
JobFinished.Builder |
clearFailedMaps()
Clears the value of the 'failedMaps' field.
|
JobFinished.Builder |
clearFailedReduces()
Clears the value of the 'failedReduces' field.
|
JobFinished.Builder |
clearFinishedMaps()
Clears the value of the 'finishedMaps' field.
|
JobFinished.Builder |
clearFinishedReduces()
Clears the value of the 'finishedReduces' field.
|
JobFinished.Builder |
clearFinishTime()
Clears the value of the 'finishTime' field.
|
JobFinished.Builder |
clearJobid()
Clears the value of the 'jobid' field.
|
JobFinished.Builder |
clearMapCounters()
Clears the value of the 'mapCounters' field.
|
JobFinished.Builder |
clearReduceCounters()
Clears the value of the 'reduceCounters' field.
|
JobFinished.Builder |
clearTotalCounters()
Clears the value of the 'totalCounters' 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.
|
JhCounters |
getMapCounters()
Gets the value of the 'mapCounters' field.
|
JhCounters.Builder |
getMapCountersBuilder()
Gets the Builder instance for the 'mapCounters' field and creates one if it doesn't exist yet.
|
JhCounters |
getReduceCounters()
Gets the value of the 'reduceCounters' field.
|
JhCounters.Builder |
getReduceCountersBuilder()
Gets the Builder instance for the 'reduceCounters' field and creates one if it doesn't exist yet.
|
JhCounters |
getTotalCounters()
Gets the value of the 'totalCounters' field.
|
JhCounters.Builder |
getTotalCountersBuilder()
Gets the Builder instance for the 'totalCounters' field and creates one if it doesn't exist yet.
|
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 |
hasMapCounters()
Checks whether the 'mapCounters' field has been set.
|
boolean |
hasMapCountersBuilder()
Checks whether the 'mapCounters' field has an active Builder instance
|
boolean |
hasReduceCounters()
Checks whether the 'reduceCounters' field has been set.
|
boolean |
hasReduceCountersBuilder()
Checks whether the 'reduceCounters' field has an active Builder instance
|
boolean |
hasTotalCounters()
Checks whether the 'totalCounters' field has been set.
|
boolean |
hasTotalCountersBuilder()
Checks whether the 'totalCounters' field has an active Builder instance
|
JobFinished.Builder |
setFailedMaps(int value)
Sets the value of the 'failedMaps' field.
|
JobFinished.Builder |
setFailedReduces(int value)
Sets the value of the 'failedReduces' field.
|
JobFinished.Builder |
setFinishedMaps(int value)
Sets the value of the 'finishedMaps' field.
|
JobFinished.Builder |
setFinishedReduces(int value)
Sets the value of the 'finishedReduces' field.
|
JobFinished.Builder |
setFinishTime(long value)
Sets the value of the 'finishTime' field.
|
JobFinished.Builder |
setJobid(CharSequence value)
Sets the value of the 'jobid' field.
|
JobFinished.Builder |
setMapCounters(JhCounters value)
Sets the value of the 'mapCounters' field.
|
JobFinished.Builder |
setMapCountersBuilder(JhCounters.Builder value)
Sets the Builder instance for the 'mapCounters' field
|
JobFinished.Builder |
setReduceCounters(JhCounters value)
Sets the value of the 'reduceCounters' field.
|
JobFinished.Builder |
setReduceCountersBuilder(JhCounters.Builder value)
Sets the Builder instance for the 'reduceCounters' field
|
JobFinished.Builder |
setTotalCounters(JhCounters value)
Sets the value of the 'totalCounters' field.
|
JobFinished.Builder |
setTotalCountersBuilder(JhCounters.Builder value)
Sets the Builder instance for the 'totalCounters' field
|
public CharSequence getJobid()
public JobFinished.Builder setJobid(CharSequence value)
value
- The value of 'jobid'.public boolean hasJobid()
public JobFinished.Builder clearJobid()
public Long getFinishTime()
public JobFinished.Builder setFinishTime(long value)
value
- The value of 'finishTime'.public boolean hasFinishTime()
public JobFinished.Builder clearFinishTime()
public Integer getFinishedMaps()
public JobFinished.Builder setFinishedMaps(int value)
value
- The value of 'finishedMaps'.public boolean hasFinishedMaps()
public JobFinished.Builder clearFinishedMaps()
public Integer getFinishedReduces()
public JobFinished.Builder setFinishedReduces(int value)
value
- The value of 'finishedReduces'.public boolean hasFinishedReduces()
public JobFinished.Builder clearFinishedReduces()
public Integer getFailedMaps()
public JobFinished.Builder setFailedMaps(int value)
value
- The value of 'failedMaps'.public boolean hasFailedMaps()
public JobFinished.Builder clearFailedMaps()
public Integer getFailedReduces()
public JobFinished.Builder setFailedReduces(int value)
value
- The value of 'failedReduces'.public boolean hasFailedReduces()
public JobFinished.Builder clearFailedReduces()
public JhCounters getTotalCounters()
public JobFinished.Builder setTotalCounters(JhCounters value)
value
- The value of 'totalCounters'.public boolean hasTotalCounters()
public JhCounters.Builder getTotalCountersBuilder()
public JobFinished.Builder setTotalCountersBuilder(JhCounters.Builder value)
public boolean hasTotalCountersBuilder()
public JobFinished.Builder clearTotalCounters()
public JhCounters getMapCounters()
public JobFinished.Builder setMapCounters(JhCounters value)
value
- The value of 'mapCounters'.public boolean hasMapCounters()
public JhCounters.Builder getMapCountersBuilder()
public JobFinished.Builder setMapCountersBuilder(JhCounters.Builder value)
public boolean hasMapCountersBuilder()
public JobFinished.Builder clearMapCounters()
public JhCounters getReduceCounters()
public JobFinished.Builder setReduceCounters(JhCounters value)
value
- The value of 'reduceCounters'.public boolean hasReduceCounters()
public JhCounters.Builder getReduceCountersBuilder()
public JobFinished.Builder setReduceCountersBuilder(JhCounters.Builder value)
public boolean hasReduceCountersBuilder()
public JobFinished.Builder clearReduceCounters()
public JobFinished build()
build
in interface org.apache.avro.data.RecordBuilder<JobFinished>
Copyright © 2016 Apache Software Foundation. All Rights Reserved.