接口 INodeHandler

所有超级接口:
org.apache.curator.framework.state.ConnectionStateListener

public interface INodeHandler extends org.apache.curator.framework.state.ConnectionStateListener
  • 方法概要

    修饰符和类型
    方法
    说明
    void
    handler(org.apache.curator.framework.CuratorFramework client, org.apache.curator.framework.recipes.cache.PathChildrenCacheEvent event)
     
    void
     
    boolean
    support(org.apache.curator.framework.recipes.cache.PathChildrenCacheEvent event)
     

    从接口继承的方法 org.apache.curator.framework.state.ConnectionStateListener

    doNotProxy, stateChanged
  • 方法详细资料

    • init

      void init(ZookeeperClientManager clientManager)
    • 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)