public interface HostInfoDAO
Modifier and Type | Field and Description |
---|---|
static Key<Integer> |
cpuCountKey |
static Key<String> |
cpuModelKey |
static Category |
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() |
long |
getCount() |
HostInfo |
getHostInfo(HostRef ref) |
Collection<HostRef> |
getHosts() |
void |
putHostInfo(HostInfo info) |
static final Category hostInfoCategory
void putHostInfo(HostInfo info)
Collection<HostRef> getHosts()
Collection<HostRef> getAliveHosts()
long getCount()
Copyright © 2012. All Rights Reserved.