Modifier and Type | Field and Description |
---|---|
private MiniHBaseCluster |
TestGlobalMemStoreSize.cluster |
private static MiniHBaseCluster |
TestClientClusterMetrics.CLUSTER |
private static MiniHBaseCluster |
TestClientClusterStatus.CLUSTER |
private MiniHBaseCluster |
MiniClusterRule.miniCluster |
Modifier and Type | Method and Description |
---|---|
MiniHBaseCluster |
HBaseTestingUtility.getHBaseCluster()
Get the Mini HBase cluster.
|
MiniHBaseCluster |
HBaseTestingUtility.getMiniHBaseCluster() |
MiniHBaseCluster |
HBaseTestingUtility.startMiniCluster()
Start up a minicluster of hbase, dfs and zookeeper all using default options.
|
MiniHBaseCluster |
HBaseTestingUtility.startMiniCluster(boolean createWALDir)
Deprecated.
since 2.2.0 and will be removed in 4.0.0. Use
HBaseTestingUtility.startMiniCluster(StartMiniClusterOption) instead. |
MiniHBaseCluster |
HBaseTestingUtility.startMiniCluster(int numSlaves)
Start up a minicluster of hbase, dfs and zookeeper clusters with given slave node number.
|
MiniHBaseCluster |
HBaseTestingUtility.startMiniCluster(int numSlaves,
boolean createRootDir)
Deprecated.
since 2.2.0 and will be removed in 4.0.0. Use
HBaseTestingUtility.startMiniCluster(StartMiniClusterOption) instead. |
MiniHBaseCluster |
HBaseTestingUtility.startMiniCluster(int numSlaves,
boolean createRootDir,
boolean createWALDir)
Deprecated.
since 2.2.0 and will be removed in 4.0.0. Use
HBaseTestingUtility.startMiniCluster(StartMiniClusterOption) instead. |
MiniHBaseCluster |
HBaseTestingUtility.startMiniCluster(int numMasters,
int numSlaves)
Deprecated.
since 2.2.0 and will be removed in 4.0.0. Use
HBaseTestingUtility.startMiniCluster(StartMiniClusterOption) instead. |
MiniHBaseCluster |
HBaseTestingUtility.startMiniCluster(int numMasters,
int numSlaves,
boolean createRootDir)
Deprecated.
since 2.2.0 and will be removed in 4.0.0. Use
HBaseTestingUtility.startMiniCluster(StartMiniClusterOption) instead. |
MiniHBaseCluster |
HBaseTestingUtility.startMiniCluster(int numMasters,
int numRegionServers,
int numDataNodes)
Deprecated.
since 2.2.0 and will be removed in 4.0.0. Use
HBaseTestingUtility.startMiniCluster(StartMiniClusterOption) instead. |
MiniHBaseCluster |
HBaseTestingUtility.startMiniCluster(int numMasters,
int numRegionServers,
int numDataNodes,
String[] dataNodeHosts,
Class<? extends org.apache.hadoop.hbase.master.HMaster> masterClass,
Class<? extends MiniHBaseCluster.MiniHBaseClusterRegionServer> rsClass)
Deprecated.
since 2.2.0 and will be removed in 4.0.0. Use
HBaseTestingUtility.startMiniCluster(StartMiniClusterOption) instead. |
MiniHBaseCluster |
HBaseTestingUtility.startMiniCluster(int numMasters,
int numRegionServers,
int numDataNodes,
String[] dataNodeHosts,
Class<? extends org.apache.hadoop.hbase.master.HMaster> masterClass,
Class<? extends MiniHBaseCluster.MiniHBaseClusterRegionServer> rsClass,
boolean createRootDir,
boolean createWALDir)
Deprecated.
since 2.2.0 and will be removed in 4.0.0. Use
HBaseTestingUtility.startMiniCluster(StartMiniClusterOption) instead. |
MiniHBaseCluster |
HBaseTestingUtility.startMiniCluster(int numMasters,
int numSlaves,
String[] dataNodeHosts)
Deprecated.
since 2.2.0 and will be removed in 4.0.0. Use
HBaseTestingUtility.startMiniCluster(StartMiniClusterOption) instead. |
MiniHBaseCluster |
HBaseTestingUtility.startMiniCluster(int numMasters,
int numSlaves,
String[] dataNodeHosts,
boolean createRootDir)
Deprecated.
since 2.2.0 and will be removed in 4.0.0. Use
HBaseTestingUtility.startMiniCluster(StartMiniClusterOption) instead. |
MiniHBaseCluster |
HBaseTestingUtility.startMiniCluster(int numMasters,
int numSlaves,
String[] dataNodeHosts,
Class<? extends org.apache.hadoop.hbase.master.HMaster> masterClass,
Class<? extends MiniHBaseCluster.MiniHBaseClusterRegionServer> rsClass)
Deprecated.
since 2.2.0 and will be removed in 4.0.0. Use
HBaseTestingUtility.startMiniCluster(StartMiniClusterOption) instead. |
MiniHBaseCluster |
HBaseTestingUtility.startMiniCluster(StartMiniClusterOption option)
Start up a mini cluster of hbase, optionally dfs and zookeeper if needed.
|
MiniHBaseCluster |
HBaseTestingUtility.startMiniHBaseCluster()
Starts up mini hbase cluster using default options.
|
MiniHBaseCluster |
HBaseTestingUtility.startMiniHBaseCluster(int numMasters,
int numRegionServers)
Deprecated.
since 2.2.0 and will be removed in 4.0.0. Use
HBaseTestingUtility.startMiniHBaseCluster(StartMiniClusterOption) instead. |
MiniHBaseCluster |
HBaseTestingUtility.startMiniHBaseCluster(int numMasters,
int numRegionServers,
List<Integer> rsPorts)
Deprecated.
since 2.2.0 and will be removed in 4.0.0. Use
HBaseTestingUtility.startMiniHBaseCluster(StartMiniClusterOption) instead. |
MiniHBaseCluster |
HBaseTestingUtility.startMiniHBaseCluster(int numMasters,
int numRegionServers,
List<Integer> rsPorts,
Class<? extends org.apache.hadoop.hbase.master.HMaster> masterClass,
Class<? extends MiniHBaseCluster.MiniHBaseClusterRegionServer> rsClass,
boolean createRootDir,
boolean createWALDir)
Deprecated.
since 2.2.0 and will be removed in 4.0.0. Use
HBaseTestingUtility.startMiniHBaseCluster(StartMiniClusterOption) instead. |
MiniHBaseCluster |
HBaseTestingUtility.startMiniHBaseCluster(StartMiniClusterOption option)
Starts up mini hbase cluster.
|
Modifier and Type | Method and Description |
---|---|
static NavigableSet<String> |
HBaseTestingUtility.getAllOnlineRegions(MiniHBaseCluster cluster) |
Modifier and Type | Field and Description |
---|---|
private static MiniHBaseCluster |
TestRegionObserverInterface.cluster |
Modifier and Type | Field and Description |
---|---|
protected static MiniHBaseCluster |
TestRefreshHFilesBase.cluster |
Modifier and Type | Field and Description |
---|---|
private static MiniHBaseCluster |
TestCellBasedWALPlayer2.cluster |
private static MiniHBaseCluster |
TestWALPlayer.cluster |
Modifier and Type | Field and Description |
---|---|
private static MiniHBaseCluster |
TestGetReplicationLoad.cluster |
private MiniHBaseCluster |
AbstractTestDLS.cluster |
private static MiniHBaseCluster |
TestMasterMetrics.cluster |
private MiniHBaseCluster |
TestRegionsRecoveryConfigManager.cluster |
private static MiniHBaseCluster |
TestAssignmentManagerMetrics.CLUSTER |
private static MiniHBaseCluster |
TestWarmupRegion.myCluster |
Modifier and Type | Method and Description |
---|---|
private void |
AbstractTestDLS.abortMaster(MiniHBaseCluster cluster) |
private void |
TestRollingRestart.assertRegionsAssigned(MiniHBaseCluster cluster,
Set<String> expectedRegions) |
private int |
TestMasterFailoverBalancerPersistence.getActiveMasterIndex(MiniHBaseCluster cluster)
return the index of the active master in the cluster
|
private NavigableSet<String> |
TestRollingRestart.getDoubleAssignedRegions(MiniHBaseCluster cluster) |
private int |
TestRollingRestart.getNumberOfOnlineRegions(MiniHBaseCluster cluster) |
private org.apache.hadoop.hbase.master.HMaster |
TestMasterFailoverBalancerPersistence.killActiveAndWaitForNewActive(MiniHBaseCluster cluster)
Kill the master and wait for a new active master to show up n * @return the new active master n
* @throws java.io.IOException
|
Modifier and Type | Field and Description |
---|---|
private MiniHBaseCluster |
TestRegionMoveAndAbandon.cluster |
private static MiniHBaseCluster |
TestRogueRSAssignment.cluster |
Modifier and Type | Field and Description |
---|---|
private static MiniHBaseCluster |
TestRegionLocationFinder.cluster |
private static MiniHBaseCluster |
TestBalancerStatusTagInJMXMetrics.cluster |
private MiniHBaseCluster |
TestFavoredStochasticLoadBalancer.cluster |
private MiniHBaseCluster |
TestFavoredStochasticBalancerPickers.cluster |
Modifier and Type | Field and Description |
---|---|
private MiniHBaseCluster |
TestRegionSizeUse.cluster |
private MiniHBaseCluster |
SpaceQuotaHelperForTests.NoFilesToDischarge.cluster |
Constructor and Description |
---|
NoFilesToDischarge(MiniHBaseCluster cluster,
org.apache.hadoop.hbase.TableName tn) |
Modifier and Type | Field and Description |
---|---|
private static MiniHBaseCluster |
TestRemoveRegionMetrics.cluster |
private MiniHBaseCluster |
TestRegionServerAbort.cluster |
private MiniHBaseCluster |
TestMutateRowsRecovery.cluster |
private static MiniHBaseCluster |
TestRegionServerMetrics.cluster |
private MiniHBaseCluster |
TestSplitTransactionOnCluster.cluster |
private MiniHBaseCluster |
TestClearRegionBlockCache.cluster |
Modifier and Type | Method and Description |
---|---|
private org.apache.hadoop.hbase.regionserver.HRegionServer |
TestSplitTransactionOnCluster.getOtherRegionServer(MiniHBaseCluster cluster,
org.apache.hadoop.hbase.regionserver.HRegionServer notThisOne)
Find regionserver other than the one passed.
|
Modifier and Type | Field and Description |
---|---|
protected MiniHBaseCluster |
AbstractTestLogRolling.cluster |
private static MiniHBaseCluster |
TestLogRollAbort.cluster |
Modifier and Type | Field and Description |
---|---|
private static MiniHBaseCluster |
TestSecureRESTServer.CLUSTER |
Modifier and Type | Method and Description |
---|---|
private static List<org.apache.hadoop.hbase.security.access.AccessController> |
SecureTestUtil.getAccessControllers(MiniHBaseCluster cluster) |
private static Map<org.apache.hadoop.hbase.security.access.AccessController,Long> |
SecureTestUtil.getAuthManagerMTimes(MiniHBaseCluster cluster) |
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.