Package | Description |
---|---|
io.druid.indexing.firehose | |
io.druid.query | |
io.druid.query.groupby | |
io.druid.query.timeseries | |
io.druid.query.topn | |
io.druid.segment | |
io.druid.segment.incremental |
Constructor and Description |
---|
IngestSegmentFirehoseFactory.IngestSegmentFirehose(List<StorageAdapter> adapters,
List<String> dims,
List<String> metrics) |
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 |
Copyright © 2015. All rights reserved.