跳过导航链接
A B C D G I L O P R S T U V Z 

A

addServiceInstancesChangedListener(ServiceInstancesChangedListener) - 类 中的方法org.apache.dubbo.registry.zookeeper.ZookeeperServiceDiscovery
 

B

build(Collection<ServiceInstance<ZookeeperInstance>>) - 类 中的静态方法org.apache.dubbo.registry.zookeeper.util.CuratorFrameworkUtils
 
build(ServiceInstance<ZookeeperInstance>) - 类 中的静态方法org.apache.dubbo.registry.zookeeper.util.CuratorFrameworkUtils
 
build(ServiceInstance) - 类 中的静态方法org.apache.dubbo.registry.zookeeper.util.CuratorFrameworkUtils
 
buildCuratorFramework(URL) - 类 中的静态方法org.apache.dubbo.registry.zookeeper.util.CuratorFrameworkUtils
 
buildRetryPolicy(URL) - 类 中的静态方法org.apache.dubbo.registry.zookeeper.util.CuratorFrameworkUtils
 
buildServiceDiscovery(CuratorFramework, String) - 类 中的静态方法org.apache.dubbo.registry.zookeeper.util.CuratorFrameworkUtils
 

C

createRegistry(URL) - 类 中的方法org.apache.dubbo.registry.zookeeper.ZookeeperRegistryFactory
 
CuratorFrameworkParams - org.apache.dubbo.registry.zookeeper.util中的枚举
The enumeration for the parameters of CuratorFramework
CuratorFrameworkUtils - org.apache.dubbo.registry.zookeeper.util中的类
Curator Framework Utilities Class
CuratorFrameworkUtils() - 类 的构造器org.apache.dubbo.registry.zookeeper.util.CuratorFrameworkUtils
 

D

destroy() - 类 中的方法org.apache.dubbo.registry.zookeeper.ZookeeperRegistry
 
destroy() - 类 中的方法org.apache.dubbo.registry.zookeeper.ZookeeperServiceDiscovery
 
doRegister(URL) - 类 中的方法org.apache.dubbo.registry.zookeeper.ZookeeperRegistry
 
doRegister(ServiceInstance) - 类 中的方法org.apache.dubbo.registry.zookeeper.ZookeeperServiceDiscovery
 
doSubscribe(URL, NotifyListener) - 类 中的方法org.apache.dubbo.registry.zookeeper.ZookeeperRegistry
 
doUnregister(URL) - 类 中的方法org.apache.dubbo.registry.zookeeper.ZookeeperRegistry
 
doUnsubscribe(URL, NotifyListener) - 类 中的方法org.apache.dubbo.registry.zookeeper.ZookeeperRegistry
 
doUpdate(ServiceInstance) - 类 中的方法org.apache.dubbo.registry.zookeeper.ZookeeperServiceDiscovery
 

G

generateId(String, int) - 类 中的静态方法org.apache.dubbo.registry.zookeeper.util.CuratorFrameworkUtils
 
getId() - 类 中的方法org.apache.dubbo.registry.zookeeper.ZookeeperInstance
 
getInstances(String) - 类 中的方法org.apache.dubbo.registry.zookeeper.ZookeeperServiceDiscovery
 
getInstances(String, int, int, boolean) - 类 中的方法org.apache.dubbo.registry.zookeeper.ZookeeperServiceDiscovery
 
getMetadata() - 类 中的方法org.apache.dubbo.registry.zookeeper.ZookeeperInstance
 
getName() - 类 中的方法org.apache.dubbo.registry.zookeeper.ZookeeperInstance
 
getParameterValue(URL) - 枚举 中的方法org.apache.dubbo.registry.zookeeper.util.CuratorFrameworkParams
Get the parameter value from the specified URL
getServices() - 类 中的方法org.apache.dubbo.registry.zookeeper.ZookeeperServiceDiscovery
 
getUrl() - 类 中的方法org.apache.dubbo.registry.zookeeper.ZookeeperServiceDiscovery
 

I

initialize(URL) - 类 中的方法org.apache.dubbo.registry.zookeeper.ZookeeperServiceDiscovery
 
isAvailable() - 类 中的方法org.apache.dubbo.registry.zookeeper.ZookeeperRegistry
 

L

lookup(URL) - 类 中的方法org.apache.dubbo.registry.zookeeper.ZookeeperRegistry
 

