Uses of Class
com.fasterxml.uuid.impl.TimeBasedEpochGenerator
Packages that use TimeBasedEpochGenerator
Package
Description
Package that contains classes that define Java UUID Generator API.
-
Uses of TimeBasedEpochGenerator in com.fasterxml.uuid
Methods in com.fasterxml.uuid that return TimeBasedEpochGeneratorModifier and TypeMethodDescriptionstatic TimeBasedEpochGenerator
Generators.timeBasedEpochGenerator()
Factory method for constructing UUID generator that generates UUID using version 7 (Unix Epoch time+random based).static TimeBasedEpochGenerator
Generators.timeBasedEpochGenerator
(Random random) Factory method for constructing UUID generator that generates UUID using version 7 (Unix Epoch time+random based), using specifiedRandom
number generator.static TimeBasedEpochGenerator
Generators.timeBasedEpochGenerator
(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.