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
 

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 © 2010 FasterXML.com. All Rights Reserved.