public interface KeySelector
OrderedKeyValueStore.OrderedKeyValueStore.getSlice(com.thinkaurelius.titan.diskstorage.StaticBuffer, com.thinkaurelius.titan.diskstorage.StaticBuffer, KeySelector, com.thinkaurelius.titan.diskstorage.keycolumnvalue.StoreTransaction)| Modifier and Type | Field and Description |
|---|---|
static KeySelector |
SelectAll
KeySelector that returns all keys as matching
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
include(StaticBuffer key)
Whether key should be included in the result set.
|
boolean |
reachedLimit()
Whether the retrieval limit has been reached.
|
static final KeySelector SelectAll
boolean include(StaticBuffer key)
key - boolean reachedLimit()
Copyright © 2012–2014. All rights reserved.