public class SGAInfo extends Object
| Modifier and Type | Field and Description |
|---|---|
List<NodeInfo> |
nodesInfo |
Map<String,String> |
properties |
| Constructor and Description |
|---|
SGAInfo(Properties props) |
| Modifier and Type | Method and Description |
|---|---|
void |
addNode(String name,
String platform,
String cpus,
String speed,
String ram,
String swap,
String freeRam,
String freeSwap,
String load1min,
String load5min,
String load15min,
String jobs) |
void |
addOffNode(String name,
String platform,
String cpus,
String speed,
String ram,
String swap) |
Copyright © 2016. All rights reserved.