| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
ALPHABET |
"0123456789acdefghijkmnprstuvwxyz" |
public static final int |
COUNT_BLOCK |
43 |
public static final int |
COUNT_ID |
8 |
public static final int |
COUNT_RESERVED |
11 |
public static final int |
COUNT_SHARD |
2 |
public static final long |
MASK_BLOCK |
9007199254739968L |
public static final long |
MASK_ID |
1020L |
public static final long |
MASK_RESERVED |
-9007199254740992L |
public static final long |
MASK_SHARD |
3L |
public static final long |
MASK_TOKEN |
31L |
public static final int |
OFFSET_BLOCK |
10 |
public static final int |
OFFSET_ID |
2 |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final int |
MAX_REQUEST_BLOCKS |
8 |
Copyright © 2015. All rights reserved.