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 CloudState.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>> CloudState.getCollectionStates()
           
 Map<String,Slice> CloudState.getSlices(String collection)
          Get all slices for collection.
 

Constructor parameters in org.apache.solr.common.cloud with type arguments of type Slice
CloudState(Set<String> liveNodes, Map<String,Map<String,Slice>> collectionStates)
           
 



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