public class RAS_Nodes extends Object
Modifier and Type | Method and Description |
---|---|
void |
freeSlots(Collection<WorkerSlot> workerSlots)
Free everything on the given slots.
|
static Map<String,RAS_Node> |
getAllNodesFrom(Cluster cluster) |
RAS_Node |
getNodeById(String nodeId)
get node object from nodeId.
|
Collection<RAS_Node> |
getNodes() |
String |
toString() |
public RAS_Nodes(Cluster cluster)
public void freeSlots(Collection<WorkerSlot> workerSlots)
Free everything on the given slots.
workerSlots
- the slots to freepublic Collection<RAS_Node> getNodes()
Copyright © 2022 The Apache Software Foundation. All rights reserved.