Class ZooKeeperServerShimFactory


  • public class ZooKeeperServerShimFactory
    extends java.lang.Object
    A factory to create zookeeper server.
    • Constructor Detail

      • ZooKeeperServerShimFactory

        public ZooKeeperServerShimFactory()
    • 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