Package | Description |
---|---|
com.redhat.thermostat.client.cli | |
com.redhat.thermostat.client.ui | |
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 |
Modifier and Type | Method and Description |
---|---|
HostRef |
HostVMArguments.getHost() |
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 |
---|---|
HostRef |
VmRef.getHostRef() |
Modifier and Type | Method and Description |
---|---|
Collection<HostRef> |
DefaultHostsVMsLoader.getHosts() |
Collection<HostRef> |
HostsVMsLoader.getHosts() |
Modifier and Type | Method and Description |
---|---|
List<T> |
HostLatestPojoListGetter.getLatest(HostRef hostRef,
long since) |
List<T> |
HostTimeIntervalPojoListGetter.getLatest(HostRef hostRef,
long since,
long to) |
T |
HostBoundaryPojoGetter.getNewestStat(HostRef ref) |
T |
HostBoundaryPojoGetter.getOldestStat(HostRef ref) |
Collection<VmRef> |
DefaultHostsVMsLoader.getVMs(HostRef host) |
Collection<VmRef> |
HostsVMsLoader.getVMs(HostRef host) |
Constructor and Description |
---|
VmRef(HostRef hostRef,
String id,
Integer pid,
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)
Get information about a specific agent.
|
List<BackendInformation> |
BackendInfoDAO.getBackendInformation(HostRef host) |
HostInfo |
HostInfoDAO.getHostInfo(HostRef ref) |
List<NetworkInterfaceInfo> |
NetworkInterfaceInfoDAO.getNetworkInterfaces(HostRef ref) |
Collection<VmRef> |
VmInfoDAO.getVMs(HostRef host) |
boolean |
HostInfoDAO.isAlive(HostRef ref) |
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 © 2016. All Rights Reserved.