A C D E F G H I J K N O P R S T U 
所有类 所有程序包

A

AbstractEtcdClient<WatcherListener> - org.apache.dubbo.remoting.etcd.support中的类
 
AbstractEtcdClient(URL) - 类 的构造器org.apache.dubbo.remoting.etcd.support.AbstractEtcdClient
 
AbstractRetryPolicy - org.apache.dubbo.remoting.etcd中的类
 
addChildListener(String, ChildListener) - 接口 中的方法org.apache.dubbo.remoting.etcd.EtcdClient
register children listener for specified path.
addChildListener(String, ChildListener) - 类 中的方法org.apache.dubbo.remoting.etcd.support.AbstractEtcdClient
 
addChildWatcherListener(String, JEtcdClient.EtcdWatcher) - 类 中的方法org.apache.dubbo.remoting.etcd.jetcd.JEtcdClient
 
addChildWatcherListener(String, WatcherListener) - 类 中的方法org.apache.dubbo.remoting.etcd.support.AbstractEtcdClient
 
addStateListener(StateListener) - 接口 中的方法org.apache.dubbo.remoting.etcd.EtcdClient
support connection notify if connection state was changed.
addStateListener(StateListener) - 类 中的方法org.apache.dubbo.remoting.etcd.support.AbstractEtcdClient
 

C

checkExists(String) - 类 中的方法org.apache.dubbo.remoting.etcd.jetcd.JEtcdClient
 
checkExists(String) - 类 中的方法org.apache.dubbo.remoting.etcd.jetcd.JEtcdClientWrapper
try to check if path exists.
checkExists(String) - 类 中的方法org.apache.dubbo.remoting.etcd.support.AbstractEtcdClient
 
childChanged(String, List<String>) - 接口 中的方法org.apache.dubbo.remoting.etcd.ChildListener
 
ChildListener - org.apache.dubbo.remoting.etcd中的接口
 
close() - 接口 中的方法org.apache.dubbo.remoting.etcd.EtcdClient
close current client and release all resourses.
close() - 类 中的方法org.apache.dubbo.remoting.etcd.support.AbstractEtcdClient
 
complete() - 类 中的方法org.apache.dubbo.remoting.etcd.jetcd.RetryLoops
 
CONFIGURATORS_CATEGORY - 接口 中的静态变量org.apache.dubbo.remoting.etcd.Constants
 
connect(URL) - 接口 中的方法org.apache.dubbo.remoting.etcd.EtcdTransporter
 
connect(URL) - 类 中的方法org.apache.dubbo.remoting.etcd.jetcd.JEtcdTransporter
 
CONNECTED - 接口 中的静态变量org.apache.dubbo.remoting.etcd.StateListener
 
ConnectionStateListener - org.apache.dubbo.remoting.etcd.jetcd中的接口
 
Constants - org.apache.dubbo.remoting.etcd中的接口
 
CONSUMERS_CATEGORY - 接口 中的静态变量org.apache.dubbo.remoting.etcd.Constants
 
create(String) - 接口 中的方法org.apache.dubbo.remoting.etcd.EtcdClient
save the specified path to the etcd registry.
create(String) - 类 中的方法org.apache.dubbo.remoting.etcd.support.AbstractEtcdClient
 
createChildWatcherListener(String, ChildListener) - 类 中的方法org.apache.dubbo.remoting.etcd.jetcd.JEtcdClient
 
createChildWatcherListener(String, ChildListener) - 类 中的方法org.apache.dubbo.remoting.etcd.support.AbstractEtcdClient
 
createEphemeral(String) - 接口 中的方法org.apache.dubbo.remoting.etcd.EtcdClient
save the specified path to the etcd registry.
createEphemeral(String) - 类 中的方法org.apache.dubbo.remoting.etcd.jetcd.JEtcdClientWrapper
create new ephemeral path save to etcd .
createEphemeral(String) - 类 中的方法org.apache.dubbo.remoting.etcd.support.AbstractEtcdClient
 
