Modifier and Type | Method and Description |
---|---|
HostRef |
HostVMArguments.getHost() |
Modifier and Type | Method and Description |
---|---|
Filter<HostRef> |
HostIconDecoratorProvider.getFilter() |
Modifier and Type | Method and Description |
---|---|
void |
MainWindow.updateTree(List<Filter<HostRef>> hostFilters,
List<Filter<VmRef>> vmFilters,
List<DecoratorProvider<HostRef>> hostDecorators,
List<DecoratorProvider<VmRef>> vmDecorators,
HostsVMsLoader hostsVMsLoader) |
void |
MainWindow.updateTree(List<Filter<HostRef>> hostFilters,
List<Filter<VmRef>> vmFilters,
List<DecoratorProvider<HostRef>> hostDecorators,
List<DecoratorProvider<VmRef>> vmDecorators,
HostsVMsLoader hostsVMsLoader) |
void |
MainView.updateTree(List<Filter<HostRef>> hostFilters,
List<Filter<VmRef>> vmFilters,
List<DecoratorProvider<HostRef>> hostDecorators,
List<DecoratorProvider<VmRef>> vmDecorators,
HostsVMsLoader any) |
void |
MainView.updateTree(List<Filter<HostRef>> hostFilters,
List<Filter<VmRef>> vmFilters,
List<DecoratorProvider<HostRef>> hostDecorators,
List<DecoratorProvider<VmRef>> vmDecorators,
HostsVMsLoader any) |
Modifier and Type | Method and Description |
---|---|
List<InformationService<HostRef>> |
InformationServiceTracker.getHostInformationServices() |
Modifier and Type | Method and Description |
---|---|
Filter<HostRef> |
HostContextAction.getFilter()
The
Filter returned by this method is used to select what VMs
this HostContextAction is applicable to. |
Modifier and Type | Method and Description |
---|---|
void |
HostContextAction.execute(HostRef reference)
Invoked when the user selects this
HostContextAction . |
Constructor and Description |
---|
HostInformationController(List<InformationService<HostRef>> hostInfoServices,
HostRef ref,
HostInformationViewProvider provider) |
Constructor and Description |
---|
HostInformationController(List<InformationService<HostRef>> hostInfoServices,
HostRef ref,
HostInformationViewProvider provider) |
Modifier and Type | Method and Description |
---|---|
Filter<HostRef> |
HostCpuServiceImpl.getFilter() |
InformationServiceController<HostRef> |
HostCpuServiceImpl.getInformationServiceController(HostRef ref) |
Modifier and Type | Method and Description |
---|---|
InformationServiceController<HostRef> |
HostCpuServiceImpl.getInformationServiceController(HostRef ref) |
Constructor and Description |
---|
HostCpuController(ApplicationService appSvc,
HostInfoDAO hostInfoDao,
CpuStatDAO cpuStatDAO,
HostRef ref,
HostCpuViewProvider provider) |
Modifier and Type | Method and Description |
---|---|
List<CpuStat> |
CpuStatDAO.getLatestCpuStats(HostRef ref,
long since) |
Modifier and Type | Method and Description |
---|---|
Filter<HostRef> |
HostMemoryServiceImpl.getFilter() |
InformationServiceController<HostRef> |
HostMemoryServiceImpl.getInformationServiceController(HostRef ref) |
Modifier and Type | Method and Description |
---|---|
InformationServiceController<HostRef> |
HostMemoryServiceImpl.getInformationServiceController(HostRef ref) |
Constructor and Description |
---|
HostMemoryController(ApplicationService appSvc,
HostInfoDAO hostInfoDAO,
MemoryStatDAO memoryStatDAO,
HostRef ref,
HostMemoryViewProvider provider) |
Modifier and Type | Method and Description |
---|---|
List<MemoryStat> |
MemoryStatDAO.getLatestMemoryStats(HostRef ref,
long since) |
Modifier and Type | Method and Description |
---|---|
List<MemoryStat> |
MemoryStatDAOImpl.getLatestMemoryStats(HostRef ref,
long lastTimeStamp) |
Modifier and Type | Method and Description |
---|---|
Filter<HostRef> |
HostOverviewServiceImpl.getFilter() |
InformationServiceController<HostRef> |
HostOverviewServiceImpl.getInformationServiceController(HostRef ref) |
Modifier and Type | Method and Description |
---|---|
InformationServiceController<HostRef> |
HostOverviewServiceImpl.getInformationServiceController(HostRef ref) |
Constructor and Description |
---|
HostOverviewController(ApplicationService appSvc,
HostInfoDAO hostInfoDAO,
NetworkInterfaceInfoDAO networkInfoDAO,
HostRef ref,
HostOverviewViewProvider provider) |
Modifier and Type | Method and Description |
---|---|
Filter<HostRef> |
NumaInformationServiceImpl.getFilter() |
InformationServiceController<HostRef> |
NumaInformationServiceImpl.getInformationServiceController(HostRef ref) |
Modifier and Type | Method and Description |
---|---|
InformationServiceController<HostRef> |
NumaInformationServiceImpl.getInformationServiceController(HostRef ref) |
Constructor and Description |
---|
NumaController(ApplicationService appSvc,
NumaDAO numaDAO,
HostRef ref,
NumaViewProvider provider) |
Modifier and Type | Method and Description |
---|---|
List<NumaStat> |
NumaDAO.getLatestNumaStats(HostRef ref,
long lastSeenTimeStamp) |
int |
NumaDAO.getNumberOfNumaNodes(HostRef ref) |
Modifier and Type | Method and Description |
---|---|
List<NumaStat> |
NumaDAOImpl.getLatestNumaStats(HostRef ref,
long lastTimeStamp) |
int |
NumaDAOImpl.getNumberOfNumaNodes(HostRef ref) |
Modifier and Type | Method and Description |
---|---|
HostRef |
VmRef.getAgent() |
Modifier and Type | Method and Description |
---|---|
Collection<HostRef> |
HostsVMsLoader.getHosts() |
Collection<HostRef> |
DefaultHostsVMsLoader.getHosts() |
Modifier and Type | Method and Description |
---|---|
protected Query<T> |
HostLatestPojoListGetter.buildQuery(HostRef hostRef,
long since) |
List<T> |
HostLatestPojoListGetter.getLatest(HostRef hostRef,
long since) |
Collection<VmRef> |
HostsVMsLoader.getVMs(HostRef host) |
Collection<VmRef> |
DefaultHostsVMsLoader.getVMs(HostRef host) |
Constructor and Description |
---|
VmRef(HostRef hostRef,
Integer id,
String name) |
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) |
List<BackendInformation> |
BackendInfoDAO.getBackendInformation(HostRef host) |
HostInfo |
HostInfoDAO.getHostInfo(HostRef ref) |
List<NetworkInterfaceInfo> |
NetworkInterfaceInfoDAO.getNetworkInterfaces(HostRef ref) |
Collection<VmRef> |
VmInfoDAO.getVMs(HostRef host) |
Modifier and Type | Method and Description |
---|---|
Collection<HostRef> |
HostInfoDAOImpl.getAliveHosts() |
Collection<HostRef> |
HostInfoDAOImpl.getHosts() |
Modifier and Type | Method and Description |
---|---|
AgentInformation |
AgentInfoDAOImpl.getAgentInformation(HostRef agentRef) |
List<BackendInformation> |
BackendInfoDAOImpl.getBackendInformation(HostRef host) |
HostInfo |
HostInfoDAOImpl.getHostInfo(HostRef ref) |
List<NetworkInterfaceInfo> |
NetworkInterfaceInfoDAOImpl.getNetworkInterfaces(HostRef ref) |
Collection<VmRef> |
VmInfoDAOImpl.getVMs(HostRef host) |
Copyright © 2013. All Rights Reserved.