Class EntityIdentifier
java.lang.Object
org.apache.hadoop.yarn.server.timeline.EntityIdentifier
- All Implemented Interfaces:
Comparable<EntityIdentifier>
@Private
@Unstable
public class EntityIdentifier
extends Object
implements Comparable<EntityIdentifier>
The unique identifier for an entity
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
EntityIdentifier
-
-
Method Details
-
getId
Get the entity Id.- Returns:
- The entity Id.
-
getType
Get the entity type.- Returns:
- The entity type.
-
compareTo
- Specified by:
compareToin interfaceComparable<EntityIdentifier>
-
hashCode
public int hashCode() -
equals
-
toString
-