me.prettyprint.cassandra.service
Class IndexedSlicesIterator<K,N,V>
java.lang.Object
me.prettyprint.cassandra.service.IndexedSlicesIterator<K,N,V>
- All Implemented Interfaces:
- Iterator<Row<K,N,V>>
Deprecated.
@Deprecated
public class IndexedSlicesIterator<K,N,V>
- extends Object
- implements Iterator<Row<K,N,V>>
This class will soon be removed, use RangeSlicesIterator instead.
Iterates over the index slices, automatically refreshing the query until all matching rows are returned.
- Author:
- thrykol
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IndexedSlicesIterator
public IndexedSlicesIterator(IndexedSlicesQuery<K,N,V> query,
K startKey)
- Deprecated.
hasNext
public boolean hasNext()
- Deprecated.
- Specified by:
hasNext in interface Iterator<Row<K,N,V>>
next
public Row<K,N,V> next()
- Deprecated.
- Specified by:
next in interface Iterator<Row<K,N,V>>
remove
public void remove()
- Deprecated.
- Specified by:
remove in interface Iterator<Row<K,N,V>>
Copyright © 2013. All Rights Reserved.