Uses of Class
org.apache.solr.core.CloudConfig
Packages that use CloudConfig
Package
Description
Classes for dealing with ZooKeeper when operating in SolrCloud mode.
Core classes implementing Solr internals and the management of
SolrCoresCommonly used classes for Solr security framework.
-
Uses of CloudConfig in org.apache.solr.cloud
Constructors in org.apache.solr.cloud with parameters of type CloudConfigModifierConstructorDescriptionOverseer(HttpShardHandler shardHandler, UpdateShardHandler updateShardHandler, String adminPath, org.apache.solr.common.cloud.ZkStateReader reader, ZkController zkController, CloudConfig config) ZkController(CoreContainer cc, String zkServerAddress, int zkClientConnectTimeout, CloudConfig cloudConfig) -
Uses of CloudConfig in org.apache.solr.core
Methods in org.apache.solr.core that return CloudConfigModifier and TypeMethodDescriptionCloudConfig.CloudConfigBuilder.build()NodeConfig.getCloudConfig()Methods in org.apache.solr.core with parameters of type CloudConfigModifier and TypeMethodDescriptionvoidZkContainer.initZooKeeper(CoreContainer cc, CloudConfig config) NodeConfig.NodeConfigBuilder.setCloudConfig(CloudConfig cloudConfig) -
Uses of CloudConfig in org.apache.solr.security
Constructors in org.apache.solr.security with parameters of type CloudConfig