public class HostInfoDAOImpl extends Object implements HostInfoDAO
cpuCountKey, cpuModelKey, hostInfoCategory, hostMemoryTotalKey, hostNameKey, osKernelKey, osNameKey
Constructor and Description |
---|
HostInfoDAOImpl(Storage storage,
AgentInfoDAO agentInfo) |
Modifier and Type | Method and Description |
---|---|
Collection<HostRef> |
getAliveHosts() |
long |
getCount() |
HostInfo |
getHostInfo(HostRef ref) |
Collection<HostRef> |
getHosts() |
void |
putHostInfo(HostInfo info) |
public HostInfoDAOImpl(Storage storage, AgentInfoDAO agentInfo)
public HostInfo getHostInfo(HostRef ref)
getHostInfo
in interface HostInfoDAO
public void putHostInfo(HostInfo info)
putHostInfo
in interface HostInfoDAO
public Collection<HostRef> getHosts()
getHosts
in interface HostInfoDAO
public Collection<HostRef> getAliveHosts()
getAliveHosts
in interface HostInfoDAO
Copyright © 2013. All rights reserved.