public class ReferenceCountingSegmentQueryRunner<T> extends Object implements QueryRunner<T>
Constructor and Description |
---|
ReferenceCountingSegmentQueryRunner(QueryRunnerFactory<T,Query<T>> factory,
SegmentReference segment,
SegmentDescriptor descriptor) |
Modifier and Type | Method and Description |
---|---|
Sequence<T> |
run(QueryPlus<T> queryPlus,
ResponseContext responseContext)
Runs the given query and returns results in a time-ordered sequence.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
run
public ReferenceCountingSegmentQueryRunner(QueryRunnerFactory<T,Query<T>> factory, SegmentReference segment, SegmentDescriptor descriptor)
public Sequence<T> run(QueryPlus<T> queryPlus, ResponseContext responseContext)
QueryRunner
run
in interface QueryRunner<T>
Copyright © 2011–2021 The Apache Software Foundation. All rights reserved.