| Package | Description |
|---|---|
| com.github.f4b6a3.uuid | |
| com.github.f4b6a3.uuid.factory |
| Modifier and Type | Method and Description |
|---|---|
static UlidBasedGuidCreator |
UuidCreator.getUlidBasedCreator()
Returns a
UlidBasedGuidCreator. |
| Modifier and Type | Class and Description |
|---|---|
class |
CombGuidCreator
Factory that creates COMB UUIDs.
|
| Modifier and Type | Method and Description |
|---|---|
<T extends UlidBasedGuidCreator> |
UlidBasedGuidCreator.withFastRandomGenerator()
Replaces the default random generator with a faster one.
|
<T extends UlidBasedGuidCreator> |
UlidBasedGuidCreator.withRandomGenerator(Random random)
Replace the default random generator, in a fluent way, to another that
extends
Random. |
<T extends UlidBasedGuidCreator> |
UlidBasedGuidCreator.withTimestampStrategy(TimestampStrategy timestampStrategy)
Used for changing the timestamp strategy.
|
Copyright © 2020. All rights reserved.