public class RAS_Nodes extends Object
| Constructor and Description | 
|---|
| RAS_Nodes(Cluster cluster,
         Topologies topologies) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | freeSlots(Collection<WorkerSlot> workerSlots) | 
| static Map<String,RAS_Node> | getAllNodesFrom(Cluster cluster,
               Topologies topologies) | 
| RAS_Node | getNodeById(String nodeId)get node object from nodeId | 
| Collection<RAS_Node> | getNodes() | 
| String | toString() | 
public RAS_Nodes(Cluster cluster, Topologies topologies)
public static Map<String,RAS_Node> getAllNodesFrom(Cluster cluster, Topologies topologies)
public void freeSlots(Collection<WorkerSlot> workerSlots)
workerSlots - public Collection<RAS_Node> getNodes()
Copyright © 2022 The Apache Software Foundation. All Rights Reserved.