Uses of Interface
org.apache.solr.common.cloud.CollectionPropsWatcher
-
Packages that use CollectionPropsWatcher Package Description org.apache.solr.common.cloud Common Solr Cloud and ZooKeeper related classes reused on both clients & server. -
-
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
ZkStateReader. registerCollectionPropsWatcher(String collection, CollectionPropsWatcher propsWatcher)
void
ZkStateReader. removeCollectionPropsWatcher(String collection, CollectionPropsWatcher watcher)
-