Uses of Class
com.fasterxml.uuid.UUIDClock
Packages that use UUIDClock
Package
Description
Package that contains classes that define Java UUID Generator API.
Package that contains actual Java UUID Generator implementation classes,
including generators for different UUID types.
-
Uses of UUIDClock in com.fasterxml.uuid
Fields in com.fasterxml.uuid declared as UUIDClockModifier and TypeFieldDescriptionprotected final UUIDClockUUIDTimer._clockClock used to get the time when a timestamp is requested.Methods in com.fasterxml.uuid that return UUIDClockMethods in com.fasterxml.uuid with parameters of type UUIDClockModifier and TypeMethodDescriptionstatic TimeBasedEpochGeneratorGenerators.timeBasedEpochGenerator(Random random, UUIDClock clock) Factory method for constructing UUID generator that generates UUID using version 7 (Unix Epoch time+random based), using specifiedRandomnumber 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 specifiedRandomnumber generator.Constructors in com.fasterxml.uuid with parameters of type UUIDClock -
Uses of UUIDClock in com.fasterxml.uuid.impl
Fields in com.fasterxml.uuid.impl declared as UUIDClockModifier and TypeFieldDescriptionprotected final UUIDClockTimeBasedEpochGenerator._clockUnderlyingUUIDClockused for accessing current time, to use for generation.protected final UUIDClockTimeBasedEpochRandomGenerator._clockUnderlyingUUIDClockused for accessing current time, to use for generation.Constructors in com.fasterxml.uuid.impl with parameters of type UUIDClockModifierConstructorDescriptionTimeBasedEpochGenerator(Random rnd, UUIDClock clock) TimeBasedEpochRandomGenerator(Random rnd, UUIDClock clock)