public abstract class AbstCombFactory extends AbstRandomBasedFactory
COMB GUIDs combine a creation time and random bytes.
| Modifier and Type | Class and Description |
|---|---|
static class |
AbstCombFactory.Builder<T,B extends AbstCombFactory.Builder<T,B>>
Abstract builder for creating a COMB factory.
|
AbstRandomBasedFactory.FastRandom, AbstRandomBasedFactory.IRandom, AbstRandomBasedFactory.SafeRandomUuidFactory.Parameters| Modifier and Type | Field and Description |
|---|---|
protected LongSupplier |
timeFunction
The time function.
|
lock, random, UUID_BYTESversion, versionMask| Modifier | Constructor and Description |
|---|---|
protected |
AbstCombFactory(UuidVersion version,
AbstCombFactory.Builder<?,?> builder)
Constructor whith a version number and a builder.
|
createcreate, getVersion, nameBytes, nameBytes, namespaceBytes, namespaceBytes, namespaceBytes, toUuidprotected LongSupplier timeFunction
protected AbstCombFactory(UuidVersion version, AbstCombFactory.Builder<?,?> builder)
version - a version numberbuilder - a builderCopyright © 2024. All rights reserved.