public class UniqueIdGenerator extends Object
| Constructor and Description |
|---|
UniqueIdGenerator(long instanceId)
Constructor.
|
UniqueIdGenerator(long instanceId,
UniqueIdCodec codec)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
long |
next()
Get next new value of UniqueID.
|
protected long |
systemTimeMillis() |
public UniqueIdGenerator(long instanceId)
instanceId - ID of the generator instancepublic UniqueIdGenerator(long instanceId,
UniqueIdCodec codec)
instanceId - ID of the generator instancecodec - custom codecCopyright © 2018 The Struqt Project. All rights reserved.