public class ReferenceCountingSegmentQueryRunner<T> extends Object implements QueryRunner<T>
| Constructor and Description |
|---|
ReferenceCountingSegmentQueryRunner(QueryRunnerFactory<T,Query<T>> factory,
ReferenceCountingSegment adapter) |
| Modifier and Type | Method and Description |
|---|---|
com.metamx.common.guava.Sequence<T> |
run(Query<T> query,
Map<String,Object> responseContext) |
public ReferenceCountingSegmentQueryRunner(QueryRunnerFactory<T,Query<T>> factory, ReferenceCountingSegment adapter)
Copyright © 2011–2016. All rights reserved.