public static interface ZKUtil.ZooKeeperFactory
限定符和类型 | 方法和说明 |
---|---|
RecoverableZooKeeper |
create(String quorumServers,
int sessionTimeout,
org.apache.zookeeper.Watcher watcher,
int maxRetries,
int retryIntervalMillis,
int maxSleepTime,
String identifier,
int authFailedRetries,
int authFailedPause,
int multiMaxSize)
Creates a new instance of a RecoverableZooKeeper.
|
RecoverableZooKeeper create(String quorumServers, int sessionTimeout, org.apache.zookeeper.Watcher watcher, int maxRetries, int retryIntervalMillis, int maxSleepTime, String identifier, int authFailedRetries, int authFailedPause, int multiMaxSize) throws IOException
IOException
Copyright © 2007–2022 The Apache Software Foundation. All rights reserved.