Uses of Interface
org.apache.bookkeeper.shims.zk.ZooKeeperServerShim
-
Packages that use ZooKeeperServerShim Package Description org.apache.bookkeeper.shims.zk A shim layer to adopt different zookeeper versions.org.apache.bookkeeper.util Bookkeeper utilities. -
-
Uses of ZooKeeperServerShim in org.apache.bookkeeper.shims.zk
Classes in org.apache.bookkeeper.shims.zk that implement ZooKeeperServerShim Modifier and Type Class Description (package private) class
ZooKeeperServerShimImpl
Methods in org.apache.bookkeeper.shims.zk that return ZooKeeperServerShim Modifier and Type Method Description static ZooKeeperServerShim
ZooKeeperServerShimFactory. createServer(java.io.File snapDir, java.io.File logDir, int zkPort, int maxCC)
-
Uses of ZooKeeperServerShim in org.apache.bookkeeper.util
Fields in org.apache.bookkeeper.util declared as ZooKeeperServerShim Modifier and Type Field Description (package private) ZooKeeperServerShim
LocalBookKeeper. zks
Methods in org.apache.bookkeeper.util that return ZooKeeperServerShim Modifier and Type Method Description static ZooKeeperServerShim
LocalBookKeeper. runZookeeper(int maxCC, int zookeeperPort)
static ZooKeeperServerShim
LocalBookKeeper. runZookeeper(int maxCC, int zookeeperPort, java.io.File zkDir)
-