public class DispatcherId
extends org.apache.flink.util.AbstractID
Dispatcher
.Modifier and Type | Method and Description |
---|---|
static DispatcherId |
fromUuid(UUID uuid)
Creates a new DispatcherId that corresponds to the UUID.
|
static DispatcherId |
generate()
Generates a new random DispatcherId.
|
UUID |
toUUID() |
public UUID toUUID()
public static DispatcherId generate()
public static DispatcherId fromUuid(UUID uuid)
Copyright © 2014–2018 The Apache Software Foundation. All rights reserved.