Package | Description |
---|---|
org.apache.hadoop.hbase.coordination | |
org.apache.hadoop.hbase.regionserver.handler |
Modifier and Type | Class and Description |
---|---|
static class |
ZkSplitLogWorkerCoordination.ZkSplitTaskDetails
When ZK-based implementation wants to complete the task, it needs to know task znode and
current znode cversion (needed for subsequent update operation).
|
Modifier and Type | Method and Description |
---|---|
void |
SplitLogWorkerCoordination.endTask(SplitLogTask slt,
LongAdder ctr,
SplitLogWorkerCoordination.SplitTaskDetails splitTaskDetails)
Deprecated.
Notify coordination engine that splitting task has completed.
|
void |
ZkSplitLogWorkerCoordination.endTask(SplitLogTask slt,
LongAdder ctr,
SplitLogWorkerCoordination.SplitTaskDetails details)
endTask() can fail and the only way to recover out of it is for the
SplitLogManager to timeout the task node. |
Modifier and Type | Field and Description |
---|---|
private SplitLogWorkerCoordination.SplitTaskDetails |
WALSplitterHandler.splitTaskDetails
Deprecated.
|
Constructor and Description |
---|
WALSplitterHandler(Server server,
SplitLogWorkerCoordination coordination,
SplitLogWorkerCoordination.SplitTaskDetails splitDetails,
CancelableProgressable reporter,
AtomicInteger inProgressTasks,
SplitLogWorker.TaskExecutor splitTaskExecutor)
Deprecated.
|
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.