Class TimeBasedUuidCreator
- java.lang.Object
-
- com.github.f4b6a3.uuid.creator.AbstractUuidCreator
-
- com.github.f4b6a3.uuid.creator.AbstractTimeBasedUuidCreator
-
- com.github.f4b6a3.uuid.creator.rfc4122.TimeBasedUuidCreator
-
- All Implemented Interfaces:
NoArgumentsUuidCreator
public final class TimeBasedUuidCreator extends AbstractTimeBasedUuidCreator
Factory that creates time-based UUIDs. RFC-4122 version: 1.
-
-
Field Summary
-
Fields inherited from class com.github.f4b6a3.uuid.creator.AbstractTimeBasedUuidCreator
clockSequenceStrategy, nodeIdentifierStrategy, timestampStrategy
-
Fields inherited from class com.github.f4b6a3.uuid.creator.AbstractUuidCreator
version, versionBits
-
-
Constructor Summary
Constructors Constructor Description TimeBasedUuidCreator()
-
Method Summary
-
Methods inherited from class com.github.f4b6a3.uuid.creator.AbstractTimeBasedUuidCreator
create, create, formatLeastSignificantBits, formatMostSignificantBits, withClockSequence, withClockSequence, withClockSequenceStrategy, withHashNodeIdentifier, withMacNodeIdentifier, withNodeIdentifier, withNodeIdentifier, withNodeIdentifierStrategy, withTimestampStrategy
-
Methods inherited from class com.github.f4b6a3.uuid.creator.AbstractUuidCreator
applyVariantBits, applyVersionBits, getVersion
-
-