类 ZookeeperRegistry

    • 构造器详细资料

      • ZookeeperRegistry

        public ZookeeperRegistry​(URL url,
                                 com.alibaba.dubbo.remoting.zookeeper.ZookeeperTransporter zookeeperTransporter)
    • 方法详细资料

      • isAvailable

        public boolean isAvailable()
        从接口复制的说明: Node
        is available.
        返回:
        available.
      • lookup

        public <URL> lookup​(URL url)
        从接口复制的说明: RegistryService
        Query the registered data that matches the conditions. Corresponding to the push mode of the subscription, this is the pull mode and returns only one result.
        指定者:
        lookup 在接口中 RegistryService
        覆盖:
        lookup 在类中 AbstractRegistry
        参数:
        url - Query condition, is not allowed to be empty, e.g. consumer://10.20.153.10/com.alibaba.foo.BarService?version=1.0.0&application=kylin
        返回:
        The registered information list, which may be empty, the meaning is the same as the parameters of com.alibaba.dubbo.registry.NotifyListener#notify(List).
        另请参阅:
        NotifyListener.notify(List)