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

Packages that use Slice
org.apache.solr.client.solrj.util   
org.apache.solr.common.cloud   
 

Uses of Slice in org.apache.solr.client.solrj.util
 

Method parameters in org.apache.solr.client.solrj.util with type arguments of type Slice
static void ClientUtils.appendMap(String collection, Map<String,Slice> map1, Map<String,Slice> map2)
           
static void ClientUtils.appendMap(String collection, Map<String,Slice> map1, Map<String,Slice> map2)
           
 

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

Methods in org.apache.solr.common.cloud that return Slice
 Slice ClusterState.getSlice(String collection, String slice)
          Get the index Slice for collection.
 

Methods in org.apache.solr.common.cloud that return types with arguments of type Slice
 Map<String,Map<String,Slice>> ClusterState.getCollectionStates()
           
 Map<String,Slice> ClusterState.getSlices(String collection)
          Get all slices for collection.
 

Constructor parameters in org.apache.solr.common.cloud with type arguments of type Slice
ClusterState(Integer zkClusterStateVersion, Set<String> liveNodes, Map<String,Map<String,Slice>> collectionStates)
          Use this constr when ClusterState is meant for consumption.
ClusterState(Set<String> liveNodes, Map<String,Map<String,Slice>> collectionStates)
          Use this constr when ClusterState is meant for publication.
 



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