createLease(long) - 接口 中的方法org.apache.dubbo.remoting.etcd.EtcdClient
create new lease from specified second ,it should be waiting if failed.
createLease(long) - 类 中的方法org.apache.dubbo.remoting.etcd.jetcd.JEtcdClient
 
createLease(long) - 类 中的方法org.apache.dubbo.remoting.etcd.jetcd.JEtcdClientWrapper
 
createLease(long, long, TimeUnit) - 接口 中的方法org.apache.dubbo.remoting.etcd.EtcdClient
create new lease from specified ttl second before waiting specified timeout.
createLease(long, long, TimeUnit) - 类 中的方法org.apache.dubbo.remoting.etcd.jetcd.JEtcdClient
 
createLease(long, long, TimeUnit) - 类 中的方法org.apache.dubbo.remoting.etcd.jetcd.JEtcdClientWrapper
 
createPersistent(String) - 类 中的方法org.apache.dubbo.remoting.etcd.jetcd.JEtcdClientWrapper
 

D

DEFAULT_ETCD3_NOTIFY_QUEUES_KEY - 接口 中的静态变量org.apache.dubbo.remoting.etcd.Constants
 
DEFAULT_ETCD3_NOTIFY_THREADS - 接口 中的静态变量org.apache.dubbo.remoting.etcd.Constants
 
DEFAULT_GRPC_QUEUES - 接口 中的静态变量org.apache.dubbo.remoting.etcd.Constants
 
DEFAULT_INBOUND_SIZE - 类 中的静态变量org.apache.dubbo.remoting.etcd.jetcd.JEtcdClientWrapper
 
DEFAULT_KEEPALIVE_TIMEOUT - 接口 中的静态变量org.apache.dubbo.remoting.etcd.Constants
 
DEFAULT_RECONNECT_PERIOD - 接口 中的静态变量org.apache.dubbo.remoting.etcd.Constants
 
DEFAULT_REQUEST_TIMEOUT - 类 中的静态变量org.apache.dubbo.remoting.etcd.jetcd.JEtcdClientWrapper
default request timeout
DEFAULT_RETRY_PERIOD - 接口 中的静态变量org.apache.dubbo.remoting.etcd.Constants
 
DEFAULT_SESSION_TIMEOUT - 接口 中的静态变量org.apache.dubbo.remoting.etcd.Constants
 
delete(String) - 接口 中的方法org.apache.dubbo.remoting.etcd.EtcdClient
remove the specified from etcd registry.
delete(String) - 类 中的方法org.apache.dubbo.remoting.etcd.jetcd.JEtcdClient
 
delete(String) - 类 中的方法org.apache.dubbo.remoting.etcd.jetcd.JEtcdClientWrapper
 
delete(String) - 类 中的方法org.apache.dubbo.remoting.etcd.support.AbstractEtcdClient
 
DISCONNECTED - 接口 中的静态变量org.apache.dubbo.remoting.etcd.StateListener
 
doClose() - 类 中的方法org.apache.dubbo.remoting.etcd.jetcd.JEtcdClient
 
doClose() - 类 中的方法org.apache.dubbo.remoting.etcd.support.AbstractEtcdClient
 
doCreateEphemeral(String) - 类 中的方法org.apache.dubbo.remoting.etcd.jetcd.JEtcdClient
 
doCreateEphemeral(String) - 类 中的方法org.apache.dubbo.remoting.etcd.support.AbstractEtcdClient
 
doCreatePersistent(String) - 类 中的方法org.apache.dubbo.remoting.etcd.jetcd.JEtcdClient
 
doCreatePersistent(String) - 类 中的方法org.apache.dubbo.remoting.etcd.support.AbstractEtcdClient
 

E

endPoints(String) - 类 中的方法org.apache.dubbo.remoting.etcd.jetcd.JEtcdClientWrapper
 
