Package org.apache.hadoop.mapred
Class ID
java.lang.Object
org.apache.hadoop.mapreduce.ID
org.apache.hadoop.mapred.ID
- All Implemented Interfaces:
Comparable<ID>,Writable,WritableComparable<ID>
- Direct Known Subclasses:
JobID,TaskAttemptID,TaskID
A general identifier, which internally stores the id
as an integer. This is the super class of
JobID,
TaskID and TaskAttemptID.- See Also:
-
Constructor Details
-
ID
public ID(int id) constructs an ID object from the given int -
ID
protected ID()
-