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> |
MMappedIndexAdapter.getRows() |
Iterable<Rowboat> |
IndexableAdapter.getRows() |
Modifier and Type | Method and Description |
---|---|
int |
Rowboat.compareTo(Rowboat rhs) |
Constructor and Description |
---|
RowboatFilteringIndexAdapter(IndexableAdapter baseAdapter,
com.google.common.base.Predicate<Rowboat> filter) |
Modifier and Type | Method and Description |
---|---|
Iterable<Rowboat> |
IncrementalIndexAdapter.getRows() |
Copyright © 2015. All rights reserved.