Uses of Interface
org.apache.solr.common.cloud.DocCollectionWatcher
-
Packages that use DocCollectionWatcher 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. -
-
Uses of DocCollectionWatcher in org.apache.solr.client.solrj.impl
Methods in org.apache.solr.client.solrj.impl with parameters of type DocCollectionWatcher Modifier and Type Method Description voidCloudSolrClient. registerDocCollectionWatcher(String collection, DocCollectionWatcher watcher)Register a DocCollectionWatcher to be called when the cluster state for a collection changes. -
Uses of DocCollectionWatcher in org.apache.solr.common.cloud
Methods in org.apache.solr.common.cloud with parameters of type DocCollectionWatcher Modifier and Type Method Description voidZkStateReader. registerDocCollectionWatcher(String collection, DocCollectionWatcher stateWatcher)Register a DocCollectionWatcher to be called when the cluster state for a collection changes.voidZkStateReader. removeDocCollectionWatcher(String collection, DocCollectionWatcher watcher)Remove a watcher from a collection's watch list.
-