Package | Description |
---|---|
org.apache.hadoop.hbase.master.region |
Modifier and Type | Field and Description |
---|---|
private MasterRegionWALRoller |
MasterRegion.walRoller |
Modifier and Type | Method and Description |
---|---|
(package private) static MasterRegionWALRoller |
MasterRegionWALRoller.create(String name,
org.apache.hadoop.conf.Configuration conf,
Abortable abortable,
org.apache.hadoop.fs.FileSystem fs,
org.apache.hadoop.fs.Path walRootDir,
org.apache.hadoop.fs.Path globalWALRootDir,
String archivedWALSuffix,
long rollPeriodMs,
long flushSize) |
Modifier and Type | Method and Description |
---|---|
private static HRegion |
MasterRegion.bootstrap(org.apache.hadoop.conf.Configuration conf,
TableDescriptor td,
org.apache.hadoop.fs.FileSystem fs,
org.apache.hadoop.fs.Path rootDir,
org.apache.hadoop.fs.FileSystem walFs,
org.apache.hadoop.fs.Path walRootDir,
WALFactory walFactory,
MasterRegionWALRoller walRoller,
String serverName) |
private static WAL |
MasterRegion.createWAL(WALFactory walFactory,
MasterRegionWALRoller walRoller,
String serverName,
org.apache.hadoop.fs.FileSystem walFs,
org.apache.hadoop.fs.Path walRootDir,
RegionInfo regionInfo) |
private static HRegion |
MasterRegion.open(org.apache.hadoop.conf.Configuration conf,
TableDescriptor td,
org.apache.hadoop.fs.FileSystem fs,
org.apache.hadoop.fs.Path rootDir,
org.apache.hadoop.fs.FileSystem walFs,
org.apache.hadoop.fs.Path walRootDir,
WALFactory walFactory,
MasterRegionWALRoller walRoller,
String serverName) |
Constructor and Description |
---|
MasterRegion(HRegion region,
WALFactory walFactory,
MasterRegionFlusherAndCompactor flusherAndCompactor,
MasterRegionWALRoller walRoller) |
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.