| Package | Description |
|---|---|
| org.boon.slumberdb | |
| org.boon.slumberdb.entries | |
| org.boon.slumberdb.impl | |
| org.boon.slumberdb.spi |
| Modifier and Type | Interface and Description |
|---|---|
interface |
KeyValueStoreWithVersion<K,O,V extends VersionedEntry<K,O>>
Created by Richard on 9/23/14.
|
| Modifier and Type | Method and Description |
|---|---|
VersionedEntry<K,V> |
VersionedEntry.setCreateTimestamp(long createTimestamp) |
VersionedEntry<K,V> |
VersionedEntry.setUpdateTimestamp(long updateTimestamp) |
VersionedEntry<K,V> |
VersionedEntry.setVersion(long version) |
VersionedEntry<K,V> |
VersionedEntry.setVersionMeta(VersionKey versionMeta) |
VersionedEntry<K,V> |
VersionedEntry.value(V v) |
| Modifier and Type | Method and Description |
|---|---|
VersionedEntry<String,byte[]> |
BinaryVersionedStore.load(String key) |
| Modifier and Type | Method and Description |
|---|---|
KeyValueIterable<String,VersionedEntry<String,byte[]>> |
BinaryVersionedStore.loadAll() |
Map<String,VersionedEntry<String,byte[]>> |
BinaryVersionedStore.loadAllByKeys(Collection<String> keys) |
KeyValueIterable<String,VersionedEntry<String,byte[]>> |
BinaryVersionedStore.search(String startKey) |
| Modifier and Type | Method and Description |
|---|---|
void |
BinaryVersionedStore.put(String key,
VersionedEntry<String,byte[]> value) |
| Modifier and Type | Method and Description |
|---|---|
void |
BinaryVersionedStore.putAll(Map<String,VersionedEntry<String,byte[]>> values) |
| Modifier and Type | Method and Description |
|---|---|
VersionedEntry<String,byte[]> |
VersionedStorageProvider.load(String key) |
VersionedEntry<String,byte[]> |
InMemoryVersionedStorageProvider.load(String key) |
| Modifier and Type | Method and Description |
|---|---|
KeyValueIterable<String,VersionedEntry<String,byte[]>> |
VersionedStorageProvider.loadAll() |
KeyValueIterable<String,VersionedEntry<String,byte[]>> |
InMemoryVersionedStorageProvider.loadAll() |
Map<String,VersionedEntry<String,byte[]>> |
VersionedStorageProvider.loadAllByKeys(Collection<String> keys) |
Map<String,VersionedEntry<String,byte[]>> |
InMemoryVersionedStorageProvider.loadAllByKeys(Collection<String> keys) |
KeyValueIterable<String,VersionedEntry<String,byte[]>> |
VersionedStorageProvider.search(String startKey) |
KeyValueIterable<String,VersionedEntry<String,byte[]>> |
InMemoryVersionedStorageProvider.search(String startKey) |
| Modifier and Type | Method and Description |
|---|---|
void |
VersionedStorageProvider.put(String key,
VersionedEntry<String,byte[]> entry) |
void |
InMemoryVersionedStorageProvider.put(String key,
VersionedEntry<String,byte[]> entry) |
| Modifier and Type | Method and Description |
|---|---|
void |
VersionedStorageProvider.putAll(Map<String,VersionedEntry<String,byte[]>> values) |
void |
InMemoryVersionedStorageProvider.putAll(Map<String,VersionedEntry<String,byte[]>> values) |
Copyright © 2014. All Rights Reserved.