Uses of Class
com.fasterxml.uuid.impl.TimeBasedEpochRandomGenerator
Packages that use TimeBasedEpochRandomGenerator
Package
Description
Package that contains classes that define Java UUID Generator API.
-
Uses of TimeBasedEpochRandomGenerator in com.fasterxml.uuid
Methods in com.fasterxml.uuid that return TimeBasedEpochRandomGeneratorModifier and TypeMethodDescriptionGenerators.timeBasedEpochRandomGenerator()
Factory method for constructing UUID generator that generates UUID using version 7 (Unix Epoch time+random based).Generators.timeBasedEpochRandomGenerator
(Random random) Factory method for constructing UUID generator that generates UUID using version 7 (Unix Epoch time+random based), using specifiedRandom
number generator.Generators.timeBasedEpochRandomGenerator
(Random random, UUIDClock clock) Factory method for constructing UUID generator that generates UUID using version 7 (Unix Epoch time+random based), using specifiedRandom
number generator.