| Package | Description |
|---|---|
| org.apache.druid.curator |
| Modifier and Type | Method and Description |
|---|---|
static CuratorConfig |
CuratorConfig.create(String hosts) |
| Modifier and Type | Method and Description |
|---|---|
static org.apache.curator.framework.CuratorFramework |
CuratorModule.createCurator(CuratorConfig config,
org.apache.curator.ensemble.EnsembleProvider ensembleProvider)
Create the Curator framework outside of Guice given the ZK config.
|
static org.apache.curator.ensemble.EnsembleProvider |
CuratorModule.createEnsembleProvider(CuratorConfig config,
ExhibitorConfig exConfig)
Create an EnsembleProvider given the related configurations.
|
org.apache.curator.framework.CuratorFramework |
CuratorModule.makeCurator(ZkEnablementConfig zkEnablementConfig,
CuratorConfig config,
org.apache.curator.ensemble.EnsembleProvider ensembleProvider,
Lifecycle lifecycle)
Provide the Curator framework via Guice, integrated with the Druid lifecycle.
|
org.apache.curator.ensemble.EnsembleProvider |
CuratorModule.makeEnsembleProvider(CuratorConfig config,
ExhibitorConfig exConfig)
Provide an EnsembleProvider via Guice configuration.
|
Copyright © 2011–2022 The Apache Software Foundation. All rights reserved.