| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use UUIDTimer | |
|---|---|
| com.fasterxml.uuid | Package that contains core (non-optional) Java UUID Generator API classes. | 
| com.fasterxml.uuid.impl | |
| Uses of UUIDTimer in com.fasterxml.uuid | 
|---|
| Fields in com.fasterxml.uuid declared as UUIDTimer | |
|---|---|
| protected static UUIDTimer | Generators._sharedTimerIf no explicit timer (and synchronizer it implicitly uses) is specified, we will create and use a single lazily-constructed timer, which uses in-JVM synchronization but no external file-based syncing. | 
| Methods in com.fasterxml.uuid with parameters of type UUIDTimer | |
|---|---|
| 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 UUIDTimerinstance
 (which includes embedded synchronizer that defines synchronization behavior). | 
| Uses of UUIDTimer in com.fasterxml.uuid.impl | 
|---|
| Fields in com.fasterxml.uuid.impl declared as UUIDTimer | |
|---|---|
| protected  UUIDTimer | TimeBasedGenerator._timerObject used for synchronizing access to timestamps, to guarantee that timestamps produced by this generator are unique and monotonically increasings. | 
| Constructors in com.fasterxml.uuid.impl with parameters of type UUIDTimer | |
|---|---|
| TimeBasedGenerator(EthernetAddress ethAddr,
                   UUIDTimer timer) | |
| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||