| 
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Packages that use ClusterState | |
|---|---|
| org.apache.solr.common.cloud | Common Solr Cloud and ZooKeeper related classes reused on both clients & server. | 
| Uses of ClusterState in org.apache.solr.common.cloud | 
|---|
| Methods in org.apache.solr.common.cloud that return ClusterState | |
|---|---|
 ClusterState | 
ClusterState.copyWith(Map<String,DocCollection> modified)
 | 
 ClusterState | 
ZkStateReader.getClusterState()
 | 
static ClusterState | 
ClusterState.load(Integer version,
     byte[] bytes,
     Set<String> liveNodes,
     ZkStateReader stateReader)
Create ClusterState from json string that is typically stored in zookeeper.  | 
static ClusterState | 
ClusterState.load(SolrZkClient zkClient,
     Set<String> liveNodes,
     ZkStateReader stateReader)
Create ClusterState by reading the current state from zookeeper.  | 
  | 
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||