Uses of Class
com.github.f4b6a3.uuid.creator.AbstractTimeBasedUuidCreator
-
Packages that use AbstractTimeBasedUuidCreator Package Description com.github.f4b6a3.uuid.creator com.github.f4b6a3.uuid.creator.rfc4122 -
-
Uses of AbstractTimeBasedUuidCreator in com.github.f4b6a3.uuid.creator
Methods in com.github.f4b6a3.uuid.creator with type parameters of type AbstractTimeBasedUuidCreator Modifier and Type Method Description <T extends AbstractTimeBasedUuidCreator>
TAbstractTimeBasedUuidCreator. withClockSequence(byte[] clockSequence)Replaces the defaultClockSequenceStrategywith theFixedClockSequenceStrategy.<T extends AbstractTimeBasedUuidCreator>
TAbstractTimeBasedUuidCreator. withClockSequence(int clockSequence)Replaces the defaultClockSequenceStrategywith theFixedClockSequenceStrategy.<T extends AbstractTimeBasedUuidCreator>
TAbstractTimeBasedUuidCreator. withClockSequenceStrategy(ClockSequenceStrategy clockSequenceStrategy)Replaces the defaultClockSequenceStrategywith another one.<T extends AbstractTimeBasedUuidCreator>
TAbstractTimeBasedUuidCreator. withHashNodeIdentifier()Replaces the defaultNodeIdentifierStrategywith theHashNodeIdentifierStrategy.<T extends AbstractTimeBasedUuidCreator>
TAbstractTimeBasedUuidCreator. withMacNodeIdentifier()Replaces the defaultNodeIdentifierStrategywith theMacNodeIdentifierStrategy.<T extends AbstractTimeBasedUuidCreator>
TAbstractTimeBasedUuidCreator. withNodeIdentifier(byte[] nodeIdentifier)Replaces the defaultNodeIdentifierStrategywith theFixedNodeIdentifierStrategy.<T extends AbstractTimeBasedUuidCreator>
TAbstractTimeBasedUuidCreator. withNodeIdentifier(long nodeIdentifier)Replaces the defaultNodeIdentifierStrategywith theFixedNodeIdentifierStrategy.<T extends AbstractTimeBasedUuidCreator>
TAbstractTimeBasedUuidCreator. withNodeIdentifierStrategy(NodeIdentifierStrategy nodeIdentifierStrategy)Replaces the defaultNodeIdentifierStrategywith another one.<T extends AbstractTimeBasedUuidCreator>
TAbstractTimeBasedUuidCreator. withRandomNodeIdentifier()Replaces the defaultNodeIdentifierStrategywith theRandomNodeIdentifierStrategy.<T extends AbstractTimeBasedUuidCreator>
TAbstractTimeBasedUuidCreator. withTimestampStrategy(TimestampStrategy timestampStrategy)Replaces the defaultTimestampStrategywith another one. -
Uses of AbstractTimeBasedUuidCreator in com.github.f4b6a3.uuid.creator.rfc4122
Subclasses of AbstractTimeBasedUuidCreator in com.github.f4b6a3.uuid.creator.rfc4122 Modifier and Type Class Description classDceSecurityUuidCreatorFactory that creates DCE Security UUIDs (version 2).classTimeBasedUuidCreatorFactory that creates time-based UUIDs.classTimeOrderedUuidCreatorFactory that creates time-ordered UUIDs.
-