| Package | Description |
|---|---|
| org.apache.hadoop.hbase.regionserver | |
| org.apache.hadoop.hbase.regionserver.storefiletracker | |
| org.apache.hadoop.hbase.util.compaction |
| Modifier and Type | Class and Description |
|---|---|
class |
HRegionWALFileSystem
A Wrapper for the region FileSystem operations adding WAL specific operations
|
| Modifier and Type | Method and Description |
|---|---|
static HRegionFileSystem |
HRegion.createRegionDir(org.apache.hadoop.conf.Configuration configuration,
RegionInfo ri,
org.apache.hadoop.fs.Path rootDir)
Create the region directory in the filesystem.
|
static HRegionFileSystem |
HRegionFileSystem.createRegionOnFileSystem(org.apache.hadoop.conf.Configuration conf,
org.apache.hadoop.fs.FileSystem fs,
org.apache.hadoop.fs.Path tableDir,
RegionInfo regionInfo)
Create a new Region on file-system.
|
HRegionFileSystem |
HRegion.getRegionFileSystem()
Returns the
HRegionFileSystem used by this region |
HRegionFileSystem |
StoreContext.getRegionFileSystem() |
HRegionFileSystem |
HStore.getRegionFileSystem() |
static HRegionFileSystem |
HRegionFileSystem.openRegionFromFileSystem(org.apache.hadoop.conf.Configuration conf,
org.apache.hadoop.fs.FileSystem fs,
org.apache.hadoop.fs.Path tableDir,
RegionInfo regionInfo,
boolean readOnly)
Open Region from file-system.
|
| Modifier and Type | Method and Description |
|---|---|
static List<org.apache.hadoop.fs.LocatedFileStatus> |
HRegionFileSystem.getStoreFilesLocatedStatus(HRegionFileSystem regionfs,
String familyName,
boolean validate)
Returns the store files' LocatedFileStatus which available for the family.
|
StoreContext.Builder |
StoreContext.Builder.withRegionFileSystem(HRegionFileSystem regionFileSystem) |
| Constructor and Description |
|---|
HRegion(HRegionFileSystem fs,
WAL wal,
org.apache.hadoop.conf.Configuration confParam,
TableDescriptor htd,
RegionServerServices rsServices)
HRegion constructor.
|
| Modifier and Type | Method and Description |
|---|---|
static StoreFileTracker |
StoreFileTrackerFactory.create(org.apache.hadoop.conf.Configuration conf,
TableDescriptor td,
ColumnFamilyDescriptor cfd,
HRegionFileSystem regionFs)
Used at master side when splitting/merging regions, as we do not have a Store, thus no
StoreContext at master side.
|
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
MajorCompactionTTLRequest.shouldIncludeStore(HRegionFileSystem fileSystem,
String family,
Collection<StoreFileInfo> storeFiles,
long ts) |
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.