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

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

Uses of ClusterState in org.apache.solr.cloud
 

Methods in org.apache.solr.cloud that return ClusterState
 ClusterState ZkController.getClusterState()
           
 

Methods in org.apache.solr.cloud with parameters of type ClusterState
static String AssignShard.assignShard(String collection, ClusterState state, Integer numShards)
          Assign a new unique id up to slices count - then add replicas evenly.
 

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-2012 Apache Software Foundation. All Rights Reserved.