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.AbstractIDFencing token of theDispatcher.- See Also:
- Serialized Form
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static DispatcherIdfromUuid(UUID uuid)Creates a new DispatcherId that corresponds to the UUID.static DispatcherIdgenerate()Generates a new random DispatcherId.UUIDtoUUID()
-
-
-
Method Detail
-
toUUID
public UUID toUUID()
-
generate
public static DispatcherId generate()
Generates a new random DispatcherId.
-
fromUuid
public static DispatcherId fromUuid(UUID uuid)
Creates a new DispatcherId that corresponds to the UUID.
-
-