| Modifier and Type | Constant Field | Value |
|---|---|---|
protected static final int |
POOL_MAX |
16384 |
| Modifier and Type | Constant Field | Value |
|---|---|---|
protected static final int |
SEQUENCE_MAX |
16383 |
protected static final int |
SEQUENCE_MIN |
0 |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final byte |
LOCAL_DOMAIN_GROUP |
1 |
public static final byte |
LOCAL_DOMAIN_ORG |
2 |
public static final byte |
LOCAL_DOMAIN_PERSON |
0 |
| Modifier and Type | Constant Field | Value |
|---|---|---|
protected static final long |
MASK_UNSIGNED_SHORT |
65535L |
protected static final String |
OVERRUN_MESSAGE |
"The system overran the generator by requesting too many GUIDs." |
| Modifier and Type | Constant Field | Value |
|---|---|---|
protected static final String |
MESSAGE_DIGEST_MD5 |
"MD5" |
protected static final String |
MESSAGE_DIGEST_SHA1 |
"SHA-1" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
protected static final int |
COUNTER_MAX |
9999 |
protected static final int |
COUNTER_MIN |
0 |
protected static final int |
COUNTER_OFFSET_MAX |
255 |
protected static final String |
OVERRUN_MESSAGE |
"The system overran the generator by requesting too many UUIDs." |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final long |
NANOSECONDS_PER_SECOND |
1000000000L |
public static final long |
TIMESTAMP_RESOLUTION |
100L |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
PROPERTY_NODEID |
"nodeid" |
protected static final String |
PROPERTY_PREFIX |
"uuidcreator" |
public static final String |
PROPERTY_STATE_DIRECTORY |
"state.directory" |
public static final String |
PROPERTY_STATE_ENABLED |
"state.enabled" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final long |
MILLISECONDS_PER_SECOND |
1000L |
public static final long |
TIMESTAMP_RESOLUTION |
10000L |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
UUID_PATTERN_LOOSE |
"^(\\{?[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}\\}?|[0-9a-fA-F]{32})$" |
public static final String |
UUID_PATTERN_STRICT |
"^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-5][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}$" |
Copyright © 2020. All rights reserved.