Class BrokerViewOfCoordinatorConfig

java.lang.Object
org.apache.druid.client.BrokerViewOfCoordinatorConfig
All Implemented Interfaces:
HistoricalFilter

public class BrokerViewOfCoordinatorConfig extends Object implements HistoricalFilter
Broker view of the coordinator dynamic configuration, and its derived values such as target and source clone servers. This class is registered as a managed lifecycle to fetch the coordinator dynamic configuration on startup. Further updates are handled through BrokerDynamicConfigResource.
  • Constructor Details

    • BrokerViewOfCoordinatorConfig

      @Inject public BrokerViewOfCoordinatorConfig(com.fasterxml.jackson.databind.ObjectMapper jsonMapper, ServiceClientFactory clientFactory, ServiceLocator serviceLocator)
    • BrokerViewOfCoordinatorConfig

      public BrokerViewOfCoordinatorConfig(CoordinatorClient coordinatorClient)
  • Method Details