| Package | Description |
|---|---|
| org.apache.hadoop.hbase | |
| org.apache.hadoop.hbase.coordination | |
| org.apache.hadoop.hbase.regionserver.handler | |
| org.apache.hadoop.hbase.wal |
| Modifier and Type | Method and Description |
|---|---|
SplitLogWorkerCoordination |
CoordinatedStateManager.getSplitLogWorkerCoordination()
Method to retrieve coordination for split log worker
|
| Modifier and Type | Class and Description |
|---|---|
class |
ZkSplitLogWorkerCoordination
ZooKeeper based implementation of
SplitLogWorkerCoordination
It listen for changes in ZooKeeper and |
| Modifier and Type | Field and Description |
|---|---|
protected SplitLogWorkerCoordination |
ZkCoordinatedStateManager.splitLogWorkerCoordination |
| Modifier and Type | Method and Description |
|---|---|
SplitLogWorkerCoordination |
ZkCoordinatedStateManager.getSplitLogWorkerCoordination() |
| Constructor and Description |
|---|
WALSplitterHandler(Server server,
SplitLogWorkerCoordination coordination,
SplitLogWorkerCoordination.SplitTaskDetails splitDetails,
CancelableProgressable reporter,
AtomicInteger inProgressTasks,
SplitLogWorker.TaskExecutor splitTaskExecutor) |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
WALSplitter.splitLogFile(org.apache.hadoop.fs.Path rootDir,
org.apache.hadoop.fs.FileStatus logfile,
org.apache.hadoop.fs.FileSystem fs,
org.apache.hadoop.conf.Configuration conf,
CancelableProgressable reporter,
LastSequenceId idChecker,
SplitLogWorkerCoordination splitLogWorkerCoordination,
WALFactory factory)
Splits a WAL file into region's recovered-edits directory.
|
Copyright © 2007–2018 The Apache Software Foundation. All rights reserved.