public interface ZooKeeperClientFactory
| Modifier and Type | Interface and Description |
|---|---|
static class |
ZooKeeperClientFactory.SessionType |
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<ZooKeeper> |
create(String serverList,
ZooKeeperClientFactory.SessionType sessionType,
int zkSessionTimeoutMillis)
Return a future yielding a connected ZooKeeper client
|
CompletableFuture<ZooKeeper> create(String serverList, ZooKeeperClientFactory.SessionType sessionType, int zkSessionTimeoutMillis)
serverList - sessionType - zkSessionTimeoutMillis - Copyright © 2017–2021 Apache Software Foundation. All rights reserved.