Uses of Class
com.fasterxml.uuid.impl.TimeBasedGenerator
Packages that use TimeBasedGenerator
Package
Description
Package that contains classes that define Java UUID Generator API.
-
Uses of TimeBasedGenerator in com.fasterxml.uuid
Methods in com.fasterxml.uuid that return TimeBasedGeneratorModifier and TypeMethodDescriptionstatic TimeBasedGeneratorGenerators.defaultTimeBasedGenerator()Factory method for constructing UUID generator that generates UUID using version 1 (time+location based).static TimeBasedGeneratorGenerators.timeBasedGenerator()Factory method for constructing UUID generator that generates UUID using version 1 (time+location based).static TimeBasedGeneratorGenerators.timeBasedGenerator(EthernetAddress ethernetAddress) Factory method for constructing UUID generator that generates UUID using version 1 (time+location based), using specified Ethernet address as the location part of UUID.static TimeBasedGeneratorGenerators.timeBasedGenerator(EthernetAddress ethernetAddress, TimestampSynchronizer sync) Factory method for constructing UUID generator that generates UUID using version 1 (time+location based), using specified Ethernet address as the location part of UUID, and specified synchronizer (which may add additional restrictions to guarantee system-wide uniqueness).static TimeBasedGeneratorGenerators.timeBasedGenerator(EthernetAddress ethernetAddress, UUIDTimer timer) Factory method for constructing UUID generator that generates UUID using version 1 (time+location based), using specified Ethernet address as the location part of UUID, and specifiedUUIDTimerinstance (which includes embedded synchronizer that defines synchronization behavior).