Modifier and Type | Method and Description |
---|---|
HRegionServer |
LocalHBaseCluster.getRegionServer(int serverNumber) |
Constructor and Description |
---|
LocalHBaseCluster(org.apache.hadoop.conf.Configuration conf,
int noMasters,
int noRegionServers,
Class<? extends HMaster> masterClass,
Class<? extends HRegionServer> regionServerClass)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
static HRegionServer |
HRegionServer.constructRegionServer(Class<? extends HRegionServer> regionServerClass,
org.apache.hadoop.conf.Configuration conf2)
Utility for constructing an instance of the passed HRegionServer class.
|
Modifier and Type | Method and Description |
---|---|
static MXBeanImpl |
MXBeanImpl.init(HRegionServer rs) |
static Thread |
HRegionServer.startRegionServer(HRegionServer hrs) |
static Thread |
HRegionServer.startRegionServer(HRegionServer hrs,
String name) |
Modifier and Type | Method and Description |
---|---|
static HRegionServer |
HRegionServer.constructRegionServer(Class<? extends HRegionServer> regionServerClass,
org.apache.hadoop.conf.Configuration conf2)
Utility for constructing an instance of the passed HRegionServer class.
|
Constructor and Description |
---|
MXBeanImpl(HRegionServer rs) |
Constructor and Description |
---|
HRegionServerCommandLine(Class<? extends HRegionServer> clazz) |
Modifier and Type | Method and Description |
---|---|
void |
CompactionRequest.setServer(HRegionServer hrs) |
Modifier and Type | Method and Description |
---|---|
static RegionServerDynamicMetrics |
RegionServerDynamicMetrics.newInstance(HRegionServer regionServer) |
Modifier and Type | Method and Description |
---|---|
HRegionServer |
RSStatusTmpl.ImplData.getRegionServer() |
Modifier and Type | Method and Description |
---|---|
org.jamon.Renderer |
RSStatusTmpl.makeRenderer(HRegionServer regionServer) |
void |
RSStatusTmpl.render(Writer jamonWriter,
HRegionServer regionServer) |
void |
RSStatusTmpl.renderNoFlush(Writer jamonWriter,
HRegionServer regionServer) |
void |
RSStatusTmpl.ImplData.setRegionServer(HRegionServer regionServer) |
Modifier and Type | Method and Description |
---|---|
HRegionServer |
JVMClusterUtil.RegionServerThread.getRegionServer() |
Modifier and Type | Method and Description |
---|---|
static JVMClusterUtil.RegionServerThread |
JVMClusterUtil.createRegionServerThread(org.apache.hadoop.conf.Configuration c,
Class<? extends HRegionServer> hrsc,
int index)
Creates a
JVMClusterUtil.RegionServerThread . |
Constructor and Description |
---|
JVMClusterUtil.RegionServerThread(HRegionServer r,
int index) |
Copyright © 2014 The Apache Software Foundation. All Rights Reserved.