Uses of Class
org.apache.solr.common.cloud.ClusterState
-
Packages that use ClusterState Package Description org.apache.solr.client.solrj.cloud Common classes for SolrCloud.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. -
-
Uses of ClusterState in org.apache.solr.client.solrj.cloud
Methods in org.apache.solr.client.solrj.cloud that return ClusterState Modifier and Type Method Description ClusterStateDelegatingClusterStateProvider. getClusterState()default ClusterStateSolrCloudManager. 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 ClusterStateBaseHttpClusterStateProvider. getClusterState()ClusterStateCloudSolrClient. getClusterState()ClusterStateClusterStateProvider. getClusterState()Obtain the current cluster state.ClusterStateZkClientClusterStateProvider. 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 ClusterStateZkStateReader. clusterStateA view of the current state of all collections.Methods in org.apache.solr.common.cloud that return ClusterState Modifier and Type Method Description ClusterStateClusterState. copyWith(String collectionName, DocCollection collection)Returns a new cluster state object modified with the given collection.static ClusterStateClusterState. createFromCollectionMap(int version, Map<String,Object> stateMap, Set<String> liveNodes)static ClusterStateClusterState. createFromJson(int version, byte[] bytes, Set<String> liveNodes)Create a ClusterState from Json.static ClusterStateClusterState. createFromJsonSupportingLegacyConfigName(int version, byte[] bytes, Set<String> liveNodes, String coll, SolrZkClient zkClient)Deprecated.ClusterStateZkStateReader. getClusterState()
-