|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use RegionServerServices | |
|---|---|
| org.apache.hadoop.hbase.coprocessor | Table of Contents |
| org.apache.hadoop.hbase.regionserver | |
| org.apache.hadoop.hbase.regionserver.handler | |
| Uses of RegionServerServices in org.apache.hadoop.hbase.coprocessor |
|---|
| Methods in org.apache.hadoop.hbase.coprocessor that return RegionServerServices | |
|---|---|
RegionServerServices |
RegionCoprocessorEnvironment.getRegionServerServices()
|
| Uses of RegionServerServices in org.apache.hadoop.hbase.regionserver |
|---|
| Classes in org.apache.hadoop.hbase.regionserver that implement RegionServerServices | |
|---|---|
class |
HRegionServer
HRegionServer makes a set of HRegions available to clients. |
| Methods in org.apache.hadoop.hbase.regionserver with parameters of type RegionServerServices | |
|---|---|
PairOfSameType<HRegion> |
SplitTransaction.execute(Server server,
RegionServerServices services)
Run the transaction. |
static HRegion |
HRegion.newHRegion(org.apache.hadoop.fs.Path tableDir,
HLog log,
org.apache.hadoop.fs.FileSystem fs,
org.apache.hadoop.conf.Configuration conf,
HRegionInfo regionInfo,
HTableDescriptor htd,
RegionServerServices rsServices)
A utility method to create new instances of HRegion based on the HConstants.REGION_IMPL configuration property. |
static HRegion |
HRegion.openHRegion(HRegionInfo info,
HTableDescriptor htd,
HLog wal,
org.apache.hadoop.conf.Configuration conf,
RegionServerServices rsServices,
CancelableProgressable reporter)
Open a Region. |
static HRegion |
HRegion.openHRegion(org.apache.hadoop.fs.Path tableDir,
HRegionInfo info,
HTableDescriptor htd,
HLog wal,
org.apache.hadoop.conf.Configuration conf,
RegionServerServices rsServices,
CancelableProgressable reporter)
Open a Region. |
boolean |
SplitTransaction.rollback(Server server,
RegionServerServices services)
|
| Constructors in org.apache.hadoop.hbase.regionserver with parameters of type RegionServerServices | |
|---|---|
HRegion(org.apache.hadoop.fs.Path tableDir,
HLog log,
org.apache.hadoop.fs.FileSystem fs,
org.apache.hadoop.conf.Configuration conf,
HRegionInfo regionInfo,
HTableDescriptor htd,
RegionServerServices rsServices)
HRegion constructor. |
|
RegionCoprocessorHost(HRegion region,
RegionServerServices rsServices,
org.apache.hadoop.conf.Configuration conf)
Constructor |
|
| Uses of RegionServerServices in org.apache.hadoop.hbase.regionserver.handler |
|---|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||