| Package | Description |
|---|---|
| io.druid.query.groupby | |
| io.druid.segment | |
| io.druid.segment.incremental | |
| io.druid.segment.realtime |
| Modifier and Type | Method and Description |
|---|---|
static IncrementalIndex |
GroupByQueryHelper.makeIncrementalIndex(GroupByQuery query,
GroupByQueryConfig config,
StupidPool<ByteBuffer> bufferPool,
Sequence<Row> rows,
boolean combine) |
| Modifier and Type | Method and Description |
|---|---|
static <T> Pair<IncrementalIndex,Accumulator<IncrementalIndex,T>> |
GroupByQueryHelper.createIndexAccumulatorPair(GroupByQuery query,
GroupByQueryConfig config,
StupidPool<ByteBuffer> bufferPool,
boolean combine) |
static <T> Pair<IncrementalIndex,Accumulator<IncrementalIndex,T>> |
GroupByQueryHelper.createIndexAccumulatorPair(GroupByQuery query,
GroupByQueryConfig config,
StupidPool<ByteBuffer> bufferPool,
boolean combine) |
| Modifier and Type | Method and Description |
|---|---|
static Sequence<Row> |
GroupByQueryHelper.postAggregate(GroupByQuery query,
IncrementalIndex index) |
| Modifier and Type | Method and Description |
|---|---|
File |
IndexMerger.persist(IncrementalIndex index,
File outDir,
IndexSpec indexSpec) |
File |
IndexMerger.persist(IncrementalIndex index,
org.joda.time.Interval dataInterval,
File outDir,
IndexSpec indexSpec)
This is *not* thread-safe and havok will ensue if this is called and writes are still occurring
on the IncrementalIndex object.
|
File |
IndexMerger.persist(IncrementalIndex index,
org.joda.time.Interval dataInterval,
File outDir,
IndexSpec indexSpec,
ProgressIndicator progress) |
| Constructor and Description |
|---|
IncrementalIndexSegment(IncrementalIndex index,
String segmentIdentifier) |
| Modifier and Type | Class and Description |
|---|---|
class |
OffheapIncrementalIndex |
class |
OnheapIncrementalIndex |
| Constructor and Description |
|---|
IncrementalIndexAdapter(org.joda.time.Interval dataInterval,
IncrementalIndex<?> index,
BitmapFactory bitmapFactory) |
IncrementalIndexStorageAdapter(IncrementalIndex<?> index) |
| Modifier and Type | Method and Description |
|---|---|
IncrementalIndex |
FireHydrant.getIndex() |
| Constructor and Description |
|---|
FireHydrant(IncrementalIndex index,
int count,
String segmentIdentifier) |
Copyright © 2011–2017. All rights reserved.