Uses of Class
org.apache.pulsar.zookeeper.ZooKeeperClientFactory.SessionType
-
Packages that use ZooKeeperClientFactory.SessionType Package Description org.apache.pulsar.zookeeper -
-
Uses of ZooKeeperClientFactory.SessionType in org.apache.pulsar.zookeeper
Methods in org.apache.pulsar.zookeeper that return ZooKeeperClientFactory.SessionType Modifier and Type Method Description static ZooKeeperClientFactory.SessionTypeZooKeeperClientFactory.SessionType. valueOf(java.lang.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.Methods in org.apache.pulsar.zookeeper with parameters of type ZooKeeperClientFactory.SessionType Modifier and Type Method Description java.util.concurrent.CompletableFuture<org.apache.zookeeper.ZooKeeper>ZookeeperBkClientFactoryImpl. create(java.lang.String serverList, ZooKeeperClientFactory.SessionType sessionType, int zkSessionTimeoutMillis)java.util.concurrent.CompletableFuture<org.apache.zookeeper.ZooKeeper>ZooKeeperClientFactory. create(java.lang.String serverList, ZooKeeperClientFactory.SessionType sessionType, int zkSessionTimeoutMillis)Return a future yielding a connected ZooKeeper clientjava.util.concurrent.CompletableFuture<org.apache.zookeeper.ZooKeeper>ZookeeperClientFactoryImpl. create(java.lang.String serverList, ZooKeeperClientFactory.SessionType sessionType, int zkSessionTimeoutMillis)
-