| Package | Description |
|---|---|
| com.thinkaurelius.titan.diskstorage.keycolumnvalue.keyvalue |
| Modifier and Type | Field and Description |
|---|---|
static RecordIterator<KeyValueEntry> |
KVUtil.EMPTY_ITERATOR |
| Modifier and Type | Method and Description |
|---|---|
RecordIterator<KeyValueEntry> |
OrderedKeyValueStore.getSlice(StaticBuffer keyStart,
StaticBuffer keyEnd,
KeySelector selector,
StoreTransaction txh)
Returns a list of all Key-value pairs (
KeyValueEntry where the key lies between keyStart (inclusive) and keyEnd (exclusive)
and such that they match the specified KeySelector. |
| Modifier and Type | Method and Description |
|---|---|
static EntryList |
KVUtil.convert(RecordIterator<KeyValueEntry> iter) |
| Constructor and Description |
|---|
KVMutation(List<KeyValueEntry> additions,
List<StaticBuffer> deletions) |
Copyright © 2012–2014. All rights reserved.