Package org.apache.cassandra.utils
Class BulkIterator.FromArray<V>
java.lang.Object
org.apache.cassandra.utils.BulkIterator.FromArray<V>
- All Implemented Interfaces:
AutoCloseable,BulkIterator<V>
- Enclosing interface:
- BulkIterator<V>
public static class BulkIterator.FromArray<V>
extends Object
implements BulkIterator<V>, AutoCloseable
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.apache.cassandra.utils.BulkIterator
BulkIterator.Adapter<V>, BulkIterator.FromArray<V> -
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
FromArray
public FromArray()
-
-
Method Details
-
close
public void close()- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceBulkIterator<V>
-
fetch
- Specified by:
fetchin interfaceBulkIterator<V>
-
next
- Specified by:
nextin interfaceBulkIterator<V>
-