Package | Description |
---|---|
io.druid.segment | |
io.druid.segment.incremental |
Modifier and Type | Class and Description |
---|---|
class |
MMappedIndexAdapter |
class |
QueryableIndexIndexableAdapter |
class |
RowboatFilteringIndexAdapter |
Modifier and Type | Method and Description |
---|---|
static File |
IndexMerger.append(List<IndexableAdapter> indexes,
File outDir) |
static File |
IndexMerger.append(List<IndexableAdapter> indexes,
File outDir,
IndexMerger.ProgressIndicator progress) |
static File |
IndexMerger.merge(List<IndexableAdapter> indexes,
AggregatorFactory[] metricAggs,
File outDir) |
static File |
IndexMerger.merge(List<IndexableAdapter> indexes,
AggregatorFactory[] metricAggs,
File outDir,
IndexMerger.ProgressIndicator progress) |
Constructor and Description |
---|
RowboatFilteringIndexAdapter(IndexableAdapter baseAdapter,
com.google.common.base.Predicate<Rowboat> filter) |
Modifier and Type | Class and Description |
---|---|
class |
IncrementalIndexAdapter |
Copyright © 2015. All rights reserved.