| Package | Description |
|---|---|
| io.druid.query.groupby | |
| io.druid.segment | |
| io.druid.segment.incremental |
| Modifier and Type | Method and Description |
|---|---|
static IncrementalIndex |
GroupByQueryHelper.makeIncrementalIndex(GroupByQuery query,
GroupByQueryConfig config,
NonBlockingPool<ByteBuffer> bufferPool,
io.druid.java.util.common.guava.Sequence<io.druid.data.input.Row> rows,
boolean combine) |
| Modifier and Type | Method and Description |
|---|---|
static <T> io.druid.java.util.common.Pair<IncrementalIndex,io.druid.java.util.common.guava.Accumulator<IncrementalIndex,T>> |
GroupByQueryHelper.createIndexAccumulatorPair(GroupByQuery query,
GroupByQueryConfig config,
NonBlockingPool<ByteBuffer> bufferPool,
boolean combine) |
static <T> io.druid.java.util.common.Pair<IncrementalIndex,io.druid.java.util.common.guava.Accumulator<IncrementalIndex,T>> |
GroupByQueryHelper.createIndexAccumulatorPair(GroupByQuery query,
GroupByQueryConfig config,
NonBlockingPool<ByteBuffer> bufferPool,
boolean combine) |
| Modifier and Type | Method and Description |
|---|---|
static io.druid.java.util.common.guava.Sequence<io.druid.data.input.Row> |
GroupByQueryHelper.postAggregate(GroupByQuery query,
IncrementalIndex index) |
| Modifier and Type | Method and Description |
|---|---|
File |
IndexMergerV9.persist(IncrementalIndex index,
File outDir,
IndexSpec indexSpec) |
File |
IndexMerger.persist(IncrementalIndex index,
File outDir,
IndexSpec indexSpec) |
File |
IndexMergerV9.persist(IncrementalIndex index,
org.joda.time.Interval dataInterval,
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 |
IndexMergerV9.persist(IncrementalIndex index,
org.joda.time.Interval dataInterval,
File outDir,
IndexSpec indexSpec,
ProgressIndicator progress) |
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 |
| Modifier and Type | Method and Description |
|---|---|
IncrementalIndex |
IncrementalIndex.Builder.buildOffheap(NonBlockingPool<ByteBuffer> bufferPool) |
IncrementalIndex |
IncrementalIndex.Builder.buildOnheap() |
| Constructor and Description |
|---|
IncrementalIndexAdapter(org.joda.time.Interval dataInterval,
IncrementalIndex<?> index,
BitmapFactory bitmapFactory) |
IncrementalIndexStorageAdapter(IncrementalIndex<?> index) |
Copyright © 2011–2017. All rights reserved.