| Package | Description |
|---|---|
| org.apache.hadoop.hbase.coordination | |
| org.apache.hadoop.hbase.master |
| Modifier and Type | Field and Description |
|---|---|
private ConcurrentMap<String,SplitLogManager.Task> |
SplitLogManagerCoordination.SplitLogManagerDetails.tasks |
| Modifier and Type | Method and Description |
|---|---|
private SplitLogManager.Task |
ZKSplitLogManagerCoordination.findOrCreateOrphanTask(String path) |
| Modifier and Type | Method and Description |
|---|---|
ConcurrentMap<String,SplitLogManager.Task> |
SplitLogManagerCoordination.SplitLogManagerDetails.getTasks()
Returns map of tasks
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
ZKSplitLogManagerCoordination.resubmitTask(String path,
SplitLogManager.Task task,
SplitLogManager.ResubmitDirective directive) |
boolean |
SplitLogManagerCoordination.resubmitTask(String taskName,
SplitLogManager.Task task,
SplitLogManager.ResubmitDirective force)
Deprecated.
Resubmit the task in case if found unassigned or failed
|
| Constructor and Description |
|---|
SplitLogManagerDetails(ConcurrentMap<String,SplitLogManager.Task> tasks,
MasterServices master,
Set<String> failedDeletions) |
| Modifier and Type | Field and Description |
|---|---|
(package private) ConcurrentMap<String,SplitLogManager.Task> |
SplitLogManager.tasks
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
private SplitLogManager.Task |
SplitLogManager.createTaskIfAbsent(String path,
SplitLogManager.TaskBatch batch)
Deprecated.
nn * @return null on success, existing task on error
|
| Modifier and Type | Method and Description |
|---|---|
(package private) ConcurrentMap<String,SplitLogManager.Task> |
SplitLogManager.getTasks()
Deprecated.
|
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.