| Package | Description |
|---|---|
| org.apache.hadoop.hbase.regionserver | |
| org.apache.hadoop.hbase.wal |
| Modifier and Type | Field and Description |
|---|---|
protected WALFactory |
HRegionServer.walFactory |
| Constructor and Description |
|---|
SplitLogWorker(Server hserver,
org.apache.hadoop.conf.Configuration conf,
RegionServerServices server,
LastSequenceId sequenceIdChecker,
WALFactory factory) |
| Modifier and Type | Field and Description |
|---|---|
private WALFactory |
RegionGroupingProvider.factory |
protected WALFactory |
AbstractFSWALProvider.factory |
private WALFactory |
WALSplitter.walFactory |
| Modifier and Type | Field and Description |
|---|---|
private static AtomicReference<WALFactory> |
WALFactory.singleton |
| Modifier and Type | Method and Description |
|---|---|
static WALFactory |
WALFactory.getInstance(org.apache.hadoop.conf.Configuration configuration) |
| Modifier and Type | Method and Description |
|---|---|
void |
RegionGroupingProvider.init(WALFactory factory,
org.apache.hadoop.conf.Configuration conf,
String providerId) |
void |
WALProvider.init(WALFactory factory,
org.apache.hadoop.conf.Configuration conf,
String providerId)
Set up the provider to create wals.
|
void |
DisabledWALProvider.init(WALFactory factory,
org.apache.hadoop.conf.Configuration conf,
String providerId) |
void |
AbstractFSWALProvider.init(WALFactory factory,
org.apache.hadoop.conf.Configuration conf,
String providerId) |
static List<org.apache.hadoop.fs.Path> |
WALSplitter.split(org.apache.hadoop.fs.Path rootDir,
org.apache.hadoop.fs.Path logDir,
org.apache.hadoop.fs.Path oldLogDir,
org.apache.hadoop.fs.FileSystem walFS,
org.apache.hadoop.conf.Configuration conf,
WALFactory factory) |
static boolean |
WALSplitter.splitLogFile(org.apache.hadoop.fs.Path walDir,
org.apache.hadoop.fs.FileStatus logfile,
org.apache.hadoop.fs.FileSystem walFS,
org.apache.hadoop.conf.Configuration conf,
CancelableProgressable reporter,
LastSequenceId idChecker,
SplitLogWorkerCoordination splitLogWorkerCoordination,
WALFactory factory)
Splits a WAL file into region's recovered-edits directory.
|
| Constructor and Description |
|---|
WALSplitter(WALFactory factory,
org.apache.hadoop.conf.Configuration conf,
org.apache.hadoop.fs.Path walDir,
org.apache.hadoop.fs.FileSystem walFS,
LastSequenceId idChecker,
SplitLogWorkerCoordination splitLogWorkerCoordination) |
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.