| Package | Description |
|---|---|
| com.redhat.thermostat.client | |
| com.redhat.thermostat.client.ui | |
| com.redhat.thermostat.common.dao |
| Modifier and Type | Method and Description |
|---|---|
Collection<HostRef> |
HostsVMsLoader.getHosts() |
| Modifier and Type | Method and Description |
|---|---|
HostPanelFacade |
UiFacadeFactoryImpl.getHostPanel(HostRef ref) |
HostPanelFacade |
UiFacadeFactory.getHostPanel(HostRef ref) |
Collection<VmRef> |
HostsVMsLoader.getVMs(HostRef host) |
| Constructor and Description |
|---|
HostPanelFacadeImpl(HostRef ref) |
| Constructor and Description |
|---|
HostCpuController(HostRef ref) |
HostMemoryController(HostRef ref) |
HostOverviewController(HostRef ref) |
| Modifier and Type | Method and Description |
|---|---|
HostRef |
VmRef.getAgent() |
| Modifier and Type | Method and Description |
|---|---|
Collection<HostRef> |
HostInfoDAO.getAliveHosts() |
Collection<HostRef> |
HostInfoDAO.getHosts() |
| Modifier and Type | Method and Description |
|---|---|
HostInfo |
HostInfoDAO.getHostInfo(HostRef ref) |
List<CpuStat> |
CpuStatDAO.getLatestCpuStats(HostRef ref) |
List<MemoryStat> |
MemoryStatDAO.getLatestMemoryStats(HostRef ref) |
List<NetworkInterfaceInfo> |
NetworkInterfaceInfoDAO.getNetworkInterfaces(HostRef ref) |
Collection<VmRef> |
VmInfoDAO.getVMs(HostRef host) |
| Constructor and Description |
|---|
VmRef(HostRef hostRef,
Integer id,
String name) |
Copyright © 2012. All Rights Reserved.