Modifier and Type | Method and Description |
---|---|
HostInformationController |
UiFacadeFactoryImpl.getHostController(HostRef ref) |
Constructor and Description |
---|
HostPanelFacadeImpl(HostRef ref) |
Modifier and Type | Method and Description |
---|---|
boolean |
HostFilter.matches(HostRef toMatch) |
Modifier and Type | Method and Description |
---|---|
HostInformationController |
UiFacadeFactory.getHostController(HostRef ref) |
boolean |
HostVmFilter.matches(HostRef toMatch) |
Constructor and Description |
---|
HostCpuController(HostRef ref) |
HostInformationController(HostRef ref) |
HostMemoryController(HostRef ref) |
HostOverviewController(HostRef ref) |
Modifier and Type | Method and Description |
---|---|
Collection<HostRef> |
HostsVMsLoader.getHosts() |
Collection<HostRef> |
DefaultHostsVMsLoader.getHosts() |
Modifier and Type | Method and Description |
---|---|
Collection<VmRef> |
HostsVMsLoader.getVMs(HostRef host) |
Collection<VmRef> |
DefaultHostsVMsLoader.getVMs(HostRef host) |
Modifier and Type | Method and Description |
---|---|
HostRef |
HostVMArguments.getHost() |
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 |
---|---|
AgentInformation |
AgentInfoDAO.getAgentInformation(HostRef agentRef) |
AgentInformation |
AgentInfoDAOImpl.getAgentInformation(HostRef agentRef) |
List<BackendInformation> |
BackendInfoDAO.getBackendInformation(HostRef host) |
List<BackendInformation> |
BackendInfoDAOImpl.getBackendInformation(HostRef host) |
HostInfo |
HostInfoDAO.getHostInfo(HostRef ref) |
List<CpuStat> |
CpuStatDAO.getLatestCpuStats(HostRef ref,
long since) |
List<MemoryStat> |
MemoryStatDAO.getLatestMemoryStats(HostRef ref,
long since) |
List<NetworkInterfaceInfo> |
NetworkInterfaceInfoDAO.getNetworkInterfaces(HostRef ref) |
Collection<VmRef> |
VmInfoDAO.getVMs(HostRef host) |
Constructor and Description |
---|
VmRef(HostRef hostRef,
Integer id,
String name) |
Copyright © 2013. All Rights Reserved.