public static class SplitLogManagerCoordination.SplitLogManagerDetails extends Object
| Constructor and Description |
|---|
SplitLogManagerDetails(ConcurrentMap<String,SplitLogManager.Task> tasks,
MasterServices master,
Set<String> failedDeletions,
ServerName serverName) |
| Modifier and Type | Method and Description |
|---|---|
Set<String> |
getFailedDeletions() |
MasterServices |
getMaster() |
ServerName |
getServerName() |
ConcurrentMap<String,SplitLogManager.Task> |
getTasks() |
public SplitLogManagerDetails(ConcurrentMap<String,SplitLogManager.Task> tasks, MasterServices master, Set<String> failedDeletions, ServerName serverName)
public MasterServices getMaster()
public ConcurrentMap<String,SplitLogManager.Task> getTasks()
public ServerName getServerName()