Uses of Interface
org.apache.solr.common.cloud.DocCollectionWatcher
Packages that use DocCollectionWatcher
-
Uses of DocCollectionWatcher in org.apache.solr.common.cloud
Methods in org.apache.solr.common.cloud with parameters of type DocCollectionWatcherModifier and TypeMethodDescriptionvoidZkStateReader.registerDocCollectionWatcher(String collection, DocCollectionWatcher docCollectionWatcher) 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.