public static interface VolatileChunk.KeyFactory<K,V>
| Modifier and Type | Interface and Description |
|---|---|
static class |
VolatileChunk.KeyFactory.AutoIncrementFunction<V> |
static class |
VolatileChunk.KeyFactory.AutoIncrementingIntegerKeyFactory<V>
An implementation of KeyFactory that returns an auto-incrementing Integer as a key.
|
static class |
VolatileChunk.KeyFactory.AutoIncrementingStringKeyFactory<V>
An implementation of KeyFactory that returns an auto-incrementing String as a key.
|
static class |
VolatileChunk.KeyFactory.DefaultKeyFactory<K,V> |