Skip navigation links
B C D G I N O R S T U 

B

build() - Method in class org.apache.hadoop.hbase.testing.TestingHBaseClusterOption.Builder
 
builder() - Static method in class org.apache.hadoop.hbase.testing.TestingHBaseClusterOption
Returns a new builder.

C

conf(Configuration) - Method in class org.apache.hadoop.hbase.testing.TestingHBaseClusterOption.Builder
 
conf() - Method in class org.apache.hadoop.hbase.testing.TestingHBaseClusterOption
 
create(TestingHBaseClusterOption) - Static method in interface org.apache.hadoop.hbase.testing.TestingHBaseCluster
createRootDir(boolean) - Method in class org.apache.hadoop.hbase.testing.TestingHBaseClusterOption.Builder
 
createWALDir(boolean) - Method in class org.apache.hadoop.hbase.testing.TestingHBaseClusterOption.Builder
 

D

dataNodeHosts(String[]) - Method in class org.apache.hadoop.hbase.testing.TestingHBaseClusterOption.Builder
 

G

getActiveMasterAddress() - Method in interface org.apache.hadoop.hbase.testing.TestingHBaseCluster
Get the address of active master if there is one.
getBackupMasterAddresses() - Method in interface org.apache.hadoop.hbase.testing.TestingHBaseCluster
Get all the backup master addresses.
getConf() - Method in interface org.apache.hadoop.hbase.testing.TestingHBaseCluster
Get configuration of this cluster.
getDataNodeHosts() - Method in class org.apache.hadoop.hbase.testing.TestingHBaseClusterOption
 
getExternalDfsUri() - Method in class org.apache.hadoop.hbase.testing.TestingHBaseClusterOption
 
getExternalZkConnectString() - Method in class org.apache.hadoop.hbase.testing.TestingHBaseClusterOption
 
getNumAlwaysStandByMasters() - Method in class org.apache.hadoop.hbase.testing.TestingHBaseClusterOption
 
getNumDataNodes() - Method in class org.apache.hadoop.hbase.testing.TestingHBaseClusterOption
 
getNumMasters() - Method in class org.apache.hadoop.hbase.testing.TestingHBaseClusterOption
 
getNumRegionServers() - Method in class org.apache.hadoop.hbase.testing.TestingHBaseClusterOption
 
getNumZkServers() - Method in class org.apache.hadoop.hbase.testing.TestingHBaseClusterOption
 
getOnlineRegionsInterface(ServerName) - Method in interface org.apache.hadoop.hbase.testing.TestingHBaseCluster
Get the server side OnlineRegions interface for the specific region server.
getRegion(RegionInfo) - Method in interface org.apache.hadoop.hbase.testing.TestingHBaseCluster
Get the server side Region interface for the specific region.
getRegionServerAddresses() - Method in interface org.apache.hadoop.hbase.testing.TestingHBaseCluster
Get all the region server addresses.
getRsPorts() - Method in class org.apache.hadoop.hbase.testing.TestingHBaseClusterOption
 

I

isClusterRunning() - Method in interface org.apache.hadoop.hbase.testing.TestingHBaseCluster
Return whether the cluster is running.
isCreateRootDir() - Method in class org.apache.hadoop.hbase.testing.TestingHBaseClusterOption
 
isCreateWALDir() - Method in class org.apache.hadoop.hbase.testing.TestingHBaseClusterOption
 
isHBaseClusterRunning() - Method in interface org.apache.hadoop.hbase.testing.TestingHBaseCluster
Return whether the hbase cluster is running.

N

numAlwaysStandByMasters(int) - Method in class org.apache.hadoop.hbase.testing.TestingHBaseClusterOption.Builder
 
numDataNodes(int) - Method in class org.apache.hadoop.hbase.testing.TestingHBaseClusterOption.Builder
 
numMasters(int) - Method in class org.apache.hadoop.hbase.testing.TestingHBaseClusterOption.Builder
 
numRegionServers(int) - Method in class org.apache.hadoop.hbase.testing.TestingHBaseClusterOption.Builder
 
numZkServers(int) - Method in class org.apache.hadoop.hbase.testing.TestingHBaseClusterOption.Builder
 

O

org.apache.hadoop.hbase.testing - package org.apache.hadoop.hbase.testing
 

R

rsPorts(List<Integer>) - Method in class org.apache.hadoop.hbase.testing.TestingHBaseClusterOption.Builder
 

S

start() - Method in interface org.apache.hadoop.hbase.testing.TestingHBaseCluster
Start the whole mini cluster, including zookeeper cluster, dfs cluster and hbase cluster.
startHBaseCluster() - Method in interface org.apache.hadoop.hbase.testing.TestingHBaseCluster
Start the hbase cluster.
startMaster() - Method in interface org.apache.hadoop.hbase.testing.TestingHBaseCluster
Start a new master with localhost and random port.
startMaster(String, int) - Method in interface org.apache.hadoop.hbase.testing.TestingHBaseCluster
Start a new master bind on the given host and port.
startRegionServer() - Method in interface org.apache.hadoop.hbase.testing.TestingHBaseCluster
Start a new region server with localhost and random port.
startRegionServer(String, int) - Method in interface org.apache.hadoop.hbase.testing.TestingHBaseCluster
Start a new region server bind on the given host and port.
stop() - Method in interface org.apache.hadoop.hbase.testing.TestingHBaseCluster
Stop the whole mini cluster, including zookeeper cluster, dfs cluster and hbase cluster.
stopHBaseCluster() - Method in interface org.apache.hadoop.hbase.testing.TestingHBaseCluster
Stop the hbase cluster.
stopMaster(ServerName) - Method in interface org.apache.hadoop.hbase.testing.TestingHBaseCluster
Stop the given master.
stopRegionServer(ServerName) - Method in interface org.apache.hadoop.hbase.testing.TestingHBaseCluster
Stop the given region server.

T

TestingHBaseCluster - Interface in org.apache.hadoop.hbase.testing
A mini hbase cluster used for testing.
TestingHBaseClusterOption - Class in org.apache.hadoop.hbase.testing
Options for starting up a mini testing cluster TestingHBaseCluster (including an hbase, dfs and zookeeper clusters) in test.
TestingHBaseClusterOption.Builder - Class in org.apache.hadoop.hbase.testing
Builder pattern for creating an TestingHBaseClusterOption.
toString() - Method in class org.apache.hadoop.hbase.testing.TestingHBaseClusterOption
 

U

useExternalDfs(String) - Method in class org.apache.hadoop.hbase.testing.TestingHBaseClusterOption.Builder
 
useExternalZooKeeper(String) - Method in class org.apache.hadoop.hbase.testing.TestingHBaseClusterOption.Builder
 
B C D G I N O R S T U 
Skip navigation links

Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.