Index
All Classes and Interfaces|All Packages|Constant Field Values
A
- AbstractZookeeperClient<TargetDataListener,
TargetChildListener> - Class in org.apache.dubbo.remoting.zookeeper - AbstractZookeeperClient(URL) - Constructor for class org.apache.dubbo.remoting.zookeeper.AbstractZookeeperClient
- AbstractZookeeperTransporter - Class in org.apache.dubbo.remoting.zookeeper
-
AbstractZookeeperTransporter is abstract implements of ZookeeperTransporter.
- AbstractZookeeperTransporter() - Constructor for class org.apache.dubbo.remoting.zookeeper.AbstractZookeeperTransporter
- addChildListener(String, ChildListener) - Method in class org.apache.dubbo.remoting.zookeeper.AbstractZookeeperClient
- addChildListener(String, ChildListener) - Method in interface org.apache.dubbo.remoting.zookeeper.ZookeeperClient
- addDataListener(String, DataListener) - Method in class org.apache.dubbo.remoting.zookeeper.AbstractZookeeperClient
- addDataListener(String, DataListener) - Method in interface org.apache.dubbo.remoting.zookeeper.ZookeeperClient
-
Attach data listener to current Zookeeper client.
- addDataListener(String, DataListener, Executor) - Method in class org.apache.dubbo.remoting.zookeeper.AbstractZookeeperClient
- addDataListener(String, DataListener, Executor) - Method in interface org.apache.dubbo.remoting.zookeeper.ZookeeperClient
-
Attach data listener to current Zookeeper client.
- addStateListener(StateListener) - Method in class org.apache.dubbo.remoting.zookeeper.AbstractZookeeperClient
- addStateListener(StateListener) - Method in interface org.apache.dubbo.remoting.zookeeper.ZookeeperClient
C
- checkExists(String) - Method in class org.apache.dubbo.remoting.zookeeper.AbstractZookeeperClient
- checkExists(String) - Method in interface org.apache.dubbo.remoting.zookeeper.ZookeeperClient
- childChanged(String, List<String>) - Method in interface org.apache.dubbo.remoting.zookeeper.ChildListener
- ChildListener - Interface in org.apache.dubbo.remoting.zookeeper
- close() - Method in class org.apache.dubbo.remoting.zookeeper.AbstractZookeeperClient
- close() - Method in interface org.apache.dubbo.remoting.zookeeper.ZookeeperClient
-
Close connection to Zookeeper server (cluster).
- connect(URL) - Method in class org.apache.dubbo.remoting.zookeeper.AbstractZookeeperTransporter
-
share connect for registry, metadata, etc..
- connect(URL) - Method in interface org.apache.dubbo.remoting.zookeeper.ZookeeperTransporter
- CONNECTED - Static variable in interface org.apache.dubbo.remoting.zookeeper.StateListener
- CONNECTION_LOST - Enum constant in enum org.apache.dubbo.remoting.zookeeper.EventType
- CONNECTION_RECONNECTED - Enum constant in enum org.apache.dubbo.remoting.zookeeper.EventType
- CONNECTION_SUSPENDED - Enum constant in enum org.apache.dubbo.remoting.zookeeper.EventType
- create(String, boolean, boolean) - Method in class org.apache.dubbo.remoting.zookeeper.AbstractZookeeperClient
- create(String, boolean, boolean) - Method in interface org.apache.dubbo.remoting.zookeeper.ZookeeperClient
-
Create ZNode in Zookeeper.
- createOrUpdate(String, String, boolean) - Method in class org.apache.dubbo.remoting.zookeeper.AbstractZookeeperClient
- createOrUpdate(String, String, boolean) - Method in interface org.apache.dubbo.remoting.zookeeper.ZookeeperClient
-
Create or update ZNode in Zookeeper with content specified.
- createOrUpdate(String, String, boolean, Integer) - Method in class org.apache.dubbo.remoting.zookeeper.AbstractZookeeperClient
- createOrUpdate(String, String, boolean, Integer) - Method in interface org.apache.dubbo.remoting.zookeeper.ZookeeperClient
-
CAS version to Create or update ZNode in Zookeeper with content specified.
- CURATOR - Static variable in interface org.apache.dubbo.remoting.zookeeper.ZookeeperTransporter
- CURATOR_5 - Static variable in interface org.apache.dubbo.remoting.zookeeper.ZookeeperTransporter
D
- dataChanged(String, Object, EventType) - Method in interface org.apache.dubbo.remoting.zookeeper.DataListener
- DataListener - Interface in org.apache.dubbo.remoting.zookeeper
-
2019-02-26
- delete(String) - Method in class org.apache.dubbo.remoting.zookeeper.AbstractZookeeperClient
- delete(String) - Method in interface org.apache.dubbo.remoting.zookeeper.ZookeeperClient
-
Delete ZNode.
- destroy() - Method in class org.apache.dubbo.remoting.zookeeper.AbstractZookeeperTransporter
- destroy() - Method in interface org.apache.dubbo.remoting.zookeeper.ZookeeperTransporter
E
- EventType - Enum in org.apache.dubbo.remoting.zookeeper
-
2019-02-26
F
- fetchAndUpdateZookeeperClientCache(List<String>) - Method in class org.apache.dubbo.remoting.zookeeper.AbstractZookeeperTransporter
-
get the ZookeeperClient from cache, the ZookeeperClient must be connected.
G
- getChildren(String) - Method in interface org.apache.dubbo.remoting.zookeeper.ZookeeperClient
- getConfigItem(String) - Method in class org.apache.dubbo.remoting.zookeeper.AbstractZookeeperClient
- getConfigItem(String) - Method in interface org.apache.dubbo.remoting.zookeeper.ZookeeperClient
- getContent(String) - Method in class org.apache.dubbo.remoting.zookeeper.AbstractZookeeperClient
- getContent(String) - Method in interface org.apache.dubbo.remoting.zookeeper.ZookeeperClient
-
Obtain the content of a ZNode.
- getExtension(ApplicationModel) - Static method in interface org.apache.dubbo.remoting.zookeeper.ZookeeperTransporter
- getIntValue() - Method in enum org.apache.dubbo.remoting.zookeeper.EventType
- getSessionListeners() - Method in class org.apache.dubbo.remoting.zookeeper.AbstractZookeeperClient
- getUrl() - Method in class org.apache.dubbo.remoting.zookeeper.AbstractZookeeperClient
- getUrl() - Method in interface org.apache.dubbo.remoting.zookeeper.ZookeeperClient
- getURLBackupAddress(URL) - Method in class org.apache.dubbo.remoting.zookeeper.AbstractZookeeperTransporter
-
get all zookeeper urls (such as zookeeper://127.0.0.1:2181?backup=127.0.0.1:8989,127.0.0.1:9999)
- getZookeeperClientMap() - Method in class org.apache.dubbo.remoting.zookeeper.AbstractZookeeperTransporter
-
for unit test
I
- initializeApplicationModel(ApplicationModel) - Method in class org.apache.dubbo.remoting.RemotingScopeModelInitializer
- INITIALIZED - Enum constant in enum org.apache.dubbo.remoting.zookeeper.EventType
- initializeFrameworkModel(FrameworkModel) - Method in class org.apache.dubbo.remoting.RemotingScopeModelInitializer
- initializeModuleModel(ModuleModel) - Method in class org.apache.dubbo.remoting.RemotingScopeModelInitializer
- isConnected() - Method in interface org.apache.dubbo.remoting.zookeeper.ZookeeperClient
-
Check the Zookeeper client whether connected to server or not.
- isHighVersionCurator() - Static method in interface org.apache.dubbo.remoting.zookeeper.ZookeeperTransporter
N
- NEW_SESSION_CREATED - Static variable in interface org.apache.dubbo.remoting.zookeeper.StateListener
- NodeChildrenChanged - Enum constant in enum org.apache.dubbo.remoting.zookeeper.EventType
- NodeCreated - Enum constant in enum org.apache.dubbo.remoting.zookeeper.EventType
- NodeDataChanged - Enum constant in enum org.apache.dubbo.remoting.zookeeper.EventType
- NodeDeleted - Enum constant in enum org.apache.dubbo.remoting.zookeeper.EventType
- None - Enum constant in enum org.apache.dubbo.remoting.zookeeper.EventType
O
- org.apache.dubbo.remoting - package org.apache.dubbo.remoting
- org.apache.dubbo.remoting.zookeeper - package org.apache.dubbo.remoting.zookeeper
R
- RECONNECTED - Static variable in interface org.apache.dubbo.remoting.zookeeper.StateListener
- RemotingScopeModelInitializer - Class in org.apache.dubbo.remoting
-
Scope model initializer for remoting-api
- RemotingScopeModelInitializer() - Constructor for class org.apache.dubbo.remoting.RemotingScopeModelInitializer
- removeChildListener(String, ChildListener) - Method in class org.apache.dubbo.remoting.zookeeper.AbstractZookeeperClient
- removeChildListener(String, ChildListener) - Method in interface org.apache.dubbo.remoting.zookeeper.ZookeeperClient
- removeDataListener(String, DataListener) - Method in class org.apache.dubbo.remoting.zookeeper.AbstractZookeeperClient
- removeDataListener(String, DataListener) - Method in interface org.apache.dubbo.remoting.zookeeper.ZookeeperClient
-
Detach data listener.
- removeStateListener(StateListener) - Method in class org.apache.dubbo.remoting.zookeeper.AbstractZookeeperClient
- removeStateListener(StateListener) - Method in interface org.apache.dubbo.remoting.zookeeper.ZookeeperClient
S
- SESSION_LOST - Static variable in interface org.apache.dubbo.remoting.zookeeper.StateListener
- stateChanged(int) - Method in interface org.apache.dubbo.remoting.zookeeper.StateListener
- StateListener - Interface in org.apache.dubbo.remoting.zookeeper
- SUSPENDED - Static variable in interface org.apache.dubbo.remoting.zookeeper.StateListener
V
- valueOf(String) - Static method in enum org.apache.dubbo.remoting.zookeeper.EventType
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum org.apache.dubbo.remoting.zookeeper.EventType
-
Returns an array containing the constants of this enum type, in the order they are declared.
Z
- ZookeeperClient - Interface in org.apache.dubbo.remoting.zookeeper
-
Common abstraction of Zookeeper client.
- ZookeeperTransporter - Interface in org.apache.dubbo.remoting.zookeeper
All Classes and Interfaces|All Packages|Constant Field Values