Skip navigation links
A B C D G I L O P R S T U V Z 

A

addServiceInstancesChangedListener(ServiceInstancesChangedListener) - Method in class org.apache.dubbo.registry.zookeeper.ZookeeperServiceDiscovery
 

B

build(Collection<ServiceInstance<ZookeeperInstance>>) - Static method in class org.apache.dubbo.registry.zookeeper.util.CuratorFrameworkUtils
 
build(ServiceInstance<ZookeeperInstance>) - Static method in class org.apache.dubbo.registry.zookeeper.util.CuratorFrameworkUtils
 
build(ServiceInstance) - Static method in class org.apache.dubbo.registry.zookeeper.util.CuratorFrameworkUtils
 
buildCuratorFramework(URL) - Static method in class org.apache.dubbo.registry.zookeeper.util.CuratorFrameworkUtils
 
buildRetryPolicy(URL) - Static method in class org.apache.dubbo.registry.zookeeper.util.CuratorFrameworkUtils
 
buildServiceDiscovery(CuratorFramework, String) - Static method in class org.apache.dubbo.registry.zookeeper.util.CuratorFrameworkUtils
 

C

createRegistry(URL) - Method in class org.apache.dubbo.registry.zookeeper.ZookeeperRegistryFactory
 
CuratorFrameworkParams - Enum in org.apache.dubbo.registry.zookeeper.util
The enumeration for the parameters of CuratorFramework
CuratorFrameworkUtils - Class in org.apache.dubbo.registry.zookeeper.util
Curator Framework Utilities Class
CuratorFrameworkUtils() - Constructor for class org.apache.dubbo.registry.zookeeper.util.CuratorFrameworkUtils
 

D

destroy() - Method in class org.apache.dubbo.registry.zookeeper.ZookeeperRegistry
 
destroy() - Method in class org.apache.dubbo.registry.zookeeper.ZookeeperServiceDiscovery
 
doRegister(URL) - Method in class org.apache.dubbo.registry.zookeeper.ZookeeperRegistry
 
doRegister(ServiceInstance) - Method in class org.apache.dubbo.registry.zookeeper.ZookeeperServiceDiscovery
 
doSubscribe(URL, NotifyListener) - Method in class org.apache.dubbo.registry.zookeeper.ZookeeperRegistry
 
doUnregister(URL) - Method in class org.apache.dubbo.registry.zookeeper.ZookeeperRegistry
 
doUnsubscribe(URL, NotifyListener) - Method in class org.apache.dubbo.registry.zookeeper.ZookeeperRegistry
 
doUpdate(ServiceInstance) - Method in class org.apache.dubbo.registry.zookeeper.ZookeeperServiceDiscovery
 

G

generateId(String, int) - Static method in class org.apache.dubbo.registry.zookeeper.util.CuratorFrameworkUtils
 
getId() - Method in class org.apache.dubbo.registry.zookeeper.ZookeeperInstance
 
getInstances(String) - Method in class org.apache.dubbo.registry.zookeeper.ZookeeperServiceDiscovery
 
getInstances(String, int, int, boolean) - Method in class org.apache.dubbo.registry.zookeeper.ZookeeperServiceDiscovery
 
getMetadata() - Method in class org.apache.dubbo.registry.zookeeper.ZookeeperInstance
 
getName() - Method in class org.apache.dubbo.registry.zookeeper.ZookeeperInstance
 
getParameterValue(URL) - Method in enum org.apache.dubbo.registry.zookeeper.util.CuratorFrameworkParams
Get the parameter value from the specified URL
getServices() - Method in class org.apache.dubbo.registry.zookeeper.ZookeeperServiceDiscovery
 
getUrl() - Method in class org.apache.dubbo.registry.zookeeper.ZookeeperServiceDiscovery
 

I

initialize(URL) - Method in class org.apache.dubbo.registry.zookeeper.ZookeeperServiceDiscovery
 
isAvailable() - Method in class org.apache.dubbo.registry.zookeeper.ZookeeperRegistry
 

L

lookup(URL) - Method in class org.apache.dubbo.registry.zookeeper.ZookeeperRegistry
 

O

org.apache.dubbo.registry.zookeeper - package org.apache.dubbo.registry.zookeeper
 
org.apache.dubbo.registry.zookeeper.util - package org.apache.dubbo.registry.zookeeper.util
 

P

process(WatchedEvent) - Method in class org.apache.dubbo.registry.zookeeper.ZookeeperServiceDiscoveryChangeWatcher
 

R

removeServiceInstancesChangedListener(ServiceInstancesChangedListener) - Method in class org.apache.dubbo.registry.zookeeper.ZookeeperServiceDiscovery
 

S

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

T

toString() - Method in class org.apache.dubbo.registry.zookeeper.ZookeeperInstance
 

U

unregister(ServiceInstance) - Method in class org.apache.dubbo.registry.zookeeper.ZookeeperServiceDiscovery
 

V

valueOf(String) - Static method in enum org.apache.dubbo.registry.zookeeper.util.CuratorFrameworkParams
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.apache.dubbo.registry.zookeeper.util.CuratorFrameworkParams
Returns an array containing the constants of this enum type, in the order they are declared.

Z

ZookeeperInstance - Class in org.apache.dubbo.registry.zookeeper
Represents the default payload of a registered service in Zookeeper.
ZookeeperInstance(String, String, Map<String, String>) - Constructor for class org.apache.dubbo.registry.zookeeper.ZookeeperInstance
 
ZookeeperRegistry - Class in org.apache.dubbo.registry.zookeeper
ZookeeperRegistry
ZookeeperRegistry(URL, ZookeeperTransporter) - Constructor for class org.apache.dubbo.registry.zookeeper.ZookeeperRegistry
 
ZookeeperRegistryFactory - Class in org.apache.dubbo.registry.zookeeper
ZookeeperRegistryFactory.
ZookeeperRegistryFactory() - Constructor for class org.apache.dubbo.registry.zookeeper.ZookeeperRegistryFactory
 
ZookeeperServiceDiscovery - Class in org.apache.dubbo.registry.zookeeper
Zookeeper ServiceDiscovery implementation based on Apache Curator X Discovery
ZookeeperServiceDiscovery() - Constructor for class org.apache.dubbo.registry.zookeeper.ZookeeperServiceDiscovery
 
ZookeeperServiceDiscoveryChangeWatcher - Class in 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) - Constructor for class org.apache.dubbo.registry.zookeeper.ZookeeperServiceDiscoveryChangeWatcher
 
ZookeeperServiceDiscoveryFactory - Class in org.apache.dubbo.registry.zookeeper
 
ZookeeperServiceDiscoveryFactory() - Constructor for class org.apache.dubbo.registry.zookeeper.ZookeeperServiceDiscoveryFactory
 
A B C D G I L O P R S T U V Z 
Skip navigation links

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