| Package | Description |
|---|---|
| org.apache.pulsar.zookeeper |
| Modifier and Type | Method and Description |
|---|---|
static ZooKeeperClientFactory.SessionType |
ZooKeeperClientFactory.SessionType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ZooKeeperClientFactory.SessionType[] |
ZooKeeperClientFactory.SessionType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<ZooKeeper> |
ZooKeeperClientFactory.create(String serverList,
ZooKeeperClientFactory.SessionType sessionType,
int zkSessionTimeoutMillis)
Return a future yielding a connected ZooKeeper client
|
CompletableFuture<ZooKeeper> |
ZookeeperClientFactoryImpl.create(String serverList,
ZooKeeperClientFactory.SessionType sessionType,
int zkSessionTimeoutMillis) |
CompletableFuture<ZooKeeper> |
ZookeeperBkClientFactoryImpl.create(String serverList,
ZooKeeperClientFactory.SessionType sessionType,
int zkSessionTimeoutMillis) |
Copyright © 2017–2021 Apache Software Foundation. All rights reserved.