Uses of Interface
org.apache.solr.common.cloud.CollectionPropsWatcher
- 
Packages that use CollectionPropsWatcher Package Description org.apache.solr.common.cloud 
- 
- 
Uses of CollectionPropsWatcher in org.apache.solr.common.cloudMethods in org.apache.solr.common.cloud with parameters of type CollectionPropsWatcher Modifier and Type Method Description voidCollectionPropertiesZkStateReader. registerCollectionPropsWatcher(String collection, CollectionPropsWatcher propsWatcher)voidZkStateReader. registerCollectionPropsWatcher(String collection, CollectionPropsWatcher propsWatcher)voidCollectionPropertiesZkStateReader. removeCollectionPropsWatcher(String collection, CollectionPropsWatcher watcher)voidZkStateReader. removeCollectionPropsWatcher(String collection, CollectionPropsWatcher watcher)
 
-