Package | Description |
---|---|
io.druid.segment | |
io.druid.segment.incremental |
Modifier and Type | Method and Description |
---|---|
Iterable<Rowboat> |
RowboatFilteringIndexAdapter.getRows() |
Iterable<Rowboat> |
QueryableIndexIndexableAdapter.getRows() |
Iterable<Rowboat> |
IndexableAdapter.getRows() |
Modifier and Type | Method and Description |
---|---|
int |
Rowboat.compareTo(Rowboat rhs) |
static void |
IndexIO.validateRowValues(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–2015. All rights reserved.