Modifier and Type | Class and Description |
---|---|
static class |
TestClientClusterMetrics.MyRegionServer |
private static class |
TestClientOperationTimeout.DelayedRegionServer |
static class |
TestLocalHBaseCluster.MyHRegionServer
A private regionserver class with a dummy method for testing casts
|
Modifier and Type | Field and Description |
---|---|
private Class<? extends MiniHBaseCluster.MiniHBaseClusterRegionServer> |
StartMiniClusterOption.rsClass
The class to use as HRegionServer, or null for default.
|
private Class<? extends MiniHBaseCluster.MiniHBaseClusterRegionServer> |
StartMiniClusterOption.Builder.rsClass |
Modifier and Type | Method and Description |
---|---|
Class<? extends MiniHBaseCluster.MiniHBaseClusterRegionServer> |
StartMiniClusterOption.getRsClass() |
Modifier and Type | Method and Description |
---|---|
private void |
MiniHBaseCluster.init(int nMasterNodes,
int numAlwaysStandByMasters,
int nRegionNodes,
List<Integer> rsPorts,
Class<? extends org.apache.hadoop.hbase.master.HMaster> masterClass,
Class<? extends MiniHBaseCluster.MiniHBaseClusterRegionServer> regionserverClass) |
StartMiniClusterOption.Builder |
StartMiniClusterOption.Builder.rsClass(Class<? extends MiniHBaseCluster.MiniHBaseClusterRegionServer> rsClass) |
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,
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.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. |
Constructor and Description |
---|
MiniHBaseCluster(org.apache.hadoop.conf.Configuration conf,
int numMasters,
int numRegionServers,
Class<? extends org.apache.hadoop.hbase.master.HMaster> masterClass,
Class<? extends MiniHBaseCluster.MiniHBaseClusterRegionServer> regionserverClass)
Start a MiniHBaseCluster.
|
MiniHBaseCluster(org.apache.hadoop.conf.Configuration conf,
int numMasters,
int numAlwaysStandByMasters,
int numRegionServers,
List<Integer> rsPorts,
Class<? extends org.apache.hadoop.hbase.master.HMaster> masterClass,
Class<? extends MiniHBaseCluster.MiniHBaseClusterRegionServer> regionserverClass) |
StartMiniClusterOption(int numMasters,
int numAlwaysStandByMasters,
Class<? extends org.apache.hadoop.hbase.master.HMaster> masterClass,
int numRegionServers,
List<Integer> rsPorts,
Class<? extends MiniHBaseCluster.MiniHBaseClusterRegionServer> rsClass,
int numDataNodes,
String[] dataNodeHosts,
int numZkServers,
boolean createRootDir,
boolean createWALDir)
Private constructor.
|
Modifier and Type | Class and Description |
---|---|
private static class |
TestClientScannerTimeouts.RegionServerWithScanTimeout |
Modifier and Type | Class and Description |
---|---|
static class |
TestMetaShutdownHandler.MyRegionServer |
Modifier and Type | Class and Description |
---|---|
static class |
TestWakeUpUnexpectedProcedure.RSForTest |
Modifier and Type | Class and Description |
---|---|
static class |
TestRegionServerReportForDuty.MyRegionServer |
private static class |
TestRegionServerScan.MyRegionServer |
(package private) static class |
TestRSKilledWhenInitializing.RegisterAndDieRegionServer
A RegionServer that reports for duty and then immediately dies if it is the first to receive
the response to a reportForDuty.
|
private static class |
TestScannerRPCScanMetrics.RegionServerWithScanMetrics |
private static class |
TestScannerTimeoutHandling.RegionServerWithScanTimeout |
private static class |
TestShortCircuitGet.MyRegionServer |
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.