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.cloudMethods 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.
 
-