public class ResourceNode extends Object
A node struct to capture information about each resource.
| Constructor and Description | 
|---|
| ResourceNode() | 
| ResourceNode(String nodeId,
            URL ipAddr,
            int capacity) | 
| Modifier and Type | Method and Description | 
|---|---|
| int | getCapacity() | 
| URL | getIpAddr() | 
| String | getNodeId() | 
| void | setCapacity(int capacity) | 
| void | setId(String nodeId) | 
| void | setIpAddr(URL ipAddr) | 
Copyright © 1999–2017 Apache OODT. All rights reserved.