@Private
public class ClientId
extends java.lang.Object
| Modifier and Type | Field | Description |
|---|---|---|
static int |
BYTE_LENGTH |
The byte array of a UUID should be 16
|
| Constructor | Description |
|---|---|
ClientId() |
| Modifier and Type | Method | Description |
|---|---|---|
static byte[] |
getClientId() |
|
static long |
getLsb(byte[] clientId) |
|
static long |
getMsb(byte[] clientId) |
|
static byte[] |
toBytes(java.lang.String id) |
|
static java.lang.String |
toString(byte[] clientId) |
public static final int BYTE_LENGTH
public static byte[] getClientId()
public static java.lang.String toString(byte[] clientId)
clientId - input clientId.public static long getMsb(byte[] clientId)
public static long getLsb(byte[] clientId)
public static byte[] toBytes(java.lang.String id)
id - input id.Copyright © 2008–2025 Apache Software Foundation. All rights reserved.