See: Description
| Interface | Description |
|---|---|
| IDSource<T extends Serializable> |
Defines operations for classes that generate unique identifiers.
|
| Class | Description |
|---|---|
| CompositeIDSource |
Thread-safe source for partitioned unique IDs.
|
| IntSequenceIDSource |
Thread-safe source for unique IDs.
|
| LongSequenceIDSource |
Thread-safe source for unique IDs.
|
| StringPrefixIDSource |
Thread-safe ID source that wraps another source of IDs and adds a fixed String
prefix to each ID generated.
|
| Exception | Description |
|---|---|
| IDSourceExhaustedException |
Unchecked exception thrown if an
IDSource runs out of unique IDs. |