| Package | Description |
|---|---|
| org.apache.solr.client.solrj.cloud |
Common classes for SolrCloud.
|
| org.apache.solr.common.cloud |
Common Solr Cloud and ZooKeeper related classes reused on both clients & server.
|
| Modifier and Type | Method and Description |
|---|---|
default DocCollection.PrsSupplier |
DistribStateManager.getPrsSupplier(String collName) |
| Modifier and Type | Class and Description |
|---|---|
static class |
PerReplicaStates.LazyPrsSupplier |
| Modifier and Type | Method and Description |
|---|---|
DocCollection.PrsSupplier |
DocCollection.getPrsSupplier() |
| Modifier and Type | Method and Description |
|---|---|
static DocCollection |
ClusterState.collectionFromObjects(String name,
Map<String,Object> objs,
Integer version,
String znode,
DocCollection.PrsSupplier prsSupplier) |
static ClusterState |
ClusterState.load(Integer version,
byte[] bytes,
Set<String> liveNodes,
String znode,
DocCollection.PrsSupplier prsSupplier)
Create ClusterState from json string that is typically stored in zookeeper.
|
static ClusterState |
ClusterState.load(Integer version,
Map<String,Object> stateMap,
Set<String> liveNodes,
String znode,
DocCollection.PrsSupplier prsSupplier) |
| Constructor and Description |
|---|
DocCollection(String name,
Map<String,Slice> slices,
Map<String,Object> props,
DocRouter router,
int zkVersion,
String znode,
DocCollection.PrsSupplier prsSupplier) |
Copyright © 2000-2024 Apache Software Foundation. All Rights Reserved.