O

org.apache.dubbo.registry.zookeeper - 程序包 org.apache.dubbo.registry.zookeeper
 
org.apache.dubbo.registry.zookeeper.util - 程序包 org.apache.dubbo.registry.zookeeper.util
 

P

process(WatchedEvent) - 类 中的方法org.apache.dubbo.registry.zookeeper.ZookeeperServiceDiscoveryChangeWatcher
 

R

removeServiceInstancesChangedListener(ServiceInstancesChangedListener) - 类 中的方法org.apache.dubbo.registry.zookeeper.ZookeeperServiceDiscovery
 

S

setId(String) - 类 中的方法org.apache.dubbo.registry.zookeeper.ZookeeperInstance
 
setMetadata(Map<String, String>) - 类 中的方法org.apache.dubbo.registry.zookeeper.ZookeeperInstance
 
setName(String) - 类 中的方法org.apache.dubbo.registry.zookeeper.ZookeeperInstance
 
setZookeeperTransporter(ZookeeperTransporter) - 类 中的方法org.apache.dubbo.registry.zookeeper.ZookeeperRegistryFactory
Invisible injection of zookeeper client via IOC/SPI
shouldKeepWatching() - 类 中的方法org.apache.dubbo.registry.zookeeper.ZookeeperServiceDiscoveryChangeWatcher
 
stopWatching() - 类 中的方法org.apache.dubbo.registry.zookeeper.ZookeeperServiceDiscoveryChangeWatcher
 

T

toString() - 类 中的方法org.apache.dubbo.registry.zookeeper.ZookeeperInstance
 

U

unregister(ServiceInstance) - 类 中的方法org.apache.dubbo.registry.zookeeper.ZookeeperServiceDiscovery
 

V

valueOf(String) - 枚举 中的静态方法org.apache.dubbo.registry.zookeeper.util.CuratorFrameworkParams
返回带有指定名称的该类型的枚举常量。
values() - 枚举 中的静态方法org.apache.dubbo.registry.zookeeper.util.CuratorFrameworkParams
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。

Z

ZookeeperInstance - org.apache.dubbo.registry.zookeeper中的类
Represents the default payload of a registered service in Zookeeper.
ZookeeperInstance(String, String, Map<String, String>) - 类 的构造器org.apache.dubbo.registry.zookeeper.ZookeeperInstance
 
ZookeeperRegistry - org.apache.dubbo.registry.zookeeper中的类
ZookeeperRegistry
ZookeeperRegistry(URL, ZookeeperTransporter) - 类 的构造器org.apache.dubbo.registry.zookeeper.ZookeeperRegistry
 
ZookeeperRegistryFactory - org.apache.dubbo.registry.zookeeper中的类
ZookeeperRegistryFactory.
ZookeeperRegistryFactory() - 类 的构造器org.apache.dubbo.registry.zookeeper.ZookeeperRegistryFactory
 
ZookeeperServiceDiscovery - org.apache.dubbo.registry.zookeeper中的类
Zookeeper ServiceDiscovery implementation based on Apache Curator X Discovery
ZookeeperServiceDiscovery() - 类 的构造器org.apache.dubbo.registry.zookeeper.ZookeeperServiceDiscovery
 
ZookeeperServiceDiscoveryChangeWatcher - org.apache.dubbo.registry.zookeeper中的类
Zookeeper ServiceDiscovery Change watcher only interests in Watcher.Event.EventType#NodeChildrenChanged and Watcher.Event.EventType#NodeDataChanged event types, which will multicast a ServiceInstancesChangedEvent when the service node has been changed.
ZookeeperServiceDiscoveryChangeWatcher(ZookeeperServiceDiscovery, String, ServiceInstancesChangedListener) - 类 的构造器org.apache.dubbo.registry.zookeeper.ZookeeperServiceDiscoveryChangeWatcher
 
ZookeeperServiceDiscoveryFactory - org.apache.dubbo.registry.zookeeper中的类
 
ZookeeperServiceDiscoveryFactory() - 类 的构造器org.apache.dubbo.registry.zookeeper.ZookeeperServiceDiscoveryFactory
 
A B C D G I L O P R S T U V Z 
跳过导航链接

Copyright © 2011–2023 The Apache Software Foundation. All rights reserved.