org.apache.blur.zookeeper
Class ZkMiniCluster
java.lang.Object
org.apache.blur.zookeeper.ZkMiniCluster
public class ZkMiniCluster
- extends Object
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)
|
ZkMiniCluster
public ZkMiniCluster()
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.