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.util |
Common utility classes reused on both clients & server.
|
Modifier and Type | Method and Description |
---|---|
DistribStateManager |
SolrCloudManager.getDistribStateManager() |
Modifier and Type | Class and Description |
---|---|
class |
DelegatingDistribStateManager
Deprecated.
to be removed in Solr 9.0 (see SOLR-14656)
|
Modifier and Type | Method and Description |
---|---|
DistribStateManager |
DelegatingCloudManager.getDistribStateManager()
Deprecated.
|
Constructor and Description |
---|
DelegatingDistribStateManager(DistribStateManager delegate)
Deprecated.
|
Modifier and Type | Class and Description |
---|---|
class |
ZkDistribStateManager
Implementation of
DistribStateManager that uses Zookeeper. |
Modifier and Type | Method and Description |
---|---|
DistribStateManager |
SolrClientCloudManager.getDistribStateManager() |
Modifier and Type | Method and Description |
---|---|
static Map<String,Object> |
Utils.getJson(DistribStateManager distribStateManager,
String path) |
Copyright © 2000-2021 Apache Software Foundation. All Rights Reserved.