Package | Description |
---|---|
org.apache.hadoop.hbase.regionserver | |
org.apache.hadoop.hbase.snapshot |
Modifier and Type | Field and Description |
---|---|
private HRegionFileSystem |
HStore.fs |
private HRegionFileSystem |
HRegion.fs |
Modifier and Type | Method and Description |
---|---|
static HRegionFileSystem |
HRegionFileSystem.createRegionOnFileSystem(org.apache.hadoop.conf.Configuration conf,
org.apache.hadoop.fs.FileSystem fs,
org.apache.hadoop.fs.Path tableDir,
HRegionInfo regionInfo)
Create a new Region on file-system.
|
HRegionFileSystem |
HStore.getRegionFileSystem() |
HRegionFileSystem |
HRegion.getRegionFileSystem() |
static HRegionFileSystem |
HRegionFileSystem.openRegionFromFileSystem(org.apache.hadoop.conf.Configuration conf,
org.apache.hadoop.fs.FileSystem fs,
org.apache.hadoop.fs.Path tableDir,
HRegionInfo regionInfo,
boolean readOnly)
Open Region from file-system.
|
Constructor and Description |
---|
HRegion(HRegionFileSystem fs,
WAL wal,
org.apache.hadoop.conf.Configuration confParam,
HTableDescriptor htd,
RegionServerServices rsServices)
HRegion constructor.
|
Modifier and Type | Method and Description |
---|---|
HRegionFileSystem |
SnapshotManifestV1.ManifestBuilder.regionOpen(HRegionInfo regionInfo) |
Modifier and Type | Method and Description |
---|---|
void |
SnapshotManifestV1.ManifestBuilder.familyClose(HRegionFileSystem region,
org.apache.hadoop.fs.Path family) |
org.apache.hadoop.fs.Path |
SnapshotManifestV1.ManifestBuilder.familyOpen(HRegionFileSystem snapshotRegionFs,
byte[] familyName) |
void |
SnapshotManifestV1.ManifestBuilder.regionClose(HRegionFileSystem region) |
void |
SnapshotManifestV1.ManifestBuilder.storeFile(HRegionFileSystem region,
org.apache.hadoop.fs.Path familyDir,
StoreFileInfo storeFile) |
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.