| Constructor | Description |
|---|---|
RackNode(java.lang.String name,
int level) |
| Modifier and Type | Method | Description |
|---|---|---|
boolean |
addChild(Node child) |
Add a child node to this node.
|
java.util.Set<MachineNode> |
getMachinesInRack() |
Get the machine nodes that belong to the rack.
|
compareTo, equals, getChildren, getLevel, getName, getParent, hasChildren, hashCode, toStringpublic boolean addChild(Node child)
Nodepublic java.util.Set<MachineNode> getMachinesInRack()
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.