| Package | Description |
|---|---|
| org.boon.slumberdb | |
| org.boon.slumberdb.entries | |
| org.boon.slumberdb.impl |
| Modifier and Type | Method and Description |
|---|---|
UpdateStatus |
KeyValueStoreWithVersion.put(String key,
long version,
long updatedTime,
O value) |
UpdateStatus |
KeyValueStoreWithVersion.put(String key,
long version,
O value) |
UpdateStatus |
KeyValueStoreWithVersion.put(VersionKey key,
O value) |
| Modifier and Type | Method and Description |
|---|---|
Collection<UpdateStatus> |
KeyValueStoreWithVersion.putAll(List<VersionedKeyValuePut<byte[]>> list) |
| Modifier and Type | Field and Description |
|---|---|
static UpdateStatus |
UpdateStatus.SUCCESS |
| Modifier and Type | Method and Description |
|---|---|
UpdateStatus |
BinaryVersionedStore.put(String key,
long version,
byte[] value) |
UpdateStatus |
BinaryVersionedStore.put(String key,
long version,
long updatedTime,
byte[] value) |
UpdateStatus |
BinaryVersionedStore.put(VersionKey key,
byte[] value) |
| Modifier and Type | Method and Description |
|---|---|
Collection<UpdateStatus> |
BinaryVersionedStore.putAll(List<VersionedKeyValuePut<byte[]>> list) |
Copyright © 2014. All Rights Reserved.