public static class SplitLogManagerCoordination.SplitLogManagerDetails extends Object
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() |
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.