ETCD_REQUEST_TIMEOUT_KEY - 类 中的静态变量org.apache.dubbo.remoting.etcd.jetcd.JEtcdClientWrapper
 
ETCD3_NOTIFY_MAXTHREADS_KEYS - 接口 中的静态变量org.apache.dubbo.remoting.etcd.Constants
 
EtcdClient - org.apache.dubbo.remoting.etcd中的接口
 
EtcdTransporter - org.apache.dubbo.remoting.etcd中的接口
 
EtcdWatcher(ChildListener) - 类 的构造器org.apache.dubbo.remoting.etcd.jetcd.JEtcdClient.EtcdWatcher
 

F

fireException(Exception, RetryPolicy) - 类 中的方法org.apache.dubbo.remoting.etcd.jetcd.RetryLoops
 
forPath(String) - 类 中的方法org.apache.dubbo.remoting.etcd.jetcd.JEtcdClient.EtcdWatcher
 

G

getChannel() - 类 中的方法org.apache.dubbo.remoting.etcd.jetcd.JEtcdClient
 
getChannel() - 类 中的方法org.apache.dubbo.remoting.etcd.jetcd.JEtcdClientWrapper
try to get current connected channel.
getChildListener(String, ChildListener) - 接口 中的方法org.apache.dubbo.remoting.etcd.EtcdClient
find watcher of the children listener for specified path.
getChildListener(String, ChildListener) - 类 中的方法org.apache.dubbo.remoting.etcd.support.AbstractEtcdClient
 
getChildren(String) - 接口 中的方法org.apache.dubbo.remoting.etcd.EtcdClient
find direct children directory, excluding path self, Never return null.
getChildren(String) - 类 中的方法org.apache.dubbo.remoting.etcd.jetcd.JEtcdClient
 
getChildren(String) - 类 中的方法org.apache.dubbo.remoting.etcd.jetcd.JEtcdClientWrapper
find direct children directory, excluding path self, Never return null.
getClient() - 类 中的方法org.apache.dubbo.remoting.etcd.jetcd.JEtcdClientWrapper
 
getConnectionStateListener() - 类 中的方法org.apache.dubbo.remoting.etcd.jetcd.JEtcdClientWrapper
 
getKVValue(String) - 接口 中的方法org.apache.dubbo.remoting.etcd.EtcdClient
Get the value of the specified key.
getKVValue(String) - 类 中的方法org.apache.dubbo.remoting.etcd.jetcd.JEtcdClient
 
getKVValue(String) - 类 中的方法org.apache.dubbo.remoting.etcd.jetcd.JEtcdClientWrapper
 
getSessionListeners() - 类 中的方法org.apache.dubbo.remoting.etcd.support.AbstractEtcdClient
 
getUrl() - 接口 中的方法org.apache.dubbo.remoting.etcd.EtcdClient
 
getUrl() - 类 中的方法org.apache.dubbo.remoting.etcd.support.AbstractEtcdClient
 
GRPC_MAX_INBOUND_SIZE_KEY - 类 中的静态变量org.apache.dubbo.remoting.etcd.jetcd.JEtcdClientWrapper
 

H

HTTP_KEY - 接口 中的静态变量org.apache.dubbo.remoting.etcd.Constants
 
HTTP_SUBFIX_KEY - 接口 中的静态变量org.apache.dubbo.remoting.etcd.Constants
 

I

invokeWithRetry(Callable<R>, RetryPolicy) - 类 中的静态方法org.apache.dubbo.remoting.etcd.jetcd.RetryLoops
 
isConnected() - 接口 中的方法org.apache.dubbo.remoting.etcd.EtcdClient
test if current client is active.
isConnected() - 类 中的方法org.apache.dubbo.remoting.etcd.jetcd.JEtcdClient
 
isConnected() - 类 中的方法org.apache.dubbo.remoting.etcd.jetcd.JEtcdClientWrapper
 
