| Package | Description |
|---|---|
| io.druid.query | |
| io.druid.query.groupby | |
| io.druid.query.timeseries | |
| io.druid.query.topn | |
| io.druid.segment | |
| io.druid.segment.incremental | |
| io.druid.segment.realtime.firehose |
| Modifier and Type | Method and Description |
|---|---|
static <T> com.metamx.common.guava.Sequence<Result<T>> |
QueryRunnerHelper.makeCursorBasedQuery(StorageAdapter adapter,
List<org.joda.time.Interval> queryIntervals,
Filter filter,
QueryGranularity granularity,
com.google.common.base.Function<Cursor,Result<T>> mapFn) |
| Modifier and Type | Method and Description |
|---|---|
com.metamx.common.guava.Sequence<io.druid.data.input.Row> |
GroupByQueryEngine.process(GroupByQuery query,
StorageAdapter storageAdapter) |
| Modifier and Type | Method and Description |
|---|---|
com.metamx.common.guava.Sequence<Result<TimeseriesResultValue>> |
TimeseriesQueryEngine.process(TimeseriesQuery query,
StorageAdapter adapter) |
| Modifier and Type | Method and Description |
|---|---|
com.metamx.common.guava.Sequence<Result<TopNResultValue>> |
TopNQueryEngine.query(TopNQuery query,
StorageAdapter adapter) |
| Modifier and Type | Class and Description |
|---|---|
class |
QueryableIndexStorageAdapter |
| Modifier and Type | Method and Description |
|---|---|
StorageAdapter |
Segment.asStorageAdapter() |
StorageAdapter |
ReferenceCountingSegment.asStorageAdapter() |
StorageAdapter |
QueryableIndexSegment.asStorageAdapter() |
StorageAdapter |
IncrementalIndexSegment.asStorageAdapter() |
| Modifier and Type | Class and Description |
|---|---|
class |
IncrementalIndexStorageAdapter |
| Modifier and Type | Method and Description |
|---|---|
StorageAdapter |
WindowedStorageAdapter.getAdapter() |
| Constructor and Description |
|---|
WindowedStorageAdapter(StorageAdapter adapter,
org.joda.time.Interval interval) |
Copyright © 2011–2015. All rights reserved.