Uses of Class
org.apache.druid.curator.DruidConnectionStateListener
Packages that use DruidConnectionStateListener
-
Uses of DruidConnectionStateListener in org.apache.druid.curator
Methods in org.apache.druid.curator that return DruidConnectionStateListenerModifier and TypeMethodDescriptionCuratorModule.makeConnectionStateListener(ServiceEmitter emitter) Provide an instance ofDruidConnectionStateListenerfor monitoring connection state.Methods in org.apache.druid.curator with parameters of type DruidConnectionStateListenerModifier and TypeMethodDescriptionorg.apache.curator.framework.CuratorFrameworkCuratorModule.makeCurator(ZkEnablementConfig zkEnablementConfig, CuratorConfig config, DruidConnectionStateListener connectionStateListener, ServiceEmitter emitter, Lifecycle lifecycle) Provide the Curator framework via Guice, integrated with the Druid lifecycle.