ExtendedUUID
instead. Will get dropped in 4.0.@Deprecated public class AdditionalDataUUID extends ExtendedUUID
UUID
which adds a string as payload. An instance of this can be fed to
JChannel.addAddressGenerator(org.jgroups.stack.AddressGenerator)
, with the address generator
creating PayloadUUIDs.Modifier and Type | Field and Description |
---|---|
protected static byte[] |
DATA
Deprecated.
|
can_become_site_master, flags, keys, site_master, values
cache, leastSigBits, mostSigBits, numberGenerator, print_function, print_uuids, SIZE
Modifier | Constructor and Description |
---|---|
|
AdditionalDataUUID()
Deprecated.
|
protected |
AdditionalDataUUID(byte[] data,
byte[] payload)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static AdditionalDataUUID |
randomUUID(byte[] payload)
Deprecated.
|
static AdditionalDataUUID |
randomUUID(java.lang.String logical_name,
byte[] payload)
Deprecated.
|
addContents, clearFlag, flagsToString, get, get, isFlagSet, keyExists, keyExists, length, print, put, put, put, randomUUID, randomUUID, read, readExternal, readFrom, remove, remove, resize, setFlag, size, sizeofHashMap, toString, write, writeExternal, writeTo
add, add, compareTo, copy, digits, equals, fromString, generateRandomBytes, get, getByName, getContents, getLeastSignificantBits, getMostSignificantBits, hashCode, printCache, remove, removeAll, retainAll, toStringLong
public AdditionalDataUUID()
protected AdditionalDataUUID(byte[] data, byte[] payload)
public static AdditionalDataUUID randomUUID(byte[] payload)
public static AdditionalDataUUID randomUUID(java.lang.String logical_name, byte[] payload)
Copyright © 1998-2020 Red Hat. All Rights Reserved.