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
Deprecated.
@Deprecated
public abstract class ID
- extends ID
A general identifier, which internally stores the id
as an integer. This is the super class of JobID,
TaskID and TaskAttemptID.
- See Also:
JobID,
TaskID,
TaskAttemptID
| 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 |
ID
public ID(int id)
- Deprecated.
- constructs an ID object from the given int
ID
protected ID()
- Deprecated.
Copyright © 2009 The Apache Software Foundation