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

Packages that use CloudState
org.apache.solr.common.cloud   
 

Uses of CloudState in org.apache.solr.common.cloud
 

Methods in org.apache.solr.common.cloud that return CloudState
 CloudState ZkStateReader.getCloudState()
           
static CloudState CloudState.load(byte[] bytes, Set<String> liveNodes)
          Create CloudState from json string that is typically stored in zookeeper.
static CloudState CloudState.load(SolrZkClient zkClient, Set<String> liveNodes)
          Create CloudState by reading the current state from zookeeper.
 



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