|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Node | |
---|---|
org.apache.commons.id.uuid | This package contains UUID (Universally Unique Identifier) generator implementations and supporting classes. |
Uses of Node in org.apache.commons.id.uuid |
---|
Methods in org.apache.commons.id.uuid that return Node | |
---|---|
Node |
NodeManagerImpl.currentNode()
Returns the current node in use for uuid generation. |
Node |
NodeManager.currentNode()
Returns the current node in use for uuid generation. |
Node |
NodeManagerImpl.nextAvailableNode()
Returns the next available Node for uuid generation. |
Node |
NodeManager.nextAvailableNode()
Returns the next available Node for uuid generation. |
Methods in org.apache.commons.id.uuid with parameters of type Node | |
---|---|
void |
NodeManagerImpl.lockNode(Node node)
Locks a node for use by a generator. |
void |
NodeManager.lockNode(Node node)
Locks a node for use by a generator. |
void |
NodeManagerImpl.releaseNode(Node node)
Releases a node locked by a generator. |
void |
NodeManager.releaseNode(Node node)
Releases a node locked by a generator. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |