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.cloud
Methods in org.apache.solr.common.cloud with parameters of type CollectionPropsWatcher Modifier and Type Method Description void
CollectionPropertiesZkStateReader. registerCollectionPropsWatcher(String collection, CollectionPropsWatcher propsWatcher)
void
ZkStateReader. registerCollectionPropsWatcher(String collection, CollectionPropsWatcher propsWatcher)
void
CollectionPropertiesZkStateReader. removeCollectionPropsWatcher(String collection, CollectionPropsWatcher watcher)
void
ZkStateReader. removeCollectionPropsWatcher(String collection, CollectionPropsWatcher watcher)
-