Modifier and Type | Method and Description |
---|---|
static void |
RunVmCommandBase.DoCompressionCheck(VDS vds,
VmDynamic vm) |
static void |
VmHandler.LockVm(VmDynamic vm,
CompensationContext compensationContext)
Lock the VM in a new transaction, saving compensation data of the old status.
|
static void |
VmHandler.unlockVm(VmDynamic vm,
CompensationContext compensationContext)
Unlock the VM in a new transaction, saving compensation data of the old status.
|
Modifier and Type | Method and Description |
---|---|
VmDynamic |
VM.getDynamicData() |
Modifier and Type | Method and Description |
---|---|
void |
VM.setDynamicData(VmDynamic value) |
void |
VM.updateRunTimeDynamicData(VmDynamic vm,
Guid vdsId,
String vdsName)
update vm dynamic data
|
Constructor and Description |
---|
VM(VmStatic vmStatic,
VmDynamic vmDynamic,
VmStatistics vmStatistics) |
Modifier and Type | Method and Description |
---|---|
VmDynamic |
UpdateVmDynamicDataVDSCommandParameters.getVmDynamic() |
Constructor and Description |
---|
UpdateVmDynamicDataVDSCommandParameters(Guid vdsId,
VmDynamic vmDynamic) |
Modifier and Type | Method and Description |
---|---|
VmDynamic |
VmDynamicDAO.get(Guid id)
Returns the dynamic VM with the specified id.
|
Modifier and Type | Method and Description |
---|---|
protected org.springframework.jdbc.core.simple.ParameterizedRowMapper<VmDynamic> |
VmDynamicDAODbFacadeImpl.createEntityRowMapper() |
List<VmDynamic> |
VmDynamicDAODbFacadeImpl.getAllRunningForVds(Guid id) |
List<VmDynamic> |
VmDynamicDAO.getAllRunningForVds(Guid vds)
Retrieves all running dynamic VMs for the given VDS instance.
|
Modifier and Type | Method and Description |
---|---|
protected org.springframework.jdbc.core.namedparam.MapSqlParameterSource |
VmDynamicDAODbFacadeImpl.createFullParametersMapper(VmDynamic vm) |
void |
VmDynamicDAO.save(VmDynamic vm)
Saves the specified dynamic vm.
|
void |
VmDynamicDAO.update(VmDynamic vm)
Updates the specified dynamic vm.
|
Modifier and Type | Method and Description |
---|---|
void |
VdsManager.UpdateVmDynamic(VmDynamic vmDynamic) |
Modifier and Type | Class and Description |
---|---|
class |
ExtendedVmDynamic |
Modifier and Type | Method and Description |
---|---|
static VmDynamic |
VdsBrokerObjectsBuilder.buildVMDynamicData(XmlRpcStruct xmlRpcStruct) |
static VmDynamic |
VdsBrokerObjectsBuilder.buildVMDynamicDataFromList(XmlRpcStruct xmlRpcStruct) |
Modifier and Type | Method and Description |
---|---|
static void |
VdsBrokerObjectsBuilder.updateVMDynamicData(VmDynamic vm,
XmlRpcStruct xmlRpcStruct) |
Copyright © 2012. All Rights Reserved.