Uses of Class
org.apache.solr.common.cloud.ClusterState
-
Packages that use ClusterState Package Description 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.cloud Common Solr Cloud and ZooKeeper related classes reused on both clients & server. -
-
Uses of ClusterState in org.apache.solr.client.solrj.cloud.autoscaling
Methods in org.apache.solr.client.solrj.cloud.autoscaling that return ClusterState Modifier and Type Method Description ClusterState
DelegatingClusterStateProvider. getClusterState()
-
Uses of ClusterState in org.apache.solr.client.solrj.impl
Methods in org.apache.solr.client.solrj.impl that return ClusterState Modifier and Type Method Description ClusterState
BaseHttpClusterStateProvider. getClusterState()
ClusterState
ClusterStateProvider. getClusterState()
Obtain the current cluster state.ClusterState
ZkClientClusterStateProvider. getClusterState()
-
Uses of ClusterState in org.apache.solr.common.cloud
Fields in org.apache.solr.common.cloud declared as ClusterState Modifier and Type Field Description protected ClusterState
ZkStateReader. clusterState
A view of the current state of all collections; combines all the different state sources into a single view.Methods in org.apache.solr.common.cloud that return ClusterState Modifier and Type Method Description ClusterState
ClusterState. copyWith(String collectionName, DocCollection collection)
Returns a new cluster state object modified with the given collection.ClusterState
ZkStateReader. getClusterState()
static ClusterState
ClusterState. load(Integer version, byte[] bytes, Set<String> liveNodes)
static ClusterState
ClusterState. load(Integer version, byte[] bytes, Set<String> liveNodes, String znode)
Create ClusterState from json string that is typically stored in zookeeper.static ClusterState
ClusterState. load(Integer version, Map<String,Object> stateMap, Set<String> liveNodes, String znode)
-