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 |
Constructor and Description |
---|
VmRef(HostRef hostRef,
VmInfo vmInfo) |
Modifier and Type | Field and Description |
---|---|
static Category<VmInfo> |
VmInfoDAO.vmInfoCategory |
Modifier and Type | Method and Description |
---|---|
VmInfo |
VmInfoDAO.getVmInfo(VmId id) |
VmInfo |
VmInfoDAO.getVmInfo(VmRef ref) |
Modifier and Type | Method and Description |
---|---|
List<VmInfo> |
VmInfoDAO.getAllVmInfos() |
List<VmInfo> |
VmInfoDAO.getVmInfosForHost(HostRef host) |
Modifier and Type | Method and Description |
---|---|
void |
VmInfoDAO.putVmInfo(VmInfo info) |
Copyright © 2017. All Rights Reserved.