Package io.trino.metadata
Class AllNodes
- java.lang.Object
-
- io.trino.metadata.AllNodes
-
public class AllNodes extends Object
-
-
Constructor Summary
Constructors Constructor Description AllNodes(Set<InternalNode> activeNodes, Set<InternalNode> inactiveNodes, Set<InternalNode> shuttingDownNodes, Set<InternalNode> activeCoordinators)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)Set<InternalNode>getActiveCoordinators()Set<InternalNode>getActiveNodes()Set<InternalNode>getInactiveNodes()Set<InternalNode>getShuttingDownNodes()inthashCode()
-
-
-
Constructor Detail
-
AllNodes
public AllNodes(Set<InternalNode> activeNodes, Set<InternalNode> inactiveNodes, Set<InternalNode> shuttingDownNodes, Set<InternalNode> activeCoordinators)
-
-
Method Detail
-
getActiveNodes
public Set<InternalNode> getActiveNodes()
-
getInactiveNodes
public Set<InternalNode> getInactiveNodes()
-
getShuttingDownNodes
public Set<InternalNode> getShuttingDownNodes()
-
getActiveCoordinators
public Set<InternalNode> getActiveCoordinators()
-
-