public static class HostMetrics.Record extends Object implements Types.Record
Modifier and Type | Field and Description |
---|---|
Date |
lastUpdated
Time at which this information was last updated
|
Boolean |
live
Pool master thinks this host is live
|
Long |
memoryFree
Free host memory (bytes)
|
Long |
memoryTotal
Total host memory (bytes)
|
Map<String,String> |
otherConfig
additional configuration
|
String |
uuid
Unique identifier/object reference
|
Constructor and Description |
---|
Record() |
Modifier and Type | Method and Description |
---|---|
Map<String,Object> |
toMap()
Convert a host_metrics.Record to a Map
|
String |
toString() |
public String uuid
public Long memoryTotal
public Long memoryFree
public Boolean live
public Date lastUpdated