Package | Description |
---|---|
org.apache.cassandra.utils |
Modifier and Type | Class and Description |
---|---|
class |
MergeIterator<In,Out>
Merges sorted input iterators which individually contain unique items.
|
Modifier and Type | Method and Description |
---|---|
static <In,Out> IMergeIterator<In,Out> |
MergeIterator.get(java.util.List<? extends java.util.Iterator<In>> sources,
java.util.Comparator<In> comparator,
MergeIterator.Reducer<In,Out> reducer) |
Copyright © 2020 The Apache Software Foundation