Package | Description |
---|---|
org.apache.solr.client.solrj.util | |
org.apache.solr.common.cloud |
Modifier and Type | Method and Description |
---|---|
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) |
Modifier and Type | Method and Description |
---|---|
Slice |
ClusterState.getSlice(String collection,
String slice)
Get the index Slice for collection.
|
Modifier and Type | Method and Description |
---|---|
Map<String,Map<String,Slice>> |
ClusterState.getCollectionStates() |
Map<String,Slice> |
ClusterState.getSlices(String collection)
Get all slices for collection.
|
Constructor and Description |
---|
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.