public class SpecificSegmentQueryRunner<T> extends Object implements QueryRunner<T>
| Constructor and Description |
|---|
SpecificSegmentQueryRunner(QueryRunner<T> base,
SpecificSegmentSpec specificSpec) |
| Modifier and Type | Method and Description |
|---|---|
com.metamx.common.guava.Sequence<T> |
run(Query<T> input,
Map<String,Object> responseContext)
Runs the given query and returns results in a time-ordered sequence
|
public SpecificSegmentQueryRunner(QueryRunner<T> base, SpecificSegmentSpec specificSpec)
public com.metamx.common.guava.Sequence<T> run(Query<T> input, Map<String,Object> responseContext)
QueryRunnerrun in interface QueryRunner<T>Copyright © 2011–2016. All rights reserved.