public interface CloudCollectionsListener
ZkStateReader.registerCloudCollectionsListener(CloudCollectionsListener)
and called whenever the cloud's set of collections changes.void onChange(Set<String> oldCollections, Set<String> newCollections)
oldCollections - the previous set of collectionsnewCollections - the new set of collectionsCopyright © 2006–2022 The Apache Software Foundation. All rights reserved.