Uses of Interface
org.apache.solr.common.cloud.CloudCollectionsListener
-
Packages that use CloudCollectionsListener Package Description org.apache.solr.common.cloud Common Solr Cloud and ZooKeeper related classes reused on both clients & server. -
-
Uses of CloudCollectionsListener in org.apache.solr.common.cloud
Methods in org.apache.solr.common.cloud with parameters of type CloudCollectionsListener Modifier and Type Method Description voidZkStateReader. registerCloudCollectionsListener(CloudCollectionsListener cloudCollectionsListener)Register a CloudCollectionsListener to be called when the set of collections within a cloud changes.voidZkStateReader. removeCloudCollectionsListener(CloudCollectionsListener cloudCollectionsListener)Remove a registered CloudCollectionsListener.
-