|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.hadoop.mapreduce.ID
org.apache.hadoop.mapred.ID
@Deprecated public abstract class ID
A general identifier, which internally stores the id
as an integer. This is the super class of JobID
,
TaskID
and TaskAttemptID
.
JobID
,
TaskID
,
TaskAttemptID
Field Summary |
---|
Fields inherited from class org.apache.hadoop.mapreduce.ID |
---|
id, SEPARATOR |
Constructor Summary | |
---|---|
protected |
ID()
Deprecated. |
|
ID(int id)
Deprecated. constructs an ID object from the given int |
Method Summary |
---|
Methods inherited from class org.apache.hadoop.mapreduce.ID |
---|
compareTo, equals, getId, hashCode, readFields, toString, write |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ID(int id)
protected ID()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |