|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use HMaster | |
|---|---|
| org.apache.hadoop.hbase | |
| org.apache.hadoop.hbase.master | |
| org.apache.hadoop.hbase.util | |
| Uses of HMaster in org.apache.hadoop.hbase |
|---|
| Methods in org.apache.hadoop.hbase that return HMaster | |
|---|---|
HMaster |
LocalHBaseCluster.getMaster()
|
| Constructor parameters in org.apache.hadoop.hbase with type arguments of type HMaster | |
|---|---|
LocalHBaseCluster(org.apache.hadoop.conf.Configuration conf,
int noRegionServers,
Class<? extends HMaster> masterClass,
Class<? extends HRegionServer> regionServerClass)
Constructor. |
|
| Uses of HMaster in org.apache.hadoop.hbase.master |
|---|
| Methods in org.apache.hadoop.hbase.master that return HMaster | |
|---|---|
static HMaster |
HMaster.constructMaster(Class<? extends HMaster> masterClass,
org.apache.hadoop.conf.Configuration conf)
Utility for constructing an instance of the passed HMaster class. |
| Method parameters in org.apache.hadoop.hbase.master with type arguments of type HMaster | |
|---|---|
static HMaster |
HMaster.constructMaster(Class<? extends HMaster> masterClass,
org.apache.hadoop.conf.Configuration conf)
Utility for constructing an instance of the passed HMaster class. |
protected static void |
HMaster.doMain(String[] args,
Class<? extends HMaster> masterClass)
|
| Constructors in org.apache.hadoop.hbase.master with parameters of type HMaster | |
|---|---|
ProcessRegionClose(HMaster master,
HRegionInfo regionInfo,
boolean offlineRegion,
boolean reassignRegion)
|
|
ProcessRegionOpen(HMaster master,
HServerInfo info,
HRegionInfo regionInfo)
|
|
ServerManager(HMaster master)
Constructor. |
|
| Uses of HMaster in org.apache.hadoop.hbase.util |
|---|
| Methods in org.apache.hadoop.hbase.util with parameters of type HMaster | |
|---|---|
static Map<String,Integer> |
FSUtils.getTableFragmentation(HMaster master)
Runs through the HBase rootdir and checks how many stores for each table have more than one file in them. |
static int |
FSUtils.getTotalTableFragmentation(HMaster master)
Returns the total overall fragmentation percentage. |
static void |
JVMClusterUtil.shutdown(HMaster master,
List<JVMClusterUtil.RegionServerThread> regionservers)
|
static String |
JVMClusterUtil.startup(HMaster m,
List<JVMClusterUtil.RegionServerThread> regionservers)
Start the cluster. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||