public interface KeyNameProvider
Responsible for providing unique ID as the key name
| Modifier and Type | Field and Description |
|---|---|
static KeyNameProvider |
DEF_PROVIDER
Generate key name using random UUID
|
| Modifier and Type | Method and Description |
|---|---|
String |
newKeyName()
Returns a unique key name.
|
static final KeyNameProvider DEF_PROVIDER
Generate key name using random UUID
String newKeyName()
Returns a unique key name. Note this method shall not return the hierarchical structure which is the responsibility of the KeyGenerator
Copyright © 2013–2017 OSGL (Open Source General Library). All rights reserved.