Class InstanceID
- java.lang.Object
-
- org.apache.flink.util.AbstractID
-
- org.apache.flink.runtime.instance.InstanceID
-
- All Implemented Interfaces:
Serializable
,Comparable<AbstractID>
public class InstanceID extends AbstractID
Class for statistically unique instance IDs.- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class org.apache.flink.util.AbstractID
lowerPart, SIZE, upperPart
-
-
Constructor Summary
Constructors Constructor Description InstanceID()
InstanceID(byte[] bytes)
-
Method Summary
-
Methods inherited from class org.apache.flink.util.AbstractID
compareTo, equals, getBytes, getLowerPart, getUpperPart, hashCode, toHexString, toString
-
-