public class HbaseLocalCluster extends Object implements MiniCluster
| Modifier and Type | Class and Description |
|---|---|
static class |
HbaseLocalCluster.Builder |
| Modifier and Type | Method and Description |
|---|---|
void |
cleanUp() |
void |
configure() |
org.apache.hadoop.conf.Configuration |
getHbaseConfiguration() |
Integer |
getHbaseMasterInfoPort() |
Integer |
getHbaseMasterPort() |
String |
getHbaseRootDir() |
Boolean |
getHbaseWalReplicationEnabled() |
Integer |
getNumRegionServers() |
String |
getZookeeperConnectionString() |
Integer |
getZookeeperPort() |
String |
getZookeeperZnodeParent() |
void |
start() |
void |
stop() |
void |
stop(boolean cleanUp) |
public Integer getHbaseMasterPort()
public Integer getHbaseMasterInfoPort()
public Integer getNumRegionServers()
public String getHbaseRootDir()
public Integer getZookeeperPort()
public String getZookeeperConnectionString()
public String getZookeeperZnodeParent()
public Boolean getHbaseWalReplicationEnabled()
public org.apache.hadoop.conf.Configuration getHbaseConfiguration()
public void start()
throws Exception
start in interface MiniClusterExceptionpublic void stop()
throws Exception
stop in interface MiniClusterExceptionpublic void stop(boolean cleanUp)
throws Exception
stop in interface MiniClusterExceptionpublic void configure()
throws Exception
configure in interface MiniClusterExceptionpublic void cleanUp()
throws Exception
cleanUp in interface MiniClusterExceptionCopyright © 2015. All Rights Reserved.