Uses of Interface
org.apache.solr.common.cloud.CollectionStateWatcher
- 
Packages that use CollectionStateWatcher Package Description org.apache.solr.common.cloud 
- 
- 
Uses of CollectionStateWatcher in org.apache.solr.common.cloudMethods in org.apache.solr.common.cloud with parameters of type CollectionStateWatcher Modifier and Type Method Description voidZkStateReader. registerCollectionStateWatcher(String collection, CollectionStateWatcher stateWatcher)Register a CollectionStateWatcher to be called when the state of a collection changes or the set of live nodes changes.voidZkStateReader. removeCollectionStateWatcher(String collection, CollectionStateWatcher watcher)Remove a watcher from a collection's watch list.
 
-