| Modifier and Type | Method and Description | 
|---|---|
static <T> Sequence<Result<T>> | 
QueryRunnerHelper.makeCursorBasedQuery(StorageAdapter adapter,
                    List<org.joda.time.Interval> queryIntervals,
                    Filter filter,
                    VirtualColumns virtualColumns,
                    boolean descending,
                    Granularity granularity,
                    com.google.common.base.Function<Cursor,Result<T>> mapFn)  | 
| Modifier and Type | Method and Description | 
|---|---|
Sequence<Row> | 
GroupByQueryEngine.process(GroupByQuery query,
       StorageAdapter storageAdapter)  | 
| Modifier and Type | Method and Description | 
|---|---|
static Sequence<Row> | 
GroupByQueryEngineV2.process(GroupByQuery query,
       StorageAdapter storageAdapter,
       NonBlockingPool<ByteBuffer> intermediateResultsBufferPool,
       GroupByQueryConfig config)  | 
| Modifier and Type | Method and Description | 
|---|---|
Sequence<Row> | 
GroupByStrategyV2.process(GroupByQuery query,
       StorageAdapter storageAdapter)  | 
Sequence<Row> | 
GroupByStrategyV1.process(GroupByQuery query,
       StorageAdapter storageAdapter)  | 
Sequence<Row> | 
GroupByStrategy.process(GroupByQuery query,
       StorageAdapter storageAdapter)  | 
| Modifier and Type | Method and Description | 
|---|---|
Sequence<Result<TimeseriesResultValue>> | 
TimeseriesQueryEngine.process(TimeseriesQuery query,
       StorageAdapter adapter)  | 
| Modifier and Type | Method and Description | 
|---|---|
Sequence<Result<TopNResultValue>> | 
TopNQueryEngine.query(TopNQuery query,
     StorageAdapter adapter,
     TopNQueryMetrics queryMetrics)  | 
| 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 | Method and Description | 
|---|---|
ColumnCapabilities | 
VirtualColumns.getColumnCapabilitiesWithFallback(StorageAdapter adapter,
                                 String columnName)  | 
| 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–2018. All rights reserved.