跳过导航链接
A C D E G H I J L M N O P R S U V W Z _ 

A

AbstractListener - com.github.zkclient中的类
An abstract class for zookeeper listner
AbstractListener() - 类 的构造器com.github.zkclient.AbstractListener
 

C

cas(String, IZkClient.DataUpdater) - 接口 中的方法com.github.zkclient.IZkClient
Updates data of an existing znode.
cas(String, IZkClient.DataUpdater) - 类 中的方法com.github.zkclient.ZkClient
 
close() - 接口 中的方法com.github.zkclient.IZkClient
Close the client.
close() - 类 中的方法com.github.zkclient.ZkClient
 
close() - 类 中的方法com.github.zkclient.ZkConnection
 
com.github.zkclient - 程序包 com.github.zkclient
 
com.github.zkclient.exception - 程序包 com.github.zkclient.exception
 
connect(long, Watcher) - 接口 中的方法com.github.zkclient.IZkClient
Connect to ZooKeeper.
connect(long, Watcher) - 类 中的方法com.github.zkclient.ZkClient
 
connect(Watcher) - 类 中的方法com.github.zkclient.ZkConnection
 
convertToRuntimeException(Throwable) - 类 中的静态方法com.github.zkclient.ZkClientUtils
 
countChildren(String) - 接口 中的方法com.github.zkclient.IZkClient
Counts number of children for the given path.
countChildren(String) - 类 中的方法com.github.zkclient.ZkClient
 
create(KeeperException) - 异常错误 中的静态方法com.github.zkclient.exception.ZkException
 
create(String, byte[], CreateMode) - 接口 中的方法com.github.zkclient.IZkClient
Create a node.
create(String, byte[], CreateMode) - 类 中的方法com.github.zkclient.ZkClient
 
create(String, byte[], CreateMode) - 类 中的方法com.github.zkclient.ZkConnection
 
createEphemeral(String) - 接口 中的方法com.github.zkclient.IZkClient
Create an ephemeral node with empty data
createEphemeral(String, byte[]) - 接口 中的方法com.github.zkclient.IZkClient
Create an ephemeral node.
createEphemeral(String) - 类 中的方法com.github.zkclient.ZkClient
 
createEphemeral(String, byte[]) - 类 中的方法com.github.zkclient.ZkClient
 
createEphemeralSequential(String, byte[]) - 接口 中的方法com.github.zkclient.IZkClient
Create an ephemeral, sequential node.
createEphemeralSequential(String, byte[]) - 类 中的方法com.github.zkclient.ZkClient
 
createFactory(int, int) - 类 中的静态方法com.github.zkclient.ServerCnxnFactory
 
createPersistent(String) - 接口 中的方法com.github.zkclient.IZkClient
Create a persistent node with empty data (null)
createPersistent(String, boolean) - 接口 中的方法com.github.zkclient.IZkClient
Create a persistent node with empty data (null) If the createParents is true, neither ZkNodeExistsException nor ZkNoNodeException were throwed.
createPersistent(String, byte[]) - 接口 中的方法com.github.zkclient.IZkClient
Create a persistent node.
createPersistent(String) - 类 中的方法com.github.zkclient.ZkClient
 
createPersistent(String, boolean) - 类 中的方法com.github.zkclient.ZkClient
 
createPersistent(String, byte[]) - 类 中的方法com.github.zkclient.ZkClient
 
createPersistentSequential(String, byte[]) - 接口 中的方法com.github.zkclient.IZkClient
Create a persistent, sequental node.
createPersistentSequential(String, byte[]) - 类 中的方法com.github.zkclient.ZkClient
 

D

DEFAULT_CONNECTION_TIMEOUT - 接口 中的静态变量com.github.zkclient.IZkClient
 
DEFAULT_MIN_SESSION_TIMEOUT - 类 中的静态变量com.github.zkclient.ZkServer
 
DEFAULT_PORT - 类 中的静态变量com.github.zkclient.ZkServer
 
DEFAULT_SESSION_TIMEOUT - 接口 中的静态变量com.github.zkclient.IZkClient
 
DEFAULT_TICK_TIME - 类 中的静态变量com.github.zkclient.ZkServer
 
