Package | Description |
---|---|
com.redhat.thermostat.client.ui | |
com.redhat.thermostat.compat.platform | |
com.redhat.thermostat.storage.core |
An API to manipulate data, including the basic create, read, update, and
delete operations.
|
com.redhat.thermostat.storage.dao | |
com.redhat.thermostat.storage.monitor |
Constructor and Description |
---|
HostInformationController(List<InformationService<HostRef>> hostInfoServices,
HostRef ref,
HostInformationViewProvider provider,
List<com.redhat.thermostat.client.core.internal.platform.DynamicHostPluginProvider> dynamicProviders) |
Constructor and Description |
---|
HostInformationController(List<InformationService<HostRef>> hostInfoServices,
HostRef ref,
HostInformationViewProvider provider,
List<com.redhat.thermostat.client.core.internal.platform.DynamicHostPluginProvider> dynamicProviders) |
Modifier and Type | Method and Description |
---|---|
Filter<HostRef> |
DynamicHostPlugin.getFilter() |
Modifier and Type | Method and Description |
---|---|
HostRef |
VmRef.getHostRef() |
Modifier and Type | Method and Description |
---|---|
Collection<HostRef> |
HostsVMsLoader.getHosts() |
Collection<HostRef> |
DefaultHostsVMsLoader.getHosts() |
Modifier and Type | Method and Description |
---|---|
List<T> |
HostLatestPojoListGetter.getLatest(HostRef hostRef,
long since)
Deprecated.
|
List<T> |
HostTimeIntervalPojoListGetter.getLatest(HostRef hostRef,
long since,
long to)
Deprecated.
|
T |
HostBoundaryPojoGetter.getNewestStat(HostRef ref)
Deprecated.
|
T |
HostBoundaryPojoGetter.getOldestStat(HostRef ref)
Deprecated.
|
Collection<VmRef> |
HostsVMsLoader.getVMs(HostRef host) |
Collection<VmRef> |
DefaultHostsVMsLoader.getVMs(HostRef host) |
Constructor and Description |
---|
VmRef(HostRef hostRef,
String id,
Integer pid,
String name) |
VmRef(HostRef hostRef,
VmInfo vmInfo) |
Modifier and Type | Method and Description |
---|---|
Collection<HostRef> |
HostInfoDAO.getAliveHosts()
Deprecated.
use
AgentInfoDAO.getAliveAgentIds()
instead. |
Collection<HostRef> |
HostInfoDAO.getHosts()
Deprecated.
use
AgentInfoDAO.getAgentIds()
instead. |
Modifier and Type | Method and Description |
---|---|
AgentInformation |
AgentInfoDAO.getAgentInformation(HostRef agentRef)
Deprecated.
|
List<BackendInformation> |
BackendInfoDAO.getBackendInformation(HostRef host)
Deprecated.
use
BackendInfoDAO.getBackendInformation(AgentId) instead. |
HostInfo |
HostInfoDAO.getHostInfo(HostRef ref)
Deprecated.
|
List<NetworkInterfaceInfo> |
NetworkInterfaceInfoDAO.getNetworkInterfaces(HostRef ref) |
Collection<VmRef> |
VmInfoDAO.getVMs(HostRef host)
Deprecated.
|
boolean |
HostInfoDAO.isAlive(HostRef ref)
Deprecated.
use
AgentInfoDAO.isAlive(AgentId)
instead. |
Modifier and Type | Method and Description |
---|---|
List<HostRef> |
NetworkMonitor.getHosts(Filter<HostRef> matcher)
|
Modifier and Type | Method and Description |
---|---|
void |
HostMonitor.addHostChangeListener(HostRef host,
ActionListener<HostMonitor.Action> listener)
Adds this listener to the given
HostRef |
List<VmRef> |
HostMonitor.getVirtualMachines(HostRef host,
Filter<VmRef> matcher)
|
void |
HostMonitor.removeHostChangeListener(HostRef host,
ActionListener<HostMonitor.Action> listener)
Removes the listener to the given
HostRef |
Modifier and Type | Method and Description |
---|---|
List<HostRef> |
NetworkMonitor.getHosts(Filter<HostRef> matcher)
|
Copyright © 2017. All rights reserved.