Uses of Interface
org.apache.solr.common.SolrCloseable
-
Packages that use SolrCloseable Package Description org.apache.solr.client.solrj.cloud Common classes for SolrCloud.org.apache.solr.client.solrj.cloud.autoscaling Common classes for autoscaling parsing filtering nodes and sortingorg.apache.solr.client.solrj.impl Concrete implementations of client API classes.org.apache.solr.common Common classes reused on both clients & server for dealing withdocuments to be indexedandresult documents.org.apache.solr.common.cloud Common Solr Cloud and ZooKeeper related classes reused on both clients & server.org.apache.solr.common.util Common utility classes reused on both clients & server. -
-
Uses of SolrCloseable in org.apache.solr.client.solrj.cloud
Subinterfaces of SolrCloseable in org.apache.solr.client.solrj.cloud Modifier and Type Interface Description interfaceDistribStateManagerThis interface represents a distributed state repository.interfaceNodeStateProviderThis interface models the access to node and replica information.interfaceSolrCloudManagerThis interface abstracts the access to a SolrCloud cluster, including interactions with Zookeeper, Solr and generic HTTP calls. -
Uses of SolrCloseable in org.apache.solr.client.solrj.cloud.autoscaling
Classes in org.apache.solr.client.solrj.cloud.autoscaling that implement SolrCloseable Modifier and Type Class Description classDelegatingCloudManagerBase class for overriding some behavior ofSolrCloudManager.classDelegatingClusterStateProviderBase class for overriding some behavior ofClusterStateProviderclassDelegatingDistribStateManagerclassDelegatingNodeStateProviderBase class for overriding some behavior ofNodeStateProvider. -
Uses of SolrCloseable in org.apache.solr.client.solrj.impl
Subinterfaces of SolrCloseable in org.apache.solr.client.solrj.impl Modifier and Type Interface Description interfaceClusterStateProviderClasses in org.apache.solr.client.solrj.impl that implement SolrCloseable Modifier and Type Class Description classBaseHttpClusterStateProviderclassHttp2ClusterStateProviderclassHttpClusterStateProviderclassSolrClientCloudManagerClass that implementsSolrCloudManagerusing a SolrClientclassSolrClientNodeStateProviderThe realNodeStateProvider, which communicates with Solr via SolrJ.classZkClientClusterStateProviderclassZkDistribStateManagerImplementation ofDistribStateManagerthat uses Zookeeper. -
Uses of SolrCloseable in org.apache.solr.common
Constructors in org.apache.solr.common with parameters of type SolrCloseable Constructor Description SolrCloseableLatch(int count, SolrCloseable closeable) -
Uses of SolrCloseable in org.apache.solr.common.cloud
Classes in org.apache.solr.common.cloud that implement SolrCloseable Modifier and Type Class Description classNodesSysPropsCacherCaching other nodes system properties.classZkStateReader -
Uses of SolrCloseable in org.apache.solr.common.util
Classes in org.apache.solr.common.util that implement SolrCloseable Modifier and Type Class Description classObjectCacheSimple object cache with a type-safe accessor.
-