Constructor and Description |
---|
QueryIterator(Stack<Predicate> predicateStack,
boolean tableScan,
RemoteStore remoteStore) |
Modifier and Type | Method and Description |
---|---|
Iterator<voldemort.store.cachestore.Key> |
getIterator() |
Result.Type |
getKeyType() |
Stack<Predicate> |
getPredicateStack() |
RemoteStore |
getRemoteStore() |
boolean |
hasNext() |
boolean |
isEnd() |
boolean |
isSorted() |
boolean |
isTableScan() |
voldemort.utils.Pair<voldemort.store.cachestore.Key,voldemort.store.cachestore.Value> |
next() |
void |
remove() |
public QueryIterator(Stack<Predicate> predicateStack, boolean tableScan, RemoteStore remoteStore)
public voldemort.utils.Pair<voldemort.store.cachestore.Key,voldemort.store.cachestore.Value> next()
public boolean isTableScan()
public RemoteStore getRemoteStore()
public Iterator<voldemort.store.cachestore.Key> getIterator()
public boolean isEnd()
public Result.Type getKeyType()
public boolean isSorted()
Copyright © 2016. All rights reserved.