| Package | Description | 
|---|---|
| io.druid.segment | |
| io.druid.segment.incremental | 
| Modifier and Type | Method and Description | 
|---|---|
Rowboat | 
IndexMerger.RowboatMergeFunction.apply(Rowboat lhs,
     Rowboat rhs)  | 
| Modifier and Type | Method and Description | 
|---|---|
Iterable<Rowboat> | 
RowboatFilteringIndexAdapter.getRows()  | 
Iterable<Rowboat> | 
QueryableIndexIndexableAdapter.getRows()  | 
Iterable<Rowboat> | 
IndexableAdapter.getRows()  | 
Iterator<Rowboat> | 
IndexMerger.MMappedIndexRowIterable.iterator()  | 
| Modifier and Type | Method and Description | 
|---|---|
Rowboat | 
IndexMerger.RowboatMergeFunction.apply(Rowboat lhs,
     Rowboat rhs)  | 
int | 
Rowboat.compareTo(Rowboat rhs)  | 
static void | 
IndexIO.validateRowValues(Map<String,DimensionHandler> dimHandlers,
                 Rowboat rb1,
                 IndexableAdapter adapter1,
                 Rowboat rb2,
                 IndexableAdapter adapter2)  | 
| Constructor and Description | 
|---|
RowboatFilteringIndexAdapter(IndexableAdapter baseAdapter,
                            com.google.common.base.Predicate<Rowboat> filter)  | 
| Modifier and Type | Method and Description | 
|---|---|
Iterable<Rowboat> | 
IncrementalIndexAdapter.getRows()  | 
Copyright © 2011–2018. All rights reserved.