Class ServerManager.ResourceManagingQueryRunner<T>

java.lang.Object
org.apache.druid.server.coordination.ServerManager.ResourceManagingQueryRunner<T>
All Implemented Interfaces:
QueryRunner<T>
Enclosing class:
ServerManager

public final class ServerManager.ResourceManagingQueryRunner<T> extends Object implements QueryRunner<T>
QueryRunner that on run builds a set of QueryRunner for a set of SegmentDescriptor and merges them using the QueryToolChest. The VersionedIntervalTimeline provides segment references, which are registered with a closer as they are acquired, and then released in the baggage of merged result Sequence