| Package | Description |
|---|---|
| org.apache.hadoop.hbase.master | |
| org.apache.hadoop.hbase.regionserver |
| Modifier and Type | Class and Description |
|---|---|
class |
HMaster
HMaster is the "master server" for HBase.
|
static class |
HMasterCommandLine.LocalHMaster |
| Modifier and Type | Method and Description |
|---|---|
static HRegionServer |
HRegionServer.constructRegionServer(java.lang.Class<? extends HRegionServer> regionServerClass,
Configuration conf2)
Utility for constructing an instance of the passed HRegionServer class.
|
| Modifier and Type | Method and Description |
|---|---|
static HRegionServer |
HRegionServer.constructRegionServer(java.lang.Class<? extends HRegionServer> regionServerClass,
Configuration conf2)
Utility for constructing an instance of the passed HRegionServer class.
|
| Constructor and Description |
|---|
RSRpcServices(HRegionServer rs) |
StorefileRefresherChore(int period,
boolean onlyMetaRefresh,
HRegionServer regionServer,
Stoppable stoppable) |
| Constructor and Description |
|---|
HRegionServerCommandLine(java.lang.Class<? extends HRegionServer> clazz) |