Package | Description |
---|---|
com.redhat.thermostat.storage.core |
An API to manipulate data, including the basic create, read, update, and
delete operations.
|
com.redhat.thermostat.storage.dao |
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 |
BaseCountable
This class provides generic functionality for performing an aggregate count query.
|
Copyright © 2017. All rights reserved.