Package | Description |
---|---|
io.druid.query.groupby | |
io.druid.segment | |
io.druid.segment.incremental | |
io.druid.segment.realtime |
Modifier and Type | Method and Description |
---|---|
static <T> com.metamx.common.Pair<IncrementalIndex,com.metamx.common.guava.Accumulator<IncrementalIndex,T>> |
GroupByQueryHelper.createIndexAccumulatorPair(GroupByQuery query,
GroupByQueryConfig config) |
static <T> com.metamx.common.Pair<IncrementalIndex,com.metamx.common.guava.Accumulator<IncrementalIndex,T>> |
GroupByQueryHelper.createIndexAccumulatorPair(GroupByQuery query,
GroupByQueryConfig config) |
Modifier and Type | Method and Description |
---|---|
static File |
IndexMerger.persist(IncrementalIndex index,
File outDir) |
static File |
IndexMerger.persist(IncrementalIndex index,
org.joda.time.Interval dataInterval,
File outDir)
This is *not* thread-safe and havok will ensue if this is called and writes are still occurring
on the IncrementalIndex object.
|
static File |
IndexMerger.persist(IncrementalIndex index,
org.joda.time.Interval dataInterval,
File outDir,
IndexMerger.ProgressIndicator progress) |
Constructor and Description |
---|
IncrementalIndexSegment(IncrementalIndex index,
String segmentIdentifier) |
Constructor and Description |
---|
IncrementalIndexAdapter(org.joda.time.Interval dataInterval,
IncrementalIndex index) |
IncrementalIndexStorageAdapter(IncrementalIndex index) |
Modifier and Type | Method and Description |
---|---|
IncrementalIndex |
FireHydrant.getIndex() |
Constructor and Description |
---|
FireHydrant(IncrementalIndex index,
int count,
String segmentIdentifier) |
Copyright © 2015. All rights reserved.