Class SolrClusterDiscoveryClientImpl

java.lang.Object
com.lucidworks.cloud.api.solr.SolrClusterDiscoveryClientImpl
All Implemented Interfaces:
SolrClusterDiscoveryClient

public class SolrClusterDiscoveryClientImpl extends Object implements SolrClusterDiscoveryClient
Discovery client for Search Solr clusters. Monitors STORE_PATH directory in ZK. After discovering a change in a cluster entry, it will inform its listeners so new Solr cloud clients can be created or removed.
  • Field Details

  • Constructor Details

    • SolrClusterDiscoveryClientImpl

      @Autowired public SolrClusterDiscoveryClientImpl(org.apache.curator.framework.CuratorFramework curator, com.fasterxml.jackson.databind.ObjectMapper mapper, com.lucidworks.apollo.security.crypto.StringDecryptor decryptor, com.lucidworks.apollo.pipeline.schema.SchemaProcessorFactory schemaProcessorFactory)
  • Method Details