| Package | Description |
|---|---|
| com.thinkaurelius.titan.diskstorage.keycolumnvalue.keyvalue |
| Modifier and Type | Class and Description |
|---|---|
static class |
KVUtil.RangeKeySelector |
class |
LimitedSelector
A
KeySelector that returns keys up to a given limit. |
| Modifier and Type | Field and Description |
|---|---|
static KeySelector |
KeySelector.SelectAll
KeySelector that returns all keys as matching
|
| 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. |
Copyright © 2012–2014. All rights reserved.