Package | Description |
---|---|
com.redhat.thermostat.agent | |
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 |
---|---|
boolean |
VmBlacklist.isBlacklisted(VmRef ref)
Returns whether the given virtual machine should be monitored
by matching it against filters in the blacklist.
|
Modifier and Type | Method and Description |
---|---|
void |
VmBlacklist.addVmFilter(Filter<VmRef> filter)
Adds a
Filter to the blacklist. |
void |
VmBlacklist.removeVmFilter(Filter<VmRef> filter)
Removes a
Filter from the blacklist. |
Modifier and Type | Method and Description |
---|---|
VmRef |
HostVMArguments.getVM() |
Modifier and Type | Method and Description |
---|---|
List<? extends TimeStampedPojo> |
VMStatPrintDelegate.getLatestStats(VmRef ref,
long timeStampSince)
Returns statistics gathered by this plug-in newer than the specified
time stamp.
|
Constructor and Description |
---|
VmInformationController(List<InformationService<VmRef>> vmInfoServices,
VmRef vmRef,
VmInformationViewProvider provider) |
Constructor and Description |
---|
VmInformationController(List<InformationService<VmRef>> vmInfoServices,
VmRef vmRef,
VmInformationViewProvider provider) |
Modifier and Type | Method and Description |
---|---|
Collection<VmRef> |
DefaultHostsVMsLoader.getVMs(HostRef host) |
Collection<VmRef> |
HostsVMsLoader.getVMs(HostRef host) |
Modifier and Type | Method and Description |
---|---|
protected PreparedStatement<T> |
VmLatestPojoListGetter.buildQuery(VmRef vmRef,
long since) |
protected PreparedStatement<T> |
VmTimeIntervalPojoListGetter.buildQuery(VmRef vmRef,
long since,
long to) |
List<T> |
VmLatestPojoListGetter.getLatest(VmRef vmRef,
long since) |
List<T> |
VmTimeIntervalPojoListGetter.getLatest(VmRef vmRef,
long since,
long to) |
T |
VmBoundaryPojoGetter.getNewestStat(VmRef ref) |
T |
VmBoundaryPojoGetter.getOldestStat(VmRef ref) |
Modifier and Type | Method and Description |
---|---|
Collection<VmRef> |
VmInfoDAO.getVMs(HostRef host) |
Modifier and Type | Method and Description |
---|---|
VmInfo |
VmInfoDAO.getVmInfo(VmRef ref) |
Modifier and Type | Method and Description |
---|---|
List<VmRef> |
HostMonitor.getVirtualMachines(HostRef host,
Filter<VmRef> matcher)
|
Modifier and Type | Method and Description |
---|---|
List<VmRef> |
HostMonitor.getVirtualMachines(HostRef host,
Filter<VmRef> matcher)
|
Copyright © 2017. All rights reserved.