public static class SplitLogManagerCoordination.SplitLogManagerDetails extends Object
Modifier and Type | Field and Description |
---|---|
private Set<String> |
failedDeletions |
private MasterServices |
master |
private ServerName |
serverName |
private ConcurrentMap<String,SplitLogManager.Task> |
tasks |
Constructor and Description |
---|
SplitLogManagerCoordination.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() |
private final ConcurrentMap<String,SplitLogManager.Task> tasks
private final MasterServices master
private final ServerName serverName
public SplitLogManagerCoordination.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()
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.