Package | Description |
---|---|
com.redhat.thermostat.client.cli | |
com.redhat.thermostat.storage.core |
An API to manipulate data, including the basic create, read, update, and
delete operations.
|
com.redhat.thermostat.storage.model |
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.
|
Modifier and Type | Method and Description |
---|---|
List<String> |
VMStatPrintDelegate.getHeaders(TimeStampedPojo stat)
Returns header names for columns this plug-in wishes to add to the
vm-stat command.
|
List<String> |
VMStatPrintDelegate.getStatRow(TimeStampedPojo stat)
Returns a row of data for the specified statistic that corresponds to
the columns returned by
VMStatPrintDelegate.getHeaders(TimeStampedPojo) . |
Modifier and Type | Class and Description |
---|---|
class |
HostBoundaryPojoGetter<T extends TimeStampedPojo> |
class |
HostLatestPojoListGetter<T extends TimeStampedPojo> |
class |
HostTimeIntervalPojoListGetter<T extends TimeStampedPojo> |
class |
VmBoundaryPojoGetter<T extends TimeStampedPojo> |
class |
VmLatestPojoListGetter<T extends TimeStampedPojo>
Get a
List of TimeStampedPojo s newer than a given time stamp. |
class |
VmTimeIntervalPojoListGetter<T extends TimeStampedPojo>
Get a
List of TimeStampedPojo s in a given time interval
range. |
Modifier and Type | Class and Description |
---|---|
class |
TimeStampedPojoComparator<T extends TimeStampedPojo> |
Modifier and Type | Class and Description |
---|---|
class |
SchemaInformation |
Modifier and Type | Method and Description |
---|---|
TimeStampedPojo |
TimeStampedPojoCorrelator.Correlation.get(int i) |
Modifier and Type | Method and Description |
---|---|
void |
TimeStampedPojoCorrelator.add(int seriesIndex,
TimeStampedPojo timeStampedPojo) |
Copyright © 2016. All Rights Reserved.