Package | Description |
---|---|
org.apache.hadoop.mapreduce.jobhistory |
Modifier and Type | Method and Description |
---|---|
JobInited.Builder |
JobInited.Builder.clearJobid()
Clears the value of the 'jobid' field
|
JobInited.Builder |
JobInited.Builder.clearJobStatus()
Clears the value of the 'jobStatus' field
|
JobInited.Builder |
JobInited.Builder.clearLaunchTime()
Clears the value of the 'launchTime' field
|
JobInited.Builder |
JobInited.Builder.clearTotalMaps()
Clears the value of the 'totalMaps' field
|
JobInited.Builder |
JobInited.Builder.clearTotalReduces()
Clears the value of the 'totalReduces' field
|
JobInited.Builder |
JobInited.Builder.clearUberized()
Clears the value of the 'uberized' field
|
static JobInited.Builder |
JobInited.newBuilder()
Creates a new JobInited RecordBuilder
|
static JobInited.Builder |
JobInited.newBuilder(JobInited.Builder other)
Creates a new JobInited RecordBuilder by copying an existing Builder
|
static JobInited.Builder |
JobInited.newBuilder(JobInited other)
Creates a new JobInited RecordBuilder by copying an existing JobInited instance
|
JobInited.Builder |
JobInited.Builder.setJobid(CharSequence value)
Sets the value of the 'jobid' field
|
JobInited.Builder |
JobInited.Builder.setJobStatus(CharSequence value)
Sets the value of the 'jobStatus' field
|
JobInited.Builder |
JobInited.Builder.setLaunchTime(long value)
Sets the value of the 'launchTime' field
|
JobInited.Builder |
JobInited.Builder.setTotalMaps(int value)
Sets the value of the 'totalMaps' field
|
JobInited.Builder |
JobInited.Builder.setTotalReduces(int value)
Sets the value of the 'totalReduces' field
|
JobInited.Builder |
JobInited.Builder.setUberized(boolean value)
Sets the value of the 'uberized' field
|
Modifier and Type | Method and Description |
---|---|
static JobInited.Builder |
JobInited.newBuilder(JobInited.Builder other)
Creates a new JobInited RecordBuilder by copying an existing Builder
|
Copyright © 2008–2021 Apache Software Foundation. All rights reserved.