Class DispatcherId
java.lang.Object
org.apache.flink.util.AbstractID
org.apache.flink.runtime.dispatcher.DispatcherId
- All Implemented Interfaces:
Serializable,Comparable<org.apache.flink.util.AbstractID>
public class DispatcherId
extends org.apache.flink.util.AbstractID
Fencing token of the
Dispatcher.- See Also:
-
Field Summary
Fields inherited from class org.apache.flink.util.AbstractID
lowerPart, SIZE, upperPart -
Method Summary
Modifier and TypeMethodDescriptionstatic DispatcherIdCreates a new DispatcherId that corresponds to the UUID.static DispatcherIdgenerate()Generates a new random DispatcherId.toUUID()Methods inherited from class org.apache.flink.util.AbstractID
compareTo, equals, getBytes, getLowerPart, getUpperPart, hashCode, toHexString, toString
-
Method Details
-
toUUID
-
generate
Generates a new random DispatcherId. -
fromUuid
Creates a new DispatcherId that corresponds to the UUID.
-