public interface CollectionPropsWatcher
ZkStateReader.registerCollectionPropsWatcher(String, CollectionPropsWatcher)
and called whenever the collection properties change.Modifier and Type | Method and Description |
---|---|
boolean |
onStateChanged(Map<String,String> collectionProperties)
Called when the collection properties we are registered against has a change of state
Note that, due to the way Zookeeper watchers are implemented, a single call may be
the result of several state changes
|
boolean onStateChanged(Map<String,String> collectionProperties)
collectionProperties
- the new collection propertiesCopyright © 2000-2020 Apache Software Foundation. All Rights Reserved.