| Package | Description | 
|---|---|
| org.apache.hadoop.hbase.coordination | |
| org.apache.hadoop.hbase.regionserver.handler | 
| Modifier and Type | Class and Description | 
|---|---|
| static class  | ZkSplitLogWorkerCoordination.ZkSplitTaskDetailsWhen 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 | ZkSplitLogWorkerCoordination. endTask(SplitLogTask slt,
       LongAdder ctr,
       SplitLogWorkerCoordination.SplitTaskDetails details)endTask() can fail and the only way to recover out of it is for the
  SplitLogManagerto timeout the task node. | 
| void | SplitLogWorkerCoordination. endTask(SplitLogTask slt,
       LongAdder ctr,
       SplitLogWorkerCoordination.SplitTaskDetails splitTaskDetails)Notify coordination engine that splitting task has completed. | 
| Modifier and Type | Field and Description | 
|---|---|
| private SplitLogWorkerCoordination.SplitTaskDetails | WALSplitterHandler. splitTaskDetails | 
| Constructor and Description | 
|---|
| WALSplitterHandler(Server server,
                  SplitLogWorkerCoordination coordination,
                  SplitLogWorkerCoordination.SplitTaskDetails splitDetails,
                  CancelableProgressable reporter,
                  AtomicInteger inProgressTasks,
                  SplitLogWorker.TaskExecutor splitTaskExecutor) | 
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.