isHaltError(Status) - 类 中的静态方法org.apache.dubbo.remoting.etcd.option.OptionUtil
 
isNoLeaderError(Status) - 类 中的静态方法org.apache.dubbo.remoting.etcd.option.OptionUtil
 
isProtocolError(Throwable) - 类 中的静态方法org.apache.dubbo.remoting.etcd.option.OptionUtil
 
isRecoverable(Status) - 类 中的静态方法org.apache.dubbo.remoting.etcd.option.OptionUtil
 

J

JEtcdClient - org.apache.dubbo.remoting.etcd.jetcd中的类
etcd3 client.
JEtcdClient(URL) - 类 的构造器org.apache.dubbo.remoting.etcd.jetcd.JEtcdClient
 
JEtcdClient.EtcdWatcher - org.apache.dubbo.remoting.etcd.jetcd中的类
 
JEtcdClientWrapper - org.apache.dubbo.remoting.etcd.jetcd中的类
 
JEtcdClientWrapper(URL) - 类 的构造器org.apache.dubbo.remoting.etcd.jetcd.JEtcdClientWrapper
 
JEtcdTransporter - org.apache.dubbo.remoting.etcd.jetcd中的类
 
JEtcdTransporter() - 类 的构造器org.apache.dubbo.remoting.etcd.jetcd.JEtcdTransporter
 

K

keepAlive(long) - 类 中的方法org.apache.dubbo.remoting.etcd.jetcd.JEtcdClientWrapper
 

N

NO_PREFIX_END - 类 中的静态变量org.apache.dubbo.remoting.etcd.option.OptionUtil
 

O

onCompleted() - 类 中的方法org.apache.dubbo.remoting.etcd.jetcd.JEtcdClient.EtcdWatcher
 
onError(Throwable) - 类 中的方法org.apache.dubbo.remoting.etcd.jetcd.JEtcdClient.EtcdWatcher
 
onNext(WatchResponse) - 类 中的方法org.apache.dubbo.remoting.etcd.jetcd.JEtcdClient.EtcdWatcher
 
OptionUtil - org.apache.dubbo.remoting.etcd.option中的类
 
OptionUtil() - 类 的构造器org.apache.dubbo.remoting.etcd.option.OptionUtil
 
org.apache.dubbo.remoting.etcd - 程序包 org.apache.dubbo.remoting.etcd
 
org.apache.dubbo.remoting.etcd.jetcd - 程序包 org.apache.dubbo.remoting.etcd.jetcd
 
org.apache.dubbo.remoting.etcd.option - 程序包 org.apache.dubbo.remoting.etcd.option
 
org.apache.dubbo.remoting.etcd.support - 程序包 org.apache.dubbo.remoting.etcd.support
 

P

prefixEndOf(ByteSequence) - 类 中的静态方法org.apache.dubbo.remoting.etcd.option.OptionUtil
 
PROVIDERS_CATEGORY - 接口 中的静态变量org.apache.dubbo.remoting.etcd.Constants
 
put(String, String) - 接口 中的方法org.apache.dubbo.remoting.etcd.EtcdClient
Put the key value pair to etcd
put(String, String) - 类 中的方法org.apache.dubbo.remoting.etcd.jetcd.JEtcdClient
 
put(String, String) - 类 中的方法org.apache.dubbo.remoting.etcd.jetcd.JEtcdClientWrapper
 
putEphemeral(String, String) - 接口 中的方法org.apache.dubbo.remoting.etcd.EtcdClient
Put the key value pair to etcd (Ephemeral)
putEphemeral(String, String) - 类 中的方法org.apache.dubbo.remoting.etcd.jetcd.JEtcdClient
 
putEphemeral(String, String) - 类 中的方法org.apache.dubbo.remoting.etcd.jetcd.JEtcdClientWrapper
 

R

removeChildListener(String, ChildListener) - 接口 中的方法org.apache.dubbo.remoting.etcd.EtcdClient
unregister children lister for specified path.
removeChildListener(String, ChildListener) - 类 中的方法org.apache.dubbo.remoting.etcd.support.AbstractEtcdClient
 
removeChildWatcherListener(String, JEtcdClient.EtcdWatcher) - 类 中的方法org.apache.dubbo.remoting.etcd.jetcd.JEtcdClient
 
removeChildWatcherListener(String, WatcherListener) - 类 中的方法org.apache.dubbo.remoting.etcd.support.AbstractEtcdClient
 
removeStateListener(StateListener) - 接口 中的方法org.apache.dubbo.remoting.etcd.EtcdClient
remove connection notify if connection state was changed.
removeStateListener(StateListener) - 类 中的方法org.apache.dubbo.remoting.etcd.support.AbstractEtcdClient
 
requiredNotNull(Object, RuntimeException) - 类 中的静态方法org.apache.dubbo.remoting.etcd.jetcd.JEtcdClientWrapper
 
RETRY_PERIOD_KEY - 接口 中的静态变量org.apache.dubbo.remoting.etcd.Constants
 
RetryLoops - org.apache.dubbo.remoting.etcd.jetcd中的类
 
RetryLoops() - 类 的构造器org.apache.dubbo.remoting.etcd.jetcd.RetryLoops
 
RetryNTimes - org.apache.dubbo.remoting.etcd.jetcd中的类
 
RetryNTimes(int, int, TimeUnit) - 类 的构造器org.apache.dubbo.remoting.etcd.jetcd.RetryNTimes
 
RetryPolicy - org.apache.dubbo.remoting.etcd中的接口
 
revokeLease(long) - 接口 中的方法org.apache.dubbo.remoting.etcd.EtcdClient
revoke specified lease, any associated path will removed automatically.
revokeLease(long) - 类 中的方法org.apache.dubbo.remoting.etcd.jetcd.JEtcdClient
 
revokeLease(long) - 类 中的方法org.apache.dubbo.remoting.etcd.jetcd.JEtcdClientWrapper
 
ROUTERS_CATEGORY - 接口 中的静态变量org.apache.dubbo.remoting.etcd.Constants
 

S

SESSION_TIMEOUT_KEY - 接口 中的静态变量org.apache.dubbo.remoting.etcd.Constants
 
setConnectionStateListener(ConnectionStateListener) - 类 中的方法org.apache.dubbo.remoting.etcd.jetcd.JEtcdClientWrapper
 
shouldContinue() - 类 中的方法org.apache.dubbo.remoting.etcd.jetcd.RetryLoops
 
shouldRetry(int, long, boolean) - 类 中的方法org.apache.dubbo.remoting.etcd.AbstractRetryPolicy
 
shouldRetry(int, long, boolean) - 接口 中的方法org.apache.dubbo.remoting.etcd.RetryPolicy
Whether retry is supported when operation fails.
start() - 类 中的方法org.apache.dubbo.remoting.etcd.jetcd.JEtcdClientWrapper
because jetcd's connection change callback not supported yet, we must loop to test if connect or disconnect event happened or not.
stateChanged(int) - 接口 中的方法org.apache.dubbo.remoting.etcd.StateListener
 
stateChanged(Client, int) - 接口 中的方法org.apache.dubbo.remoting.etcd.jetcd.ConnectionStateListener
Called when there is a state change in the connection
StateListener - org.apache.dubbo.remoting.etcd中的接口
 

T

tryReconnect(Throwable) - 类 中的方法org.apache.dubbo.remoting.etcd.jetcd.JEtcdClient.EtcdWatcher
 

U

unwatch() - 类 中的方法org.apache.dubbo.remoting.etcd.jetcd.JEtcdClient.EtcdWatcher
 
UTF_8 - 类 中的静态变量org.apache.dubbo.remoting.etcd.jetcd.JEtcdClientWrapper
 
A C D E F G H I J K N O P R S T U 
所有类 所有程序包