Modifier and Type | Field and Description |
---|---|
static Key<Integer> |
cpuCountKey |
static Key<String> |
cpuModelKey |
static Category<HostInfo> |
hostInfoCategory |
static Key<Long> |
hostMemoryTotalKey |
static Key<String> |
hostNameKey |
static Key<String> |
osKernelKey |
static Key<String> |
osNameKey |
Modifier and Type | Method and Description |
---|---|
Collection<HostRef> |
getAliveHosts() |
List<HostInfo> |
getAllHostInfos() |
HostInfo |
getHostInfo(HostRef ref) |
Collection<HostRef> |
getHosts() |
boolean |
isAlive(HostRef ref) |
void |
putHostInfo(HostInfo info) |
HostInfo getHostInfo(HostRef ref)
ref
- The host ref for which to get the HostInfo object for.void putHostInfo(HostInfo info)
Collection<HostRef> getHosts()
Collection<HostRef> getAliveHosts()
boolean isAlive(HostRef ref)
Copyright © 2018. All rights reserved.