Uses of Class
org.apache.druid.curator.DruidConnectionStateListener
-
Packages that use DruidConnectionStateListener Package Description org.apache.druid.curator -
-
Uses of DruidConnectionStateListener in org.apache.druid.curator
Methods in org.apache.druid.curator that return DruidConnectionStateListener Modifier and Type Method Description DruidConnectionStateListenerCuratorModule. makeConnectionStateListener(org.apache.druid.java.util.emitter.service.ServiceEmitter emitter)Provide an instance ofDruidConnectionStateListenerfor monitoring connection state.Methods in org.apache.druid.curator with parameters of type DruidConnectionStateListener Modifier and Type Method Description org.apache.curator.framework.CuratorFrameworkCuratorModule. makeCurator(ZkEnablementConfig zkEnablementConfig, CuratorConfig config, DruidConnectionStateListener connectionStateListener, org.apache.druid.java.util.emitter.service.ServiceEmitter emitter, org.apache.druid.java.util.common.lifecycle.Lifecycle lifecycle)Provide the Curator framework via Guice, integrated with the Druid lifecycle.
-