| Package | Description | 
|---|---|
| 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.cloud | 
 Common Solr Cloud and ZooKeeper related classes reused on both clients & server. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
ClusterState.CollectionRef | 
DelegatingClusterStateProvider.getState(String collection)  | 
| Modifier and Type | Method and Description | 
|---|---|
ClusterState.CollectionRef | 
HttpClusterStateProvider.getState(String collection)  | 
ClusterState.CollectionRef | 
ClusterStateProvider.getState(String collection)
Obtain the state of the collection (cluster status). 
 | 
ClusterState.CollectionRef | 
ZkClientClusterStateProvider.getState(String collection)  | 
| Modifier and Type | Method and Description | 
|---|---|
ClusterState.CollectionRef | 
ClusterState.getCollectionRef(String coll)  | 
| Modifier and Type | Method and Description | 
|---|---|
Map<String,ClusterState.CollectionRef> | 
ClusterState.getCollectionStates()
Be aware that this may return collections which may not exist now. 
 | 
| Constructor and Description | 
|---|
ClusterState(Set<String> liveNodes,
            Map<String,ClusterState.CollectionRef> collectionStates,
            Integer znodeVersion)
Use this if all the collection states are not readily available and some needs to be lazily loaded 
 | 
Copyright © 2000-2018 Apache Software Foundation. All Rights Reserved.