@PublicAPI public interface JobId extends Comparable<JobId>, Serializable
Modifier and Type | Method and Description |
---|---|
String |
getReadableName()
Return the human readable name associated to this id.
|
long |
longValue()
Returns the current value of the JobId.
|
String |
value()
Get the value of the JobId.
|
compareTo
String getReadableName()
String value()
As the internal implementation of this class can change, It is strongly recommended to use this method to get a literal value of the ID. Use this value if you lost the jobId Object returned by the scheduler.
long longValue()