Package org.apache.cassandra.utils
Interface BulkIterator<V>
- All Superinterfaces:
AutoCloseable
- All Known Implementing Classes:
BulkIterator.Adapter,BulkIterator.FromArray
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic classstatic class -
Method Summary
Modifier and TypeMethodDescriptiondefault voidclose()voidnext()static <V> BulkIterator.FromArray<V>static <V> BulkIterator.FromArray<V>static <V> BulkIterator.Adapter<V>
-
Method Details
-
fetch
-
next
V next() -
close
default void close()- Specified by:
closein interfaceAutoCloseable
-
of
-
of
-
of
-