org.apache.blur.zookeeper
Class ZkMiniCluster

java.lang.Object
  extended by org.apache.blur.zookeeper.ZkMiniCluster

public class ZkMiniCluster
extends Object


Constructor Summary
ZkMiniCluster()
           
 
Method Summary
 String getZkConnectionString()
           
 void shutdownZooKeeper()
           
 void startZooKeeper(boolean format, String path)
           
 void startZooKeeper(boolean format, String path, boolean randomPort)
           
 void startZooKeeper(Properties properties, boolean format, String path, boolean randomPort)
           
 void startZooKeeper(Properties properties, String path)
           
 void startZooKeeper(Properties properties, String path, boolean randomPort)
           
 void startZooKeeper(String path)
           
 void startZooKeeper(String path, boolean randomPort)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ZkMiniCluster

public ZkMiniCluster()
Method Detail

getZkConnectionString

public String getZkConnectionString()

startZooKeeper

public void startZooKeeper(String path)

startZooKeeper

public void startZooKeeper(String path,
                           boolean randomPort)

startZooKeeper

public void startZooKeeper(boolean format,
                           String path)

startZooKeeper

public void startZooKeeper(boolean format,
                           String path,
                           boolean randomPort)

startZooKeeper

public void startZooKeeper(Properties properties,
                           String path)

startZooKeeper

public void startZooKeeper(Properties properties,
                           String path,
                           boolean randomPort)

startZooKeeper

public void startZooKeeper(Properties properties,
                           boolean format,
                           String path,
                           boolean randomPort)

shutdownZooKeeper

public void shutdownZooKeeper()


Copyright © 2012-2014 The Apache Software Foundation. All Rights Reserved.