public static class KVUtil.RangeKeySelector extends Object implements KeySelector
SelectAll| Constructor and Description |
|---|
KVUtil.RangeKeySelector(StaticBuffer lower,
StaticBuffer upper) |
| 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.
|
public KVUtil.RangeKeySelector(StaticBuffer lower, StaticBuffer upper)
public boolean include(StaticBuffer key)
KeySelectorinclude in interface KeySelectorpublic boolean reachedLimit()
KeySelectorreachedLimit in interface KeySelectorCopyright © 2012–2014. All rights reserved.