public interface QueryRunner<T>
Modifier and Type | Method and Description |
---|---|
default Sequence<T> |
run(QueryPlus<T> queryPlus) |
Sequence<T> |
run(QueryPlus<T> queryPlus,
ResponseContext responseContext)
Runs the given query and returns results in a time-ordered sequence.
|
Copyright © 2011–2023 The Apache Software Foundation. All rights reserved.