| Package | Description |
|---|---|
| org.boon.slumberdb | |
| org.boon.slumberdb.entries | |
| org.boon.slumberdb.impl | |
| org.boon.slumberdb.spi |
| Modifier and Type | Method and Description |
|---|---|
UpdateStatus |
KeyValueStoreWithVersion.put(VersionKey key,
O value) |
| Modifier and Type | Method and Description |
|---|---|
VersionKey |
VersionedKeyValuePut.getVersionKey() |
VersionKey |
LoadedEntry.key() |
static VersionKey |
VersionKey.notFound(String key) |
VersionKey |
UpdateStatus.versionKey() |
| Modifier and Type | Method and Description |
|---|---|
int |
VersionKey.compareTo(VersionKey that) |
VersionedEntry<K,V> |
VersionedEntry.setVersionMeta(VersionKey versionMeta) |
| Constructor and Description |
|---|
LoadedEntry(VersionKey key,
V value) |
UpdateStatus(boolean successful,
VersionKey versionKey) |
UpdateStatus(VersionKey versionKey) |
VersionedKeyValuePut(VersionKey key,
V value) |
| Modifier and Type | Method and Description |
|---|---|
UpdateStatus |
BinaryVersionedStore.put(VersionKey key,
byte[] value) |
| Modifier and Type | Method and Description |
|---|---|
VersionKey |
VersionedStorageProvider.loadVersion(String key) |
VersionKey |
InMemoryVersionedStorageProvider.loadVersion(String key) |
| Modifier and Type | Method and Description |
|---|---|
List<VersionKey> |
VersionedStorageProvider.loadAllVersionInfoByKeys(Collection<String> keys) |
List<VersionKey> |
InMemoryVersionedStorageProvider.loadAllVersionInfoByKeys(Collection<String> keys) |
Copyright © 2014. All Rights Reserved.