| 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
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
SplitLogWorkerCoordination |
ZkCoordinatedStateManager.getSplitLogWorkerCoordination()
Deprecated.
|
| Constructor and Description |
|---|
WALSplitterHandler(Server server,
SplitLogWorkerCoordination coordination,
SplitLogWorkerCoordination.SplitTaskDetails splitDetails,
CancelableProgressable reporter,
AtomicInteger inProgressTasks,
SplitLogWorker.TaskExecutor splitTaskExecutor)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
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,
RegionServerServices rsServices)
Splits a WAL file.
|
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.