Uses of Class
org.apache.solr.core.CloudConfig
-
Packages that use CloudConfig Package Description org.apache.solr.cloud Classes for dealing with ZooKeeper when operating in SolrCloud mode.org.apache.solr.core Core classes implementing Solr internals and the management ofSolrCoresorg.apache.solr.security Commonly used classes for Solr security framework. -
-
Uses of CloudConfig in org.apache.solr.cloud
Constructors in org.apache.solr.cloud with parameters of type CloudConfig Constructor Description Overseer(HttpShardHandler shardHandler, UpdateShardHandler updateShardHandler, String adminPath, ZkStateReader reader, ZkController zkController, CloudConfig config)ZkController(CoreContainer cc, String zkServerAddress, int zkClientConnectTimeout, CloudConfig cloudConfig, Supplier<List<CoreDescriptor>> descriptorsSupplier) -
Uses of CloudConfig in org.apache.solr.core
Methods in org.apache.solr.core that return CloudConfig Modifier and Type Method Description CloudConfigCloudConfig.CloudConfigBuilder. build()CloudConfigNodeConfig. getCloudConfig()Methods in org.apache.solr.core with parameters of type CloudConfig Modifier and Type Method Description voidZkContainer. initZooKeeper(CoreContainer cc, CloudConfig config)NodeConfig.NodeConfigBuilderNodeConfig.NodeConfigBuilder. setCloudConfig(CloudConfig cloudConfig) -
Uses of CloudConfig in org.apache.solr.security
Constructors in org.apache.solr.security with parameters of type CloudConfig Constructor Description PublicKeyHandler(CloudConfig config)
-