Uses of Interface
org.apache.cassandra.utils.BulkIterator
-
Packages that use BulkIterator Package Description org.apache.cassandra.utils org.apache.cassandra.utils.btree -
-
Uses of BulkIterator in org.apache.cassandra.utils
Classes in org.apache.cassandra.utils that implement BulkIterator Modifier and Type Class Description static class
BulkIterator.Adapter<V>
static class
BulkIterator.FromArray<V>
-
Uses of BulkIterator in org.apache.cassandra.utils.btree
Methods in org.apache.cassandra.utils.btree with parameters of type BulkIterator Modifier and Type Method Description static <C,I extends C,O extends C>
java.lang.Object[]BTree. build(BulkIterator<I> source, int size, UpdateFunction<I,O> updateF)
-