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 sorting
|
org.apache.solr.client.solrj.impl |
Concrete implementations of client API classes.
|
org.apache.solr.common |
Common classes reused on both clients & server for dealing with
documents to be indexed and result 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.
|
Modifier and Type | Interface and 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.
|
Modifier and Type | Class and Description |
---|---|
class |
DelegatingCloudManager
Base class for overriding some behavior of
SolrCloudManager . |
class |
DelegatingClusterStateProvider
Base class for overriding some behavior of
ClusterStateProvider |
class |
DelegatingDistribStateManager |
class |
DelegatingNodeStateProvider
Base class for overriding some behavior of
NodeStateProvider . |
Modifier and Type | Interface and Description |
---|---|
interface |
ClusterStateProvider |
Modifier and Type | Class and Description |
---|---|
class |
BaseHttpClusterStateProvider |
class |
Http2ClusterStateProvider |
class |
HttpClusterStateProvider |
class |
SolrClientCloudManager
Class that implements
SolrCloudManager using a SolrClient |
class |
SolrClientNodeStateProvider
The real
NodeStateProvider , which communicates with Solr via SolrJ. |
class |
ZkClientClusterStateProvider |
class |
ZkDistribStateManager
Implementation of
DistribStateManager that uses Zookeeper. |
Constructor and Description |
---|
SolrCloseableLatch(int count,
SolrCloseable closeable) |
Modifier and Type | Class and Description |
---|---|
class |
NodesSysPropsCacher
Caching other nodes system properties.
|
class |
ZkStateReader |
Modifier and Type | Class and Description |
---|---|
class |
ObjectCache
Simple object cache with a type-safe accessor.
|
Copyright © 2000-2020 Apache Software Foundation. All Rights Reserved.