Package org.apache.cassandra.utils
Class BulkIterator.Adapter<V>
java.lang.Object
org.apache.cassandra.utils.BulkIterator.Adapter<V>
- All Implemented Interfaces:
AutoCloseable,BulkIterator<V>
- Enclosing interface:
- BulkIterator<V>
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.apache.cassandra.utils.BulkIterator
BulkIterator.Adapter<V>, BulkIterator.FromArray<V> -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.cassandra.utils.BulkIterator
close
-
Method Details
-
fetch
- Specified by:
fetchin interfaceBulkIterator<V>
-
hasNext
public boolean hasNext() -
next
- Specified by:
nextin interfaceBulkIterator<V>
-