Search in sources :

Example 1 with ZooKeeperServiceRunner

use of io.pravega.segmentstore.storage.impl.bookkeeper.ZooKeeperServiceRunner in project pravega by pravega.

the class InProcPravegaCluster method startLocalZK.

private void startLocalZK() throws Exception {
    zkService = new ZooKeeperServiceRunner(zkPort, secureZK, jksKeyFile, keyPasswordFile, jksTrustFile);
    zkService.initialize();
    zkService.start();
}
Also used : ZooKeeperServiceRunner(io.pravega.segmentstore.storage.impl.bookkeeper.ZooKeeperServiceRunner)

Aggregations

ZooKeeperServiceRunner (io.pravega.segmentstore.storage.impl.bookkeeper.ZooKeeperServiceRunner)1