|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use HRegion | |
---|---|
org.apache.hadoop.hbase.util.migration.v5 | Package of classes used instantiating objects written with pre-version 5 versions of HBase. |
Uses of HRegion in org.apache.hadoop.hbase.util.migration.v5 |
---|
Methods in org.apache.hadoop.hbase.util.migration.v5 that return HRegion | |
---|---|
static HRegion |
HRegion.createHRegion(HRegionInfo info,
org.apache.hadoop.fs.Path rootDir,
HBaseConfiguration conf)
Convenience method creating new HRegions. |
HRegion |
MetaUtils.getMetaRegion(HRegionInfo metaInfo)
Open or return cached opened meta region |
HRegion |
MetaUtils.getRootRegion()
|
static HRegion |
HRegion.merge(HRegion a,
HRegion b)
Merge two regions whether they are adjacent or not. |
static HRegion |
HRegion.mergeAdjacent(HRegion srcA,
HRegion srcB)
Merge two HRegions. |
static HRegion |
HRegion.openHRegion(HRegionInfo info,
org.apache.hadoop.fs.Path rootDir,
HLog log,
HBaseConfiguration conf)
Convenience method to open a HRegion outside of an HRegionServer context. |
Methods in org.apache.hadoop.hbase.util.migration.v5 with parameters of type HRegion | |
---|---|
static void |
HRegion.addRegionToMETA(HRegion meta,
HRegion r)
Inserts a new region's meta information into the passed meta region. |
static HRegion |
HRegion.merge(HRegion a,
HRegion b)
Merge two regions whether they are adjacent or not. |
static HRegion |
HRegion.mergeAdjacent(HRegion srcA,
HRegion srcB)
Merge two HRegions. |
void |
FlushRequester.request(HRegion region)
Tell the listener the cache needs to be flushed. |
void |
MetaUtils.scanMetaRegion(HRegion m,
MetaUtils.ScannerListener listener)
Scan the passed in metaregion m invoking the passed
listener per row found. |
void |
MetaUtils.updateMETARegionInfo(HRegion r,
HRegionInfo hri)
Update COL_REGIONINFO in meta region r with HRegionInfo hri |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |