public class CassandraThriftKeyColumnValueStore.AbstractBufferedRowIter<T extends org.apache.cassandra.dht.Token<?>> extends Object implements KeyIterator
| Modifier and Type | Field and Description |
|---|---|
protected Iterator<org.apache.cassandra.thrift.KeySlice> |
ksIter |
| Constructor and Description |
|---|
AbstractBufferedRowIter(org.apache.cassandra.dht.IPartitioner<? extends T> partitioner,
SliceQuery columnSlice,
int pageSize,
T startToken,
T endToken,
boolean omitEndToken) |
| Modifier and Type | Method and Description |
|---|---|
protected List<org.apache.cassandra.thrift.KeySlice> |
checkFreshSlices(List<org.apache.cassandra.thrift.KeySlice> ks) |
void |
close() |
RecordIterator<Entry> |
getEntries() |
protected List<org.apache.cassandra.thrift.KeySlice> |
getNextKeySlices() |
boolean |
hasNext() |
StaticBuffer |
next() |
void |
remove() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemainingprotected Iterator<org.apache.cassandra.thrift.KeySlice> ksIter
public AbstractBufferedRowIter(org.apache.cassandra.dht.IPartitioner<? extends T> partitioner, SliceQuery columnSlice, int pageSize, T startToken, T endToken, boolean omitEndToken)
public boolean hasNext()
hasNext in interface Iterator<StaticBuffer>public StaticBuffer next()
next in interface Iterator<StaticBuffer>public void close()
close in interface Closeableclose in interface AutoCloseablepublic void remove()
remove in interface Iterator<StaticBuffer>public RecordIterator<Entry> getEntries()
getEntries in interface KeyIteratorprotected List<org.apache.cassandra.thrift.KeySlice> checkFreshSlices(List<org.apache.cassandra.thrift.KeySlice> ks)
protected final List<org.apache.cassandra.thrift.KeySlice> getNextKeySlices() throws BackendException
BackendExceptionCopyright © 2012–2016. All rights reserved.