public interface INodeHandler
| 限定符和类型 | 方法和说明 |
|---|---|
void |
handler(org.apache.curator.framework.CuratorFramework client,
org.apache.curator.framework.recipes.cache.PathChildrenCacheEvent event) |
void |
init(ZookeeperClientManager clientManager) |
default void |
setValue(String path,
String value) |
boolean |
support(org.apache.curator.framework.recipes.cache.PathChildrenCacheEvent event) |
void init(ZookeeperClientManager clientManager)
boolean support(org.apache.curator.framework.recipes.cache.PathChildrenCacheEvent event)
void handler(org.apache.curator.framework.CuratorFramework client,
org.apache.curator.framework.recipes.cache.PathChildrenCacheEvent event)
Copyright © 2021. All rights reserved.