Package | Description |
---|---|
com.fasterxml.uuid |
Package that contains classes that define Java UUID Generator API.
|
Modifier and Type | Method and Description |
---|---|
static 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 specified
UUIDTimer instance (which includes embedded synchronizer that defines
synchronization behavior). |
Copyright © 2023 FasterXML.com. All rights reserved.