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 indexed
andresult 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 interface
DistribStateManager
This interface represents a distributed state repository.interface
NodeStateProvider
This interface models the access to node and replica information.interface
SolrCloudManager
This 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 class
DelegatingCloudManager
Base class for overriding some behavior ofSolrCloudManager
.class
DelegatingClusterStateProvider
Base class for overriding some behavior ofClusterStateProvider
class
DelegatingDistribStateManager
class
DelegatingNodeStateProvider
Base 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 interface
ClusterStateProvider
Classes in org.apache.solr.client.solrj.impl that implement SolrCloseable Modifier and Type Class Description class
BaseHttpClusterStateProvider
class
Http2ClusterStateProvider
class
HttpClusterStateProvider
class
SolrClientCloudManager
Class that implementsSolrCloudManager
using a SolrClientclass
SolrClientNodeStateProvider
class
ZkClientClusterStateProvider
class
ZkDistribStateManager
Implementation ofDistribStateManager
that 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 class
ZkStateReader
-
Uses of SolrCloseable in org.apache.solr.common.util
Classes in org.apache.solr.common.util that implement SolrCloseable Modifier and Type Class Description class
ObjectCache
Simple object cache with a type-safe accessor.
-