public class UUIDFetcher extends Object implements Callable<Map<String,UUID>>
UUIDFetcher(List<String> names)
UUIDFetcher(List<String> names, boolean rateLimiting)
Map<String,UUID>
call()
static UUID
fromBytes(byte[] array)
getUUIDOf(String name)
static byte[]
toBytes(UUID uuid)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public UUIDFetcher(List<String> names, boolean rateLimiting)
public UUIDFetcher(List<String> names)
public Map<String,UUID> call() throws Exception
call
Callable<Map<String,UUID>>
Exception
public static byte[] toBytes(UUID uuid)
public static UUID fromBytes(byte[] array)
public static UUID getUUIDOf(String name) throws Exception
Copyright © 2015. All rights reserved.