Package | Description |
---|---|
org.apache.hadoop.mapreduce.jobhistory |
Modifier and Type | Method and Description |
---|---|
MapAttemptFinished.Builder |
MapAttemptFinished.Builder.clearAttemptId()
Clears the value of the 'attemptId' field.
|
MapAttemptFinished.Builder |
MapAttemptFinished.Builder.clearClockSplits()
Clears the value of the 'clockSplits' field.
|
MapAttemptFinished.Builder |
MapAttemptFinished.Builder.clearCounters()
Clears the value of the 'counters' field.
|
MapAttemptFinished.Builder |
MapAttemptFinished.Builder.clearCpuUsages()
Clears the value of the 'cpuUsages' field.
|
MapAttemptFinished.Builder |
MapAttemptFinished.Builder.clearFinishTime()
Clears the value of the 'finishTime' field.
|
MapAttemptFinished.Builder |
MapAttemptFinished.Builder.clearHostname()
Clears the value of the 'hostname' field.
|
MapAttemptFinished.Builder |
MapAttemptFinished.Builder.clearMapFinishTime()
Clears the value of the 'mapFinishTime' field.
|
MapAttemptFinished.Builder |
MapAttemptFinished.Builder.clearPhysMemKbytes()
Clears the value of the 'physMemKbytes' field.
|
MapAttemptFinished.Builder |
MapAttemptFinished.Builder.clearPort()
Clears the value of the 'port' field.
|
MapAttemptFinished.Builder |
MapAttemptFinished.Builder.clearRackname()
Clears the value of the 'rackname' field.
|
MapAttemptFinished.Builder |
MapAttemptFinished.Builder.clearState()
Clears the value of the 'state' field.
|
MapAttemptFinished.Builder |
MapAttemptFinished.Builder.clearTaskid()
Clears the value of the 'taskid' field.
|
MapAttemptFinished.Builder |
MapAttemptFinished.Builder.clearTaskStatus()
Clears the value of the 'taskStatus' field.
|
MapAttemptFinished.Builder |
MapAttemptFinished.Builder.clearTaskType()
Clears the value of the 'taskType' field.
|
MapAttemptFinished.Builder |
MapAttemptFinished.Builder.clearVMemKbytes()
Clears the value of the 'vMemKbytes' field.
|
static MapAttemptFinished.Builder |
MapAttemptFinished.newBuilder()
Creates a new MapAttemptFinished RecordBuilder.
|
static MapAttemptFinished.Builder |
MapAttemptFinished.newBuilder(MapAttemptFinished.Builder other)
Creates a new MapAttemptFinished RecordBuilder by copying an existing Builder.
|
static MapAttemptFinished.Builder |
MapAttemptFinished.newBuilder(MapAttemptFinished other)
Creates a new MapAttemptFinished RecordBuilder by copying an existing MapAttemptFinished instance.
|
MapAttemptFinished.Builder |
MapAttemptFinished.Builder.setAttemptId(CharSequence value)
Sets the value of the 'attemptId' field.
|
MapAttemptFinished.Builder |
MapAttemptFinished.Builder.setClockSplits(List<Integer> value)
Sets the value of the 'clockSplits' field.
|
MapAttemptFinished.Builder |
MapAttemptFinished.Builder.setCounters(JhCounters value)
Sets the value of the 'counters' field.
|
MapAttemptFinished.Builder |
MapAttemptFinished.Builder.setCountersBuilder(JhCounters.Builder value)
Sets the Builder instance for the 'counters' field
|
MapAttemptFinished.Builder |
MapAttemptFinished.Builder.setCpuUsages(List<Integer> value)
Sets the value of the 'cpuUsages' field.
|
MapAttemptFinished.Builder |
MapAttemptFinished.Builder.setFinishTime(long value)
Sets the value of the 'finishTime' field.
|
MapAttemptFinished.Builder |
MapAttemptFinished.Builder.setHostname(CharSequence value)
Sets the value of the 'hostname' field.
|
MapAttemptFinished.Builder |
MapAttemptFinished.Builder.setMapFinishTime(long value)
Sets the value of the 'mapFinishTime' field.
|
MapAttemptFinished.Builder |
MapAttemptFinished.Builder.setPhysMemKbytes(List<Integer> value)
Sets the value of the 'physMemKbytes' field.
|
MapAttemptFinished.Builder |
MapAttemptFinished.Builder.setPort(int value)
Sets the value of the 'port' field.
|
MapAttemptFinished.Builder |
MapAttemptFinished.Builder.setRackname(CharSequence value)
Sets the value of the 'rackname' field.
|
MapAttemptFinished.Builder |
MapAttemptFinished.Builder.setState(CharSequence value)
Sets the value of the 'state' field.
|
MapAttemptFinished.Builder |
MapAttemptFinished.Builder.setTaskid(CharSequence value)
Sets the value of the 'taskid' field.
|
MapAttemptFinished.Builder |
MapAttemptFinished.Builder.setTaskStatus(CharSequence value)
Sets the value of the 'taskStatus' field.
|
MapAttemptFinished.Builder |
MapAttemptFinished.Builder.setTaskType(CharSequence value)
Sets the value of the 'taskType' field.
|
MapAttemptFinished.Builder |
MapAttemptFinished.Builder.setVMemKbytes(List<Integer> value)
Sets the value of the 'vMemKbytes' field.
|
Modifier and Type | Method and Description |
---|---|
static MapAttemptFinished.Builder |
MapAttemptFinished.newBuilder(MapAttemptFinished.Builder other)
Creates a new MapAttemptFinished RecordBuilder by copying an existing Builder.
|
Copyright © 2016 Apache Software Foundation. All Rights Reserved.