delete(String) - 接口 中的方法com.github.zkclient.IZkClient
delete a node
delete(String) - 类 中的方法com.github.zkclient.ZkClient
 
delete(String) - 类 中的方法com.github.zkclient.ZkConnection
 
deleteRecursive(String) - 接口 中的方法com.github.zkclient.IZkClient
delete a node with all children
deleteRecursive(String) - 类 中的方法com.github.zkclient.ZkClient
 

E

exists(String) - 接口 中的方法com.github.zkclient.IZkClient
check the node exists
exists(String, boolean) - 类 中的方法com.github.zkclient.ZkClient
 
exists(String) - 类 中的方法com.github.zkclient.ZkClient
 
exists(String, boolean) - 类 中的方法com.github.zkclient.ZkConnection
 

G

getChildren(String) - 接口 中的方法com.github.zkclient.IZkClient
get the children for the node
getChildren(String) - 类 中的方法com.github.zkclient.ZkClient
 
getChildren(String, boolean) - 类 中的方法com.github.zkclient.ZkClient
 
getChildren(String, boolean) - 类 中的方法com.github.zkclient.ZkConnection
 
getCreateTime(String) - 类 中的方法com.github.zkclient.ZkConnection
 
getCreationTime(String) - 接口 中的方法com.github.zkclient.IZkClient
get the node creation time (unix milliseconds)
getCreationTime(String) - 类 中的方法com.github.zkclient.ZkClient
 
getDataChangedCondition() - 类 中的方法com.github.zkclient.ZkLock
This condition will be signaled if a zookeeper event was processed and the event contains a data/child change.
getEventLock() - 类 中的方法com.github.zkclient.ZkClient
Returns a mutex all zookeeper events are synchronized aginst.
getLocalhostName() - 类 中的静态方法com.github.zkclient.ZkClientUtils
 
getPort() - 类 中的方法com.github.zkclient.ZkServer
 
getServers() - 类 中的方法com.github.zkclient.ZkConnection
 
getStateChangedCondition() - 类 中的方法com.github.zkclient.ZkLock
This condition will be signaled if a zookeeper event was processed and the event contains a state change (connected, disconnected, session expired, etc ...).
getZkClient() - 类 中的方法com.github.zkclient.ZkServer
 
getZNodeEventCondition() - 类 中的方法com.github.zkclient.ZkLock
This condition will be signaled if any znode related zookeeper event was received.
getZooKeeper() - 接口 中的方法com.github.zkclient.IZkClient
get the inner zookeeper client
getZooKeeper() - 类 中的方法com.github.zkclient.ZkClient
 
getZooKeeper() - 类 中的方法com.github.zkclient.ZkConnection
 
getZookeeperState() - 类 中的方法com.github.zkclient.ZkConnection
 

H

handleChildChange(String, List<String>) - 类 中的方法com.github.zkclient.AbstractListener
 
handleChildChange(String, List<String>) - 接口 中的方法com.github.zkclient.IZkChildListener
Called when the children of the given path changed.
handleDataChange(String, byte[]) - 类 中的方法com.github.zkclient.AbstractListener
 
handleDataChange(String, byte[]) - 接口 中的方法com.github.zkclient.IZkDataListener
 
handleDataDeleted(String) - 类 中的方法com.github.zkclient.AbstractListener
 
handleDataDeleted(String) - 接口 中的方法com.github.zkclient.IZkDataListener
 
handleNewSession() - 类 中的方法com.github.zkclient.AbstractListener
 
handleNewSession() - 接口 中的方法com.github.zkclient.IZkStateListener
Called after the zookeeper session has expired and a new session has been created.
handleStateChanged(Watcher.Event.KeeperState) - 类 中的方法com.github.zkclient.AbstractListener
 
handleStateChanged(Watcher.Event.KeeperState) - 接口 中的方法com.github.zkclient.IZkStateListener
Called when the zookeeper connection state has changed.

I

isConnected() - 接口 中的方法com.github.zkclient.IZkClient
check the connecting state of zookeeper client
isConnected() - 类 中的方法com.github.zkclient.ZkClient
 
isPortFree(int) - 类 中的静态方法com.github.zkclient.ZkClientUtils
 
IZkChildListener - com.github.zkclient中的接口
An IZkChildListener can be registered at a ZkClient for listening on zk child changes for a given path.
IZkClient - com.github.zkclient中的接口
zookeeper client wrapper
IZkClient.DataUpdater - com.github.zkclient中的接口
A CAS operation
IZkDataListener - com.github.zkclient中的接口
An IZkDataListener can be registered at a ZkClient for listening on zk data changes for a given path.
IZkStateListener - com.github.zkclient中的接口
 

J

join() - 类 中的方法com.github.zkclient.ServerCnxnFactory
 

L

leadingZeros(long, int) - 类 中的静态方法com.github.zkclient.ZkClientUtils
 

M

main(String[]) - 类 中的静态方法com.github.zkclient.ServerCnxnFactory
 
multi(Iterable<?>) - 接口 中的方法com.github.zkclient.IZkClient
multi operation for zookeeper 3.4.x
multi(Iterable<?>) - 类 中的方法com.github.zkclient.ZkClient
 
multi(Iterable<?>) - 类 中的方法com.github.zkclient.ZkConnection
wrapper for 3.3.x/3.4.x

N

numberOfListeners() - 接口 中的方法com.github.zkclient.IZkClient
all watcher number in this connection
numberOfListeners() - 类 中的方法com.github.zkclient.ZkClient
 

O

OVERWRITE_HOSTNAME_SYSTEM_PROPERTY - 类 中的静态变量com.github.zkclient.ZkClientUtils
 

P

process(WatchedEvent) - 类 中的方法com.github.zkclient.ZkClient
 

R

readData(String) - 接口 中的方法com.github.zkclient.IZkClient
read the data for the node
readData(String, boolean) - 接口 中的方法com.github.zkclient.IZkClient
read the data for the node
readData(String, Stat) - 接口 中的方法com.github.zkclient.IZkClient
read the data and stat for the node
readData(String) - 类 中的方法com.github.zkclient.ZkClient
 
readData(String, boolean) - 类 中的方法com.github.zkclient.ZkClient
 
readData(String, Stat) - 类 中的方法com.github.zkclient.ZkClient
 
readData(String, Stat, boolean) - 类 中的方法com.github.zkclient.ZkClient
 
readData(String, Stat, boolean) - 类 中的方法com.github.zkclient.ZkConnection
 
retainInterruptFlag(Throwable) - 类 中的静态方法com.github.zkclient.ZkClientUtils
This sets the interrupt flag if the catched exception was an InterruptedException.
rethrowInterruptedException(Throwable) - 类 中的静态方法com.github.zkclient.ZkClientUtils
 
retryUntilConnected(Callable<E>) - 类 中的方法com.github.zkclient.ZkClient
 

S

ServerCnxnFactory - com.github.zkclient中的类
Adapter for zookeeper 3.3.x/3.4.x
ServerCnxnFactory() - 类 的构造器com.github.zkclient.ServerCnxnFactory
 
setCurrentState(Watcher.Event.KeeperState) - 类 中的方法com.github.zkclient.ZkClient
 
shutdown() - 类 中的方法com.github.zkclient.ServerCnxnFactory
 
shutdown() - 类 中的方法com.github.zkclient.ZkServer
 
start() - 类 中的方法com.github.zkclient.ZkServer
 
startup(ZooKeeperServer) - 类 中的方法com.github.zkclient.ServerCnxnFactory
 
subscribeChildChanges(String, IZkChildListener) - 接口 中的方法com.github.zkclient.IZkClient
subscribe the changing for children
subscribeChildChanges(String, IZkChildListener) - 类 中的方法com.github.zkclient.ZkClient
 
subscribeDataChanges(String, IZkDataListener) - 接口 中的方法com.github.zkclient.IZkClient
subscribe the data changing for the node
subscribeDataChanges(String, IZkDataListener) - 类 中的方法com.github.zkclient.ZkClient
 
subscribeStateChanges(IZkStateListener) - 接口 中的方法com.github.zkclient.IZkClient
subscribe the connection state
subscribeStateChanges(IZkStateListener) - 类 中的方法com.github.zkclient.ZkClient
 

U

unsubscribeAll() - 接口 中的方法com.github.zkclient.IZkClient
unsubscribe all listeners for all path and connection state
unsubscribeAll() - 类 中的方法com.github.zkclient.ZkClient
 
unsubscribeChildChanges(String, IZkChildListener) - 接口 中的方法com.github.zkclient.IZkClient
unsubscribe the child listener
unsubscribeChildChanges(String, IZkChildListener) - 类 中的方法com.github.zkclient.ZkClient
 
unsubscribeDataChanges(String, IZkDataListener) - 接口 中的方法com.github.zkclient.IZkClient
unsubscribe the data changing for the node
unsubscribeDataChanges(String, IZkDataListener) - 类 中的方法com.github.zkclient.ZkClient
 
unsubscribeStateChanges(IZkStateListener) - 接口 中的方法com.github.zkclient.IZkClient
unsubscribe the connection state
unsubscribeStateChanges(IZkStateListener) - 类 中的方法com.github.zkclient.ZkClient
 
update(byte[]) - 接口 中的方法com.github.zkclient.IZkClient.DataUpdater
Updates the current data of a znode.

V

valueOf(String) - 枚举 中的静态方法com.github.zkclient.ZkClientUtils.ZkVersion
返回带有指定名称的该类型的枚举常量。
values() - 枚举 中的静态方法com.github.zkclient.ZkClientUtils.ZkVersion
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。

W

waitForKeeperState(Watcher.Event.KeeperState, long, TimeUnit) - 接口 中的方法com.github.zkclient.IZkClient
wait some time for the state
waitForKeeperState(Watcher.Event.KeeperState, long, TimeUnit) - 类 中的方法com.github.zkclient.ZkClient
 
waitForServerDown(int, long, boolean) - 类 中的静态方法com.github.zkclient.ZkServer
 
waitForServerUp(int, long, boolean) - 类 中的静态方法com.github.zkclient.ZkServer
 
waitUntilConnected() - 接口 中的方法com.github.zkclient.IZkClient
wait for the connected state.
waitUntilConnected(long, TimeUnit) - 接口 中的方法com.github.zkclient.IZkClient
wait for the connected state
waitUntilConnected() - 类 中的方法com.github.zkclient.ZkClient
 
waitUntilConnected(long, TimeUnit) - 类 中的方法com.github.zkclient.ZkClient
 
waitUntilExists(String, TimeUnit, long) - 接口 中的方法com.github.zkclient.IZkClient
wait some unit until the node exists
waitUntilExists(String, TimeUnit, long) - 类 中的方法com.github.zkclient.ZkClient
 
watchForChilds(String) - 类 中的方法com.github.zkclient.ZkClient
 
watchForData(String) - 类 中的方法com.github.zkclient.ZkClient
 
writeData(String, byte[]) - 接口 中的方法com.github.zkclient.IZkClient
write the data for the node
writeData(String, byte[], int) - 接口 中的方法com.github.zkclient.IZkClient
write the data for the node
writeData(String, byte[]) - 类 中的方法com.github.zkclient.ZkClient
 
writeData(String, byte[], int) - 类 中的方法com.github.zkclient.ZkClient
 
writeData(String, byte[], int) - 类 中的方法com.github.zkclient.ZkConnection
 

Z

ZkBadVersionException - com.github.zkclient.exception中的异常错误
 
ZkBadVersionException() - 异常错误 的构造器com.github.zkclient.exception.ZkBadVersionException
 
ZkBadVersionException(KeeperException) - 异常错误 的构造器com.github.zkclient.exception.ZkBadVersionException
 
ZkBadVersionException(String, KeeperException) - 异常错误 的构造器com.github.zkclient.exception.ZkBadVersionException
 
ZkBadVersionException(String) - 异常错误 的构造器com.github.zkclient.exception.ZkBadVersionException
 
ZkClient - com.github.zkclient中的类
Zookeeper client The client is thread-safety
ZkClient(String) - 类 的构造器com.github.zkclient.ZkClient
Create a client with default connection timeout and default session timeout
ZkClient(String, int) - 类 的构造器com.github.zkclient.ZkClient
Create a client
ZkClient(String, int, int) - 类 的构造器com.github.zkclient.ZkClient
Create a client
ZkClient(ZkConnection, int) - 类 的构造器com.github.zkclient.ZkClient
Create a client with special implementation
ZkClientUtils - com.github.zkclient中的类
 
ZkClientUtils.ZkVersion - com.github.zkclient中的枚举
 
ZkConnection - com.github.zkclient中的类
 
ZkConnection(String, int) - 类 的构造器com.github.zkclient.ZkConnection
build a zookeeper connection
ZkException - com.github.zkclient.exception中的异常错误
 
ZkException() - 异常错误 的构造器com.github.zkclient.exception.ZkException
 
ZkException(String, Throwable) - 异常错误 的构造器com.github.zkclient.exception.ZkException
 
ZkException(String) - 异常错误 的构造器com.github.zkclient.exception.ZkException
 
ZkException(Throwable) - 异常错误 的构造器com.github.zkclient.exception.ZkException
 
ZkInterruptedException - com.github.zkclient.exception中的异常错误
 
ZkInterruptedException(InterruptedException) - 异常错误 的构造器com.github.zkclient.exception.ZkInterruptedException
 
ZkLock - com.github.zkclient中的类
 
ZkLock() - 类 的构造器com.github.zkclient.ZkLock
 
ZkMarshallingError - com.github.zkclient.exception中的异常错误
 
ZkMarshallingError() - 异常错误 的构造器com.github.zkclient.exception.ZkMarshallingError
 
ZkMarshallingError(Throwable) - 异常错误 的构造器com.github.zkclient.exception.ZkMarshallingError
 
ZkMarshallingError(String, Throwable) - 异常错误 的构造器com.github.zkclient.exception.ZkMarshallingError
 
ZkMarshallingError(String) - 异常错误 的构造器com.github.zkclient.exception.ZkMarshallingError
 
ZkNodeExistsException - com.github.zkclient.exception中的异常错误
 
ZkNodeExistsException() - 异常错误 的构造器com.github.zkclient.exception.ZkNodeExistsException
 
ZkNodeExistsException(KeeperException) - 异常错误 的构造器com.github.zkclient.exception.ZkNodeExistsException
 
ZkNodeExistsException(String, KeeperException) - 异常错误 的构造器com.github.zkclient.exception.ZkNodeExistsException
 
ZkNodeExistsException(String) - 异常错误 的构造器com.github.zkclient.exception.ZkNodeExistsException
 
ZkNoNodeException - com.github.zkclient.exception中的异常错误
 
ZkNoNodeException() - 异常错误 的构造器com.github.zkclient.exception.ZkNoNodeException
 
ZkNoNodeException(KeeperException) - 异常错误 的构造器com.github.zkclient.exception.ZkNoNodeException
 
ZkNoNodeException(String, KeeperException) - 异常错误 的构造器com.github.zkclient.exception.ZkNoNodeException
 
ZkNoNodeException(String) - 异常错误 的构造器com.github.zkclient.exception.ZkNoNodeException
 
ZkServer - com.github.zkclient中的类
 
ZkServer(String, String) - 类 的构造器com.github.zkclient.ZkServer
 
ZkServer(String, String, int) - 类 的构造器com.github.zkclient.ZkServer
 
ZkServer(String, String, int, int) - 类 的构造器com.github.zkclient.ZkServer
 
ZkServer(String, String, int, int, int) - 类 的构造器com.github.zkclient.ZkServer
 
ZkTimeoutException - com.github.zkclient.exception中的异常错误
 
ZkTimeoutException() - 异常错误 的构造器com.github.zkclient.exception.ZkTimeoutException
 
ZkTimeoutException(String, Throwable) - 异常错误 的构造器com.github.zkclient.exception.ZkTimeoutException
 
ZkTimeoutException(String) - 异常错误 的构造器com.github.zkclient.exception.ZkTimeoutException
 
ZkTimeoutException(Throwable) - 异常错误 的构造器com.github.zkclient.exception.ZkTimeoutException
 
zkVersion - 类 中的静态变量com.github.zkclient.ZkClientUtils
 

_

_connection - 类 中的变量com.github.zkclient.ZkClient
 
A C D E G H I J L M N O P R S U V W Z _ 
跳过导航链接

Copyright © 2019. All rights reserved.