Uses of Class
com.fasterxml.uuid.impl.TimeBasedReorderedGenerator
Packages that use TimeBasedReorderedGenerator
Package
Description
Package that contains classes that define Java UUID Generator API.
-
Uses of TimeBasedReorderedGenerator in com.fasterxml.uuid
Methods in com.fasterxml.uuid that return TimeBasedReorderedGeneratorModifier and TypeMethodDescriptionstatic TimeBasedReorderedGenerator
Generators.timeBasedReorderedGenerator()
Factory method for constructing UUID generator that generates UUID using version 6 (time+location based, reordered for DB locality).static TimeBasedReorderedGenerator
Generators.timeBasedReorderedGenerator
(EthernetAddress ethernetAddress) Factory method for constructing UUID generator that generates UUID using version 6 (time+location based, reordered for DB locality), using specified Ethernet address as the location part of UUID.static TimeBasedReorderedGenerator
Generators.timeBasedReorderedGenerator
(EthernetAddress ethernetAddress, UUIDTimer timer) Factory method for constructing UUID generator that generates UUID using version 6 (time+location based, reordered for DB locality), using specified Ethernet address as the location part of UUID, and specifiedUUIDTimer
instance (which includes embedded synchronizer that defines synchronization behavior).