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 TimeBasedReorderedGeneratorGenerators.timeBasedReorderedGenerator()Factory method for constructing UUID generator that generates UUID using version 6 (time+location based, reordered for DB locality).static TimeBasedReorderedGeneratorGenerators.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 TimeBasedReorderedGeneratorGenerators.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 specifiedUUIDTimerinstance (which includes embedded synchronizer that defines synchronization behavior).