Uses of Class
org.apache.solr.common.cloud.ClusterState

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 ZkStateReader.getClusterState()
           
static ClusterState ClusterState.load(Integer version, byte[] bytes, Set<String> liveNodes)
          Create ClusterState from json string that is typically stored in zookeeper.
static ClusterState ClusterState.load(SolrZkClient zkClient, Set<String> liveNodes)
          Create ClusterState by reading the current state from zookeeper.
 



Copyright © 2000-2013 Apache Software Foundation. All Rights Reserved.