Package | Description |
---|---|
com.redhat.thermostat.agent | |
com.redhat.thermostat.client.cli | |
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 |
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 |
---|---|
List<? extends TimeStampedPojo> |
VMStatPrintDelegate.getLatestStats(VmRef ref,
long timeStampSince)
Deprecated.
|
Constructor and Description |
---|
VmInformationController(List<InformationService<VmRef>> vmInfoServices,
VmRef vmRef,
VmInformationViewProvider provider,
List<com.redhat.thermostat.client.core.internal.platform.DynamicVMPluginProvider> dynamicProviders) |
Constructor and Description |
---|
VmInformationController(List<InformationService<VmRef>> vmInfoServices,
VmRef vmRef,
VmInformationViewProvider provider,
List<com.redhat.thermostat.client.core.internal.platform.DynamicVMPluginProvider> dynamicProviders) |
Modifier and Type | Method and Description |
---|---|
Filter<VmRef> |
DynamicVMPlugin.getFilter() |
Modifier and Type | Method and Description |
---|---|
Collection<VmRef> |
HostsVMsLoader.getVMs(HostRef host) |
Collection<VmRef> |
DefaultHostsVMsLoader.getVMs(HostRef host) |
Modifier and Type | Method and Description |
---|---|
List<T> |
VmLatestPojoListGetter.getLatest(VmRef vmRef,
long since)
Deprecated.
|
List<T> |
VmTimeIntervalPojoListGetter.getLatest(VmRef vmRef,
long since,
long to)
|
T |
VmBoundaryPojoGetter.getNewestStat(VmRef ref)
Deprecated.
|
T |
VmBoundaryPojoGetter.getOldestStat(VmRef ref)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
Collection<VmRef> |
VmInfoDAO.getVMs(HostRef host)
Deprecated.
|
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.