public class AllNodes extends Object
| Constructor and Description |
|---|
AllNodes(Set<InternalNode> activeNodes,
Set<InternalNode> inactiveNodes,
Set<InternalNode> shuttingDownNodes,
Set<InternalNode> activeCoordinators) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Set<InternalNode> |
getActiveCoordinators() |
Set<InternalNode> |
getActiveNodes() |
Set<InternalNode> |
getInactiveNodes() |
Set<InternalNode> |
getShuttingDownNodes() |
int |
hashCode() |
public AllNodes(Set<InternalNode> activeNodes, Set<InternalNode> inactiveNodes, Set<InternalNode> shuttingDownNodes, Set<InternalNode> activeCoordinators)
public Set<InternalNode> getActiveNodes()
public Set<InternalNode> getInactiveNodes()
public Set<InternalNode> getShuttingDownNodes()
public Set<InternalNode> getActiveCoordinators()
Copyright © 2012–2019. All rights reserved.