| 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 | CloudSolrClient. registerCollectionStateWatcher(String collection,
                              CollectionStateWatcher watcher)Register a CollectionStateWatcher to be called when the cluster state for a collection changes
 Note that the watcher is unregistered after it has been called once. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | ZkStateReader. registerCollectionStateWatcher(String collection,
                              CollectionStateWatcher stateWatcher)Register a CollectionStateWatcher to be called when the state of a collection changes | 
| void | ZkStateReader. removeCollectionStateWatcher(String collection,
                            CollectionStateWatcher watcher)Remove a watcher from a collection's watch list. | 
Copyright © 2000-2016 Apache Software Foundation. All Rights Reserved.