public class TimeseriesQueryEngine extends Object
| Constructor and Description |
|---|
TimeseriesQueryEngine()
Constructor for tests.
|
TimeseriesQueryEngine(com.google.common.base.Supplier<QueryConfig> queryConfigSupplier,
NonBlockingPool<ByteBuffer> bufferPool) |
| Modifier and Type | Method and Description |
|---|---|
Sequence<Result<TimeseriesResultValue>> |
process(TimeseriesQuery query,
StorageAdapter adapter)
Run a single-segment, single-interval timeseries query on a particular adapter.
|
public TimeseriesQueryEngine()
@Inject public TimeseriesQueryEngine(com.google.common.base.Supplier<QueryConfig> queryConfigSupplier, NonBlockingPool<ByteBuffer> bufferPool)
public Sequence<Result<TimeseriesResultValue>> process(TimeseriesQuery query, StorageAdapter adapter)
Copyright © 2011–2020 The Apache Software Foundation. All rights reserved.