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()
Deprecated.
use
AgentInfoDAO.getAliveAgentIds()
instead. |
List<HostInfo> |
getAllHostInfos() |
HostInfo |
getHostInfo(AgentId agentId) |
HostInfo |
getHostInfo(HostRef ref)
Deprecated.
|
Collection<HostRef> |
getHosts()
Deprecated.
use
AgentInfoDAO.getAgentIds()
instead. |
boolean |
isAlive(HostRef ref)
Deprecated.
use
AgentInfoDAO.isAlive(AgentId)
instead. |
void |
putHostInfo(HostInfo info) |
@Deprecated HostInfo getHostInfo(HostRef ref)
ref
- The host ref for which to get the HostInfo object for.HostInfo getHostInfo(AgentId agentId)
agentId
- The Agent Id for which to get the HostInfo object for.void putHostInfo(HostInfo info)
@Deprecated Collection<HostRef> getHosts()
AgentInfoDAO.getAgentIds()
instead.@Deprecated Collection<HostRef> getAliveHosts()
AgentInfoDAO.getAliveAgentIds()
instead.@Deprecated boolean isAlive(HostRef ref)
AgentInfoDAO.isAlive(AgentId)
instead.Copyright © 2017. All rights reserved.