public class UUIDPathMinter extends BasePidMinter
| Constructor and Description |
|---|
UUIDPathMinter()
Configure the path minter using some reasonable defaults for
the length (2) and count (4) of the branch nodes
|
UUIDPathMinter(int length,
int count)
Configure the path minter for the length of the keys and depth of
the branch node prefix
|
| Modifier and Type | Method and Description |
|---|---|
String |
mintPid()
Mint a unique identifier as a UUID
|
makePidpublic UUIDPathMinter()
public UUIDPathMinter(int length,
int count)
length - how long the branch node identifiers should becount - how many branch nodes should be insertedpublic String mintPid()
Copyright © 2013 DuraSpace, Inc.. All Rights Reserved.