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 |
---|
HostMetrics.Record() |
public String uuid
public Long memoryTotal
public Long memoryFree
public Boolean live
public Date lastUpdated