Modifier and Type | Method and Description |
---|---|
protected VDS |
BackendHostResource.getEntity() |
Modifier and Type | Method and Description |
---|---|
VdcActionParametersBase |
BackendHostResource.UpdateParametersProvider.getParameters(Host incoming,
VDS entity) |
List<Statistic> |
HostStatisticalQuery.getStatistics(VDS entity) |
protected Host |
BackendHostResource.populate(Host model,
VDS entity) |
protected Host |
BackendHostsResource.populate(Host model,
VDS entity) |
Modifier and Type | Method and Description |
---|---|
static Host |
HostMapper.map(VDS entity,
Host template) |
static PowerManagement |
HostMapper.map(VDS entity,
PowerManagement template) |
Modifier and Type | Field and Description |
---|---|
protected VDS |
RunVmCommandBase._destinationVds |
Modifier and Type | Method and Description |
---|---|
protected VDS |
RunVmOnDedicatedVdsCommand.getDestinationVds() |
protected VDS |
MigrateVmCommand.getDestinationVds() |
protected abstract VDS |
RunVmCommandBase.getDestinationVds() |
protected VDS |
RunVmCommand.getDestinationVds() |
Modifier and Type | Method and Description |
---|---|
List<VDS> |
VdsLoadBalancingAlgorithm.getAllRelevantVdss() |
protected Map<Guid,VDS> |
VdsLoadBalancingAlgorithm.getOverUtilizedServers() |
protected Map<Guid,VDS> |
VdsLoadBalancingAlgorithm.getReadyToMigrationServers() |
protected Map<Guid,VDS> |
VdsLoadBalancingAlgorithm.getUnderUtilizedServers() |
static List<VDS> |
VdsInstallHelper.getVdssByUniqueId(Guid vdsId,
String uniqueIdToCheck) |
protected List<VDS> |
SearchQuery.searchVDSsByDb() |
Modifier and Type | Method and Description |
---|---|
void |
ApproveVdsCommand.ApproveVds(VDS vds) |
protected void |
RunVmOnDedicatedVdsCommand.AutoMemoryAdjust(VDS vds,
VM vm) |
void |
MemoryVdsComparer.BestVdsProcedure(VDS x) |
abstract void |
VdsComparer.BestVdsProcedure(VDS x)
Base abstract function for finish best Vds treatment
|
void |
EvenlyDistributeComparer.BestVdsProcedure(VDS x) |
void |
EvenlyDistributeVDComparer.BestVdsProcedure(VDS x) |
static void |
RunVmCommandBase.DoCompressionCheck(VDS vds,
VmDynamic vm) |
static boolean |
RunVmCommandBase.hasCapacityToRunVM(VDS curVds) |
static boolean |
RunVmCommandBase.hasCpuToRunVM(VDS vds,
VM vm)
Check if the given host has enough CPU to run the VM, without exceeding the high utilization threshold.
|
static boolean |
RunVmCommandBase.hasMemoryToRunVM(VDS curVds,
VM vm) |
protected String |
VdsInstaller.InitInitialCommand(VDS vds,
String initialCommand) |
protected String |
CBCInstaller.InitInitialCommand(VDS vds,
String initialCommand) |
boolean |
MemoryVdsComparer.IsBetter(VDS x,
VDS y,
VM vm) |
boolean |
PowerSaveComparer.IsBetter(VDS x,
VDS y,
VM vm) |
abstract boolean |
VdsComparer.IsBetter(VDS x,
VDS y,
VM vm)
Base abstract function to compare between two VDSs
|
boolean |
EvenlyDistributeComparer.IsBetter(VDS x,
VDS y,
VM vm) |
boolean |
EvenlyDistributeVDComparer.IsBetter(VDS x,
VDS y,
VM vm) |
static boolean |
VdsHandler.isPendingOvirt(VDS vds) |
void |
VdsEventListener.ProcessOnClientIpChange(VDS vds,
Guid vmId) |
static void |
MaintananceVdsCommand.ProcessStorageOnVdsInactive(VDS vds) |
void |
VdsEventListener.VdsNotResponding(VDS vds) |
Modifier and Type | Method and Description |
---|---|
protected void |
VdsLoadBalancingAlgorithm.setOverUtilizedServers(Map<Guid,VDS> value) |
protected void |
VdsLoadBalancingAlgorithm.setReadyToMigrationServers(Map<Guid,VDS> value) |
protected void |
VdsLoadBalancingAlgorithm.setUnderUtilizedServers(Map<Guid,VDS> value) |
Constructor and Description |
---|
CBCInstaller(VDS vds) |
FencingExecutor(VDS vds,
FenceActionType actionType) |
OVirtInstaller(VDS vds,
String oVirtISOFile) |
VdsInstaller(VDS vds,
String rootPassword,
boolean overrideFirewall) |
Modifier and Type | Method and Description |
---|---|
protected List<VDS> |
StorageHandlingCommandBase.getAllRunningVdssInPool() |
static List<VDS> |
StorageHandlingCommandBase.GetAllRunningVdssInPool(storage_pool pool) |
protected ArrayList<VDS> |
ActivateDeactivateSingleAsyncOperation.getVdss() |
protected ArrayList<VDS> |
ActivateDeactivateSingleAsyncOperationFactory.getVdss() |
Modifier and Type | Method and Description |
---|---|
protected boolean |
RemoveStorageDomainCommand.formatStorage(storage_domains dom,
VDS vds) |
protected boolean |
RemoveStoragePoolCommand.removeDomainFromPool(storage_domains storageDomain,
VDS vds) |
protected boolean |
RemoveStorageDomainCommand.removeStorage(storage_domains dom,
VDS vds) |
protected void |
StorageHelperBase.RunForAllConnectionsInPool(VdcActionType type,
VDS vds) |
boolean |
ISCSIStorageHelper.ValidateStoragePoolConnectionsInHost(VDS vds,
List<storage_server_connections> connections,
Guid storagePoolId) |
boolean |
StorageHelperBase.ValidateStoragePoolConnectionsInHost(VDS vds,
List<storage_server_connections> connections,
Guid storagePoolId) |
boolean |
BaseFsStorageHelper.ValidateStoragePoolConnectionsInHost(VDS vds,
List<storage_server_connections> connections,
Guid storagePoolId) |
boolean |
IStorageHelper.ValidateStoragePoolConnectionsInHost(VDS vds,
List<storage_server_connections> connections,
Guid storagePoolId) |
Constructor and Description |
---|
ActivateDeactivateSingleAsyncOperation(ArrayList<VDS> vdss,
storage_domains domain,
storage_pool storagePool) |
AfterDeactivateSingleAsyncOperation(ArrayList<VDS> vdss,
storage_domains domain,
storage_pool storagePool,
boolean isLastMaster,
Guid newMasterStorageDomain) |
ConnectSingleAsyncOperation(ArrayList<VDS> vdss,
storage_domains domain,
storage_pool storagePool) |
ConntectVDSToPoolAndDomains(ArrayList<VDS> vdss,
storage_domains domain,
storage_pool storagePool) |
DisconnectStoragePoolAsyncOperation(ArrayList<VDS> vdss,
storage_pool storagePool) |
RefreshPoolSingleAsyncOperation(ArrayList<VDS> vdss,
storage_domains domain,
storage_pool storagePool,
RefObject<ArrayList<Guid>> vdssIdsToSetNonoperational) |
RefreshStoragePoolAndDisconnectAsyncOperation(ArrayList<VDS> vdss,
storage_domains domain,
storage_pool storagePool) |
Modifier and Type | Method and Description |
---|---|
static boolean |
VersionSupport.checkClusterVersionSupported(Version clusterCompatibilityVersion,
VDS vds)
check that cluster version included in host supported clusters
|
Modifier and Type | Method and Description |
---|---|
VDS |
VdsOperationActionParameters.getvds() |
Modifier and Type | Method and Description |
---|---|
void |
VdsOperationActionParameters.setvds(VDS value) |
Modifier and Type | Method and Description |
---|---|
void |
IVdsEventListener.ProcessOnClientIpChange(VDS vds,
Guid vmId) |
void |
IVdsEventListener.VdsNotResponding(VDS vds) |
Modifier and Type | Method and Description |
---|---|
VDS |
GetVmStatsVDSCommandParameters.getVds() |
VDS |
VdsIdAndVdsVDSCommandParametersBase.getVds() |
Modifier and Type | Method and Description |
---|---|
void |
VdsIdAndVdsVDSCommandParametersBase.setVds(VDS value) |
Constructor and Description |
---|
GetVmStatsVDSCommandParameters(VDS vds,
Guid vmId) |
VdsIdAndVdsVDSCommandParametersBase(VDS vds) |
Modifier and Type | Method and Description |
---|---|
protected VDS |
AuditLogableBase.getVds() |
Modifier and Type | Method and Description |
---|---|
protected void |
AuditLogableBase.setVds(VDS value) |
Modifier and Type | Method and Description |
---|---|
VDS |
VdsDAO.get(NGuid id)
Retrieves the instance with the given id.
|
VDS |
VdsDAODbFacadeImpl.get(NGuid id) |
Modifier and Type | Method and Description |
---|---|
List<VDS> |
VdsDAO.getAll()
Retrieves all VDS instances.
|
List<VDS> |
VdsDAODbFacadeImpl.getAll() |
List<VDS> |
VdsDAO.getAllForHostname(String hostname)
Finds all instances for the given host.
|
List<VDS> |
VdsDAODbFacadeImpl.getAllForHostname(String hostname) |
List<VDS> |
VdsDAO.getAllForVdsGroup(Guid vdsGroup)
Retrieves all VDS instances by vds group id (cluster ID)
|
List<VDS> |
VdsDAODbFacadeImpl.getAllForVdsGroup(Guid vdsGroupID) |
List<VDS> |
VdsDAO.getAllForVdsGroupWithoutMigrating(Guid vdsGroup)
Retrieves all instances by group id.
|
List<VDS> |
VdsDAODbFacadeImpl.getAllForVdsGroupWithoutMigrating(Guid id) |
List<VDS> |
VdsDAO.getAllOfType(VDSType vds)
Retrieves all instances for the specified type.
|
List<VDS> |
VdsDAODbFacadeImpl.getAllOfType(VDSType type) |
List<VDS> |
VdsDAO.getAllOfTypes(VDSType[] types)
Retrieves all instances for the given list of types.
|
List<VDS> |
VdsDAODbFacadeImpl.getAllOfTypes(VDSType[] types) |
List<VDS> |
VdsDAO.getAllWithIpAddress(String address)
Retrieves all instances with the given address.
|
List<VDS> |
VdsDAODbFacadeImpl.getAllWithIpAddress(String address) |
List<VDS> |
VdsDAO.getAllWithName(String name)
Finds all instances with the given name.
|
List<VDS> |
VdsDAODbFacadeImpl.getAllWithName(String name) |
List<VDS> |
VdsDAO.getAllWithQuery(String query)
Retrieves all instances using the supplied SQL query.
|
List<VDS> |
VdsDAODbFacadeImpl.getAllWithQuery(String query) |
List<VDS> |
VdsDAO.getAllWithUniqueId(String id)
Retrieves all instances with the given unique id.
|
List<VDS> |
VdsDAODbFacadeImpl.getAllWithUniqueId(String id) |
List<VDS> |
VdsDAO.getListForSpmSelection(Guid storagePoolId)
Retrieves all VDS instances in the given Storage Pool, that are in status "UP"
ordered by their vds_spm_priority, not including -1
|
List<VDS> |
VdsDAODbFacadeImpl.getListForSpmSelection(Guid storagePoolId) |
Modifier and Type | Class and Description |
---|---|
class |
JsonVDSMixIn |
Modifier and Type | Method and Description |
---|---|
protected VDS |
VdsIdVDSCommandBase.getVds() |
protected VDS |
VdsManager.getVds() |
Modifier and Type | Method and Description |
---|---|
void |
ResourceManager.AddVds(VDS vds,
boolean isInternal) |
static VdsManager |
VdsManager.buildVdsManager(VDS vds) |
void |
VdsManager.failedToRunVm(VDS vds) |
boolean |
VdsManager.handleNetworkException(VDSNetworkException ex,
VDS vds)
Handle network exception, return true if save vdsDynamic to DB is needed.
|
void |
ResourceManager.ProcessOnClientIpChange(VDS vds,
Guid vmId) |
VDSStatus |
VdsManager.refreshCapabilities(RefObject<Boolean> cpuFlagsHasChanged,
VDS vds) |
void |
VdsIdVDSCommandBase.saveVdsDynamicToDBOnTimer(VDS vds,
VM vm) |
protected void |
VdsIdVDSCommandBase.SaveVdsDynamicToDBThreaded(VDS vds,
VM vm) |
void |
VdsManager.setStatus(VDSStatus status,
VDS vds) |
protected void |
VdsManager.setVds(VDS value) |
void |
ResourceManager.VdsNotResponding(VDS vds)
implement this interface with blank methods just in case no event listener is sent from frontend
|
Constructor and Description |
---|
VdsUpdateRunTimeInfo(VdsManager vdsManager,
VDS vds) |
Modifier and Type | Method and Description |
---|---|
void |
IrsBrokerCommand.IrsProxyData.Init(VDS vds) |
Modifier and Type | Method and Description |
---|---|
protected VDS |
VdsBrokerCommand.getVds() |
Modifier and Type | Method and Description |
---|---|
protected void |
VdsBrokerCommand.setVds(VDS value) |
protected static void |
VdsBrokerObjectsBuilder.updateLocalDisksUsage(VDS vds,
XmlRpcStruct xmlRpcStruct)
Update
setLocalDisksUsage(Map) with map of paths usage extracted from the returned returned value. |
static void |
VdsBrokerObjectsBuilder.updateNetworkData(VDS vds,
XmlRpcStruct xmlRpcStruct) |
static boolean |
CollectVdsNetworkDataVDSCommand.UpdateNetworkToDb(VDS vds) |
static void |
VdsBrokerObjectsBuilder.updateVDSDynamicData(VDS vds,
XmlRpcStruct xmlRpcStruct) |
static void |
VdsBrokerObjectsBuilder.updateVDSStatisticsData(VDS vds,
XmlRpcStruct xmlRpcStruct) |
Constructor and Description |
---|
ExtendedVmDynamic(VDS host) |
InfoVdsBrokerCommand(P parameters,
VDS vds) |
VdsBrokerCommand(P parameters,
VDS vds)
Construct the command using the parameters and the
VDS which is passed. |
VmStatsVdsBrokerCommand(P parameters,
VDS vds) |
Copyright © 2012. All Rights Reserved.