Package | Description |
---|---|
com.fasterxml.uuid |
Package that contains core (non-optional) Java UUID Generator API classes.
|
Modifier and Type | Method and Description |
---|---|
static TimeBasedGenerator |
Generators.timeBasedGenerator()
Factory method for constructing UUID generator that generates UUID using
variant 1 (time+location based).
|
static TimeBasedGenerator |
Generators.timeBasedGenerator(EthernetAddress ethernetAddress)
Factory method for constructing UUID generator that generates UUID using
variant 1 (time+location based), using specified Ethernet address
as the location part of UUID.
|
static TimeBasedGenerator |
Generators.timeBasedGenerator(EthernetAddress ethernetAddress,
TimestampSynchronizer sync)
Factory method for constructing UUID generator that generates UUID using
variant 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 TimeBasedGenerator |
Generators.timeBasedGenerator(EthernetAddress ethernetAddress,
UUIDTimer timer)
Factory method for constructing UUID generator that generates UUID using
variant 1 (time+location based), using specified Ethernet address
as the location part of UUID, and specified
UUIDTimer instance
(which includes embedded synchronizer that defines synchronization behavior). |
Copyright © 2020 FasterXML.com. All rights reserved.