Uses of Interface
org.apache.solr.common.cloud.DocCollectionWatcher
-
Packages that use DocCollectionWatcher Package Description org.apache.solr.common.cloud -
-
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 void
ZkStateReader. registerDocCollectionWatcher(String collection, DocCollectionWatcher docCollectionWatcher)
Register a DocCollectionWatcher to be called when the cluster state for a collection changes.void
ZkStateReader. removeDocCollectionWatcher(String collection, DocCollectionWatcher watcher)
Remove a watcher from a collection's watch list.
-