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.cloud.autoscaling Package for classes related to autoscalingorg.apache.solr.core Core classes implementing Solr internals and the management ofSolrCore
s -
-
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, CurrentCoreDescriptorProvider registerOnReconnect)
-
Uses of CloudConfig in org.apache.solr.cloud.autoscaling
Constructors in org.apache.solr.cloud.autoscaling with parameters of type CloudConfig Constructor Description OverseerTriggerThread(SolrResourceLoader loader, SolrCloudManager cloudManager, CloudConfig cloudConfig)
-
Uses of CloudConfig in org.apache.solr.core
Methods in org.apache.solr.core that return CloudConfig Modifier and Type Method Description CloudConfig
CloudConfig.CloudConfigBuilder. build()
CloudConfig
NodeConfig. getCloudConfig()
Methods in org.apache.solr.core with parameters of type CloudConfig Modifier and Type Method Description void
ZkContainer. initZooKeeper(CoreContainer cc, String solrHome, CloudConfig config)
NodeConfig.NodeConfigBuilder
NodeConfig.NodeConfigBuilder. setCloudConfig(CloudConfig cloudConfig)
-