|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.avro.specific.SpecificRecordBase
org.apache.hadoop.mapreduce.jobhistory.TaskAttemptUnsuccessfulCompletion
public class TaskAttemptUnsuccessfulCompletion
Nested Class Summary | |
---|---|
static class |
TaskAttemptUnsuccessfulCompletion.Builder
RecordBuilder for TaskAttemptUnsuccessfulCompletion instances. |
Field Summary | |
---|---|
CharSequence |
attemptId
Deprecated. |
List<Integer> |
clockSplits
Deprecated. |
JhCounters |
counters
Deprecated. |
List<Integer> |
cpuUsages
Deprecated. |
CharSequence |
error
Deprecated. |
long |
finishTime
Deprecated. |
CharSequence |
hostname
Deprecated. |
List<Integer> |
physMemKbytes
Deprecated. |
int |
port
Deprecated. |
CharSequence |
rackname
Deprecated. |
static org.apache.avro.Schema |
SCHEMA$
|
CharSequence |
status
Deprecated. |
CharSequence |
taskid
Deprecated. |
CharSequence |
taskType
Deprecated. |
List<Integer> |
vMemKbytes
Deprecated. |
Constructor Summary | |
---|---|
TaskAttemptUnsuccessfulCompletion()
Default constructor. |
|
TaskAttemptUnsuccessfulCompletion(CharSequence taskid,
CharSequence taskType,
CharSequence attemptId,
Long finishTime,
CharSequence hostname,
Integer port,
CharSequence rackname,
CharSequence status,
CharSequence error,
JhCounters counters,
List<Integer> clockSplits,
List<Integer> cpuUsages,
List<Integer> vMemKbytes,
List<Integer> physMemKbytes)
All-args constructor. |
Method Summary | |
---|---|
Object |
get(int field$)
|
CharSequence |
getAttemptId()
Gets the value of the 'attemptId' field. |
static org.apache.avro.Schema |
getClassSchema()
|
List<Integer> |
getClockSplits()
Gets the value of the 'clockSplits' field. |
JhCounters |
getCounters()
Gets the value of the 'counters' field. |
List<Integer> |
getCpuUsages()
Gets the value of the 'cpuUsages' field. |
CharSequence |
getError()
Gets the value of the 'error' field. |
Long |
getFinishTime()
Gets the value of the 'finishTime' field. |
CharSequence |
getHostname()
Gets the value of the 'hostname' field. |
List<Integer> |
getPhysMemKbytes()
Gets the value of the 'physMemKbytes' field. |
Integer |
getPort()
Gets the value of the 'port' field. |
CharSequence |
getRackname()
Gets the value of the 'rackname' field. |
org.apache.avro.Schema |
getSchema()
|
CharSequence |
getStatus()
Gets the value of the 'status' field. |
CharSequence |
getTaskid()
Gets the value of the 'taskid' field. |
CharSequence |
getTaskType()
Gets the value of the 'taskType' field. |
List<Integer> |
getVMemKbytes()
Gets the value of the 'vMemKbytes' field. |
static TaskAttemptUnsuccessfulCompletion.Builder |
newBuilder()
Creates a new TaskAttemptUnsuccessfulCompletion RecordBuilder |
static TaskAttemptUnsuccessfulCompletion.Builder |
newBuilder(TaskAttemptUnsuccessfulCompletion.Builder other)
Creates a new TaskAttemptUnsuccessfulCompletion RecordBuilder by copying an existing Builder |
static TaskAttemptUnsuccessfulCompletion.Builder |
newBuilder(TaskAttemptUnsuccessfulCompletion other)
Creates a new TaskAttemptUnsuccessfulCompletion RecordBuilder by copying an existing TaskAttemptUnsuccessfulCompletion instance |
void |
put(int field$,
Object value$)
|
void |
setAttemptId(CharSequence value)
Sets the value of the 'attemptId' field. |
void |
setClockSplits(List<Integer> value)
Sets the value of the 'clockSplits' field. |
void |
setCounters(JhCounters value)
Sets the value of the 'counters' field. |
void |
setCpuUsages(List<Integer> value)
Sets the value of the 'cpuUsages' field. |
void |
setError(CharSequence value)
Sets the value of the 'error' field. |
void |
setFinishTime(Long value)
Sets the value of the 'finishTime' field. |
void |
setHostname(CharSequence value)
Sets the value of the 'hostname' field. |
void |
setPhysMemKbytes(List<Integer> value)
Sets the value of the 'physMemKbytes' field. |
void |
setPort(Integer value)
Sets the value of the 'port' field. |
void |
setRackname(CharSequence value)
Sets the value of the 'rackname' field. |
void |
setStatus(CharSequence value)
Sets the value of the 'status' field. |
void |
setTaskid(CharSequence value)
Sets the value of the 'taskid' field. |
void |
setTaskType(CharSequence value)
Sets the value of the 'taskType' field. |
void |
setVMemKbytes(List<Integer> value)
Sets the value of the 'vMemKbytes' field. |
Methods inherited from class org.apache.avro.specific.SpecificRecordBase |
---|
compareTo, equals, hashCode, toString |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final org.apache.avro.Schema SCHEMA$
@Deprecated public CharSequence taskid
@Deprecated public CharSequence taskType
@Deprecated public CharSequence attemptId
@Deprecated public long finishTime
@Deprecated public CharSequence hostname
@Deprecated public int port
@Deprecated public CharSequence rackname
@Deprecated public CharSequence status
@Deprecated public CharSequence error
@Deprecated public JhCounters counters
@Deprecated public List<Integer> clockSplits
@Deprecated public List<Integer> cpuUsages
@Deprecated public List<Integer> vMemKbytes
@Deprecated public List<Integer> physMemKbytes
Constructor Detail |
---|
public TaskAttemptUnsuccessfulCompletion()
public TaskAttemptUnsuccessfulCompletion(CharSequence taskid, CharSequence taskType, CharSequence attemptId, Long finishTime, CharSequence hostname, Integer port, CharSequence rackname, CharSequence status, CharSequence error, JhCounters counters, List<Integer> clockSplits, List<Integer> cpuUsages, List<Integer> vMemKbytes, List<Integer> physMemKbytes)
Method Detail |
---|
public static org.apache.avro.Schema getClassSchema()
public org.apache.avro.Schema getSchema()
getSchema
in interface org.apache.avro.generic.GenericContainer
getSchema
in class org.apache.avro.specific.SpecificRecordBase
public Object get(int field$)
get
in interface org.apache.avro.generic.IndexedRecord
get
in class org.apache.avro.specific.SpecificRecordBase
public void put(int field$, Object value$)
put
in interface org.apache.avro.generic.IndexedRecord
put
in class org.apache.avro.specific.SpecificRecordBase
public CharSequence getTaskid()
public void setTaskid(CharSequence value)
value
- the value to set.public CharSequence getTaskType()
public void setTaskType(CharSequence value)
value
- the value to set.public CharSequence getAttemptId()
public void setAttemptId(CharSequence value)
value
- the value to set.public Long getFinishTime()
public void setFinishTime(Long value)
value
- the value to set.public CharSequence getHostname()
public void setHostname(CharSequence value)
value
- the value to set.public Integer getPort()
public void setPort(Integer value)
value
- the value to set.public CharSequence getRackname()
public void setRackname(CharSequence value)
value
- the value to set.public CharSequence getStatus()
public void setStatus(CharSequence value)
value
- the value to set.public CharSequence getError()
public void setError(CharSequence value)
value
- the value to set.public JhCounters getCounters()
public void setCounters(JhCounters value)
value
- the value to set.public List<Integer> getClockSplits()
public void setClockSplits(List<Integer> value)
value
- the value to set.public List<Integer> getCpuUsages()
public void setCpuUsages(List<Integer> value)
value
- the value to set.public List<Integer> getVMemKbytes()
public void setVMemKbytes(List<Integer> value)
value
- the value to set.public List<Integer> getPhysMemKbytes()
public void setPhysMemKbytes(List<Integer> value)
value
- the value to set.public static TaskAttemptUnsuccessfulCompletion.Builder newBuilder()
public static TaskAttemptUnsuccessfulCompletion.Builder newBuilder(TaskAttemptUnsuccessfulCompletion.Builder other)
public static TaskAttemptUnsuccessfulCompletion.Builder newBuilder(TaskAttemptUnsuccessfulCompletion other)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |