|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Clock | |
|---|---|
| org.apache.commons.id.uuid.clock | This package contains the Clock interface and implementations for generating UUID timestamps. |
| org.apache.commons.id.uuid.state | This package contains persistent and non-persistent state implementations for data related to the generation of version 1 UUIDs. |
| Uses of Clock in org.apache.commons.id.uuid.clock |
|---|
| Classes in org.apache.commons.id.uuid.clock that implement Clock | |
|---|---|
class |
SystemClockImpl
SystemClockImpl provides a timing mechanism for returning the
current time in 100-nano second intervals since 00:00:00.00, 15 October 1582. |
class |
ThreadClockImpl
Clock provides a timing mechanism for returning the current time in
100-nano second intervals since 00:00:00.00, 15 October 1582. |
| Uses of Clock in org.apache.commons.id.uuid.state |
|---|
| Methods in org.apache.commons.id.uuid.state that return Clock | |
|---|---|
static Clock |
StateHelper.getClockImpl()
Returns the Clock implementation using commons discovery. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||