Modifier and Type | Method and Description |
---|---|
void |
VdsEventListener.StoragePoolStatusChange(Guid storagePoolId,
StoragePoolStatus status,
AuditLogType auditLogType,
VdcBllErrors error) |
void |
VdsEventListener.StoragePoolStatusChange(Guid storagePoolId,
StoragePoolStatus status,
AuditLogType auditLogType,
VdcBllErrors error,
TransactionScopeOption transactionScopeOption) |
void |
VdsEventListener.StoragePoolStatusChanged(Guid storagePoolId,
StoragePoolStatus status) |
Modifier and Type | Method and Description |
---|---|
protected boolean |
StorageHandlingCommandBase.CheckStoragePoolStatus(StoragePoolStatus status) |
protected boolean |
StorageHandlingCommandBase.CheckStoragePoolStatusNotEqual(StoragePoolStatus status,
VdcBllMessages onFailMessage) |
static void |
StoragePoolStatusHandler.PoolStatusChanged(Guid poolId,
StoragePoolStatus status) |
Modifier and Type | Method and Description |
---|---|
StoragePoolStatus |
SetStoragePoolStatusParameters.getStatus() |
Modifier and Type | Method and Description |
---|---|
void |
SetStoragePoolStatusParameters.setStatus(StoragePoolStatus value) |
Constructor and Description |
---|
SetStoragePoolStatusParameters(Guid storagePoolId,
StoragePoolStatus status,
AuditLogType auditLogType) |
Modifier and Type | Method and Description |
---|---|
static StoragePoolStatus |
StoragePoolStatus.forValue(int value) |
StoragePoolStatus |
storage_pool.getstatus() |
StoragePoolStatus |
RepoFileMetaData.getStoragePoolStatus() |
static StoragePoolStatus |
StoragePoolStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StoragePoolStatus[] |
StoragePoolStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
storage_pool.setstatus(StoragePoolStatus value) |
void |
RepoFileMetaData.setStoragePoolStatus(StoragePoolStatus storagePoolStatus) |
void |
IVdsEventListener.StoragePoolStatusChange(Guid storagePoolId,
StoragePoolStatus status,
AuditLogType auditLogType,
VdcBllErrors error) |
void |
IVdsEventListener.StoragePoolStatusChange(Guid storagePoolId,
StoragePoolStatus status,
AuditLogType auditLogType,
VdcBllErrors error,
TransactionScopeOption transactionScopeOption) |
void |
IVdsEventListener.StoragePoolStatusChanged(Guid storagePoolId,
StoragePoolStatus status) |
Modifier and Type | Method and Description |
---|---|
List<RepoFileMetaData> |
RepoFileMetaDataDAODbFacadeImpl.getAllRepoFilesForAllStoragePools(StorageDomainType storageDomainType,
StoragePoolStatus storagePoolStatus,
StorageDomainStatus storageDomainStatus,
VDSStatus vdsStatus) |
List<RepoFileMetaData> |
RepoFileMetaDataDAO.getAllRepoFilesForAllStoragePools(StorageDomainType storageDomainType,
StoragePoolStatus storagePoolStatus,
StorageDomainStatus storageDomainStatus,
VDSStatus vdsStatus)
Returns list of the oldest last refreshed repository files,
for each storage pool, storage domain and file type in all System,
which meets the same storage domain status, type and SPM status.
|
void |
StoragePoolDAODbFacadeImpl.updateStatus(Guid id,
StoragePoolStatus status) |
Modifier and Type | Method and Description |
---|---|
void |
ResourceManager.StoragePoolStatusChange(Guid storagePoolId,
StoragePoolStatus status,
AuditLogType auditLogType,
VdcBllErrors error) |
void |
ResourceManager.StoragePoolStatusChange(Guid storagePoolId,
StoragePoolStatus status,
AuditLogType auditLogType,
VdcBllErrors error,
TransactionScopeOption transactionScopeOption) |
void |
ResourceManager.StoragePoolStatusChanged(Guid storagePoolId,
StoragePoolStatus status) |
Copyright © 2012. All Rights Reserved.