
| Class | Description |
|---|---|
| GUID | |
| IntegerUuid |
UUID Generator (also Global UUID Generator) but limited to 1 Integer (32
bits)
Inspired from com.groupon locality-uuid which used combination of internal counter value - process id - and Timestamp. see https://github.com/groupon/locality-uuid.java But force sequence and take care of errors and improves some performance issues. |
| JvmProcessId | |
| LongUuid |
UUID Generator (also Global UUID Generator) but limited to 1 Long (64 bits)
Inspired from com.groupon locality-uuid which used combination of internal counter value - process id - and Timestamp. see https://github.com/groupon/locality-uuid.java But force sequence and take care of errors and improves some performance issues |
Copyright © 2009–2020 Waarp. All rights reserved.