public class TimeStampIdGenerator
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static int |
BITS_RESERVED_FOR_COUNTER |
static int |
COUNTER_LIMIT |
| Constructor and Description |
|---|
TimeStampIdGenerator() |
TimeStampIdGenerator(long minimumNext) |
| Modifier and Type | Method and Description |
|---|---|
long |
generate() |
static long |
idToMilliseconds(long id) |
long |
last() |
static long |
millisecondsToId(long milliseconds) |
protected long |
now() |
boolean |
setMinimumNext(long newMinimum) |
public static final int BITS_RESERVED_FOR_COUNTER
public static final int COUNTER_LIMIT