JavaScript is disabled on your browser.
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
com.netflix.util
Interface UUIDFactory
All Known Implementing Classes:
ConcurrentUUIDFactory
public interface
UUIDFactory
Common interface to sources of various versions of UUIDs.
Method Summary
Methods
Modifier and Type
Method and Description
java.util.UUID
generateRandomUuid
()
Generates a new version 4 UUID.
Method Detail
generateRandomUuid
java.util.UUID generateRandomUuid()
Generates a new version 4 UUID.
Returns:
the newly generated UUID
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method