Package | Description |
---|---|
org.apache.solr.client.solrj.impl |
Concrete implementations of client API classes.
|
org.apache.solr.common.cloud |
Common Solr Cloud and ZooKeeper related classes reused on both clients & server.
|
Modifier and Type | Method and Description |
---|---|
void |
BaseCloudSolrClient.registerDocCollectionWatcher(String collection,
DocCollectionWatcher watcher)
Register a DocCollectionWatcher to be called when the cluster state for a collection changes.
|
Modifier and Type | Method and Description |
---|---|
void |
ZkStateReader.registerDocCollectionWatcher(String collection,
DocCollectionWatcher stateWatcher)
Register a DocCollectionWatcher to be called when the state of a collection changes
|
void |
ZkStateReader.removeDocCollectionWatcher(String collection,
DocCollectionWatcher watcher)
Remove a watcher from a collection's watch list.
|
Copyright © 2000-2020 Apache Software Foundation. All Rights Reserved.