| 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(KVQuery query,
StoreTransaction txh)
Returns a list of all Key-value pairs (
KeyValueEntry where the keys satisfy the given KVQuery. |
Map<KVQuery,RecordIterator<KeyValueEntry>> |
OrderedKeyValueStore.getSlices(List<KVQuery> queries,
StoreTransaction txh)
Like
OrderedKeyValueStore.getSlice(KVQuery, com.thinkaurelius.titan.diskstorage.keycolumnvalue.StoreTransaction) but executes
all of the given queries at once and returns a map of all the result sets of each query. |
| 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–2015. All rights reserved.