Package org.apache.bookkeeper.shims.zk
Class ZooKeeperServerShimFactory
- java.lang.Object
-
- org.apache.bookkeeper.shims.zk.ZooKeeperServerShimFactory
-
public class ZooKeeperServerShimFactory extends java.lang.Object
A factory to create zookeeper server.
-
-
Constructor Summary
Constructors Constructor Description ZooKeeperServerShimFactory()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static ZooKeeperServerShim
createServer(java.io.File snapDir, java.io.File logDir, int zkPort, int maxCC)
-
-
-
Method Detail
-
createServer
public static ZooKeeperServerShim createServer(java.io.File snapDir, java.io.File logDir, int zkPort, int maxCC) throws java.io.IOException
- Throws:
java.io.IOException
-
-