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) |
public SpecificSegmentQueryRunner(QueryRunner<T> base, SpecificSegmentSpec specificSpec)
Copyright © 2011–2016. All rights reserved.