Uses of Class
com.fasterxml.uuid.UUIDTimer

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._sharedTimer
          If 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 UUIDTimer instance (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._timer
          Object 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)
           
 



Copyright © 2011 FasterXML.com. All Rights Reserved.