| Package | Description |
|---|---|
| com.thinkaurelius.titan.diskstorage.keycolumnvalue.keyvalue |
| Modifier and Type | Method and Description |
|---|---|
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 |
|---|---|
RecordIterator<KeyValueEntry> |
OrderedKeyValueStore.getSlice(KVQuery query,
StoreTransaction txh)
Returns a list of all Key-value pairs (
KeyValueEntry where the keys satisfy the given KVQuery. |
| Modifier and Type | Method and Description |
|---|---|
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. |
Copyright © 2012–2015. All rights reserved.