|
||||||||||
| 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.getActiveMaster()
Gets the current active master, if available. |
HMaster |
LocalHBaseCluster.getMaster(int serverNumber)
|
| Constructor parameters in org.apache.hadoop.hbase with type arguments of type HMaster | |
|---|---|
LocalHBaseCluster(org.apache.hadoop.conf.Configuration conf,
int noMasters,
int noRegionServers,
java.lang.Class<? extends HMaster> masterClass,
java.lang.Class<? extends HRegionServer> regionServerClass)
Constructor. |
|
| Uses of HMaster in org.apache.hadoop.hbase.master |
|---|
| Subclasses of HMaster in org.apache.hadoop.hbase.master | |
|---|---|
static class |
HMasterCommandLine.LocalHMaster
|
| Methods in org.apache.hadoop.hbase.master that return HMaster | |
|---|---|
static HMaster |
HMaster.constructMaster(java.lang.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(java.lang.Class<? extends HMaster> masterClass,
org.apache.hadoop.conf.Configuration conf)
Utility for constructing an instance of the passed HMaster class. |
| Constructor parameters in org.apache.hadoop.hbase.master with type arguments of type HMaster | |
|---|---|
HMasterCommandLine(java.lang.Class<? extends HMaster> masterClass)
|
|
| Uses of HMaster in org.apache.hadoop.hbase.util |
|---|
| Methods in org.apache.hadoop.hbase.util that return HMaster | |
|---|---|
HMaster |
JVMClusterUtil.MasterThread.getMaster()
|
| Methods in org.apache.hadoop.hbase.util with parameters of type HMaster | |
|---|---|
static java.util.Map<java.lang.String,java.lang.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. |
| Method parameters in org.apache.hadoop.hbase.util with type arguments of type HMaster | |
|---|---|
static JVMClusterUtil.MasterThread |
JVMClusterUtil.createMasterThread(org.apache.hadoop.conf.Configuration c,
java.lang.Class<? extends HMaster> hmc,
int index)
Creates a JVMClusterUtil.MasterThread. |
| Constructors in org.apache.hadoop.hbase.util with parameters of type HMaster | |
|---|---|
JVMClusterUtil.MasterThread(HMaster m,
int index)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||