Class CachingClusteredClient

java.lang.Object
org.apache.druid.client.CachingClusteredClient
All Implemented Interfaces:
QuerySegmentWalker

public class CachingClusteredClient extends Object implements QuerySegmentWalker
This is the class on the Broker that is responsible for making native Druid queries to a cluster of data servers. The main user of this class is ClientQuerySegmentWalker. In tests, its behavior is partially mimicked by TestClusterQuerySegmentWalker.