接口 INodeHandler
- 所有超级接口:
org.apache.curator.framework.state.ConnectionStateListener
public interface INodeHandler
extends org.apache.curator.framework.state.ConnectionStateListener
-
方法概要
修饰符和类型方法说明voidhandler(org.apache.curator.framework.CuratorFramework client, org.apache.curator.framework.recipes.cache.PathChildrenCacheEvent event) voidinit(ZookeeperClientManager clientManager) booleansupport(org.apache.curator.framework.recipes.cache.PathChildrenCacheEvent event) 从接口继承的方法 org.apache.curator.framework.state.ConnectionStateListener
doNotProxy, stateChanged
-
方法详细资料
-
init
-
support
boolean support(org.apache.curator.framework.recipes.cache.PathChildrenCacheEvent event) -
handler
void handler(org.apache.curator.framework.CuratorFramework client, org.apache.curator.framework.recipes.cache.PathChildrenCacheEvent event)
-