Package | Description |
---|---|
org.ovirt.engine.api.restapi.types | |
org.ovirt.engine.core.bll.storage | |
org.ovirt.engine.core.common.businessentities | |
org.ovirt.engine.core.dao |
Modifier and Type | Method and Description |
---|---|
static StorageDomainStatus |
StorageDomainMapper.map(StorageDomainStatus status,
StorageDomainStatus template) |
Modifier and Type | Method and Description |
---|---|
protected void |
StorageDomainCommandBase.changeStorageDomainStatusInTransaction(storage_pool_iso_map map,
StorageDomainStatus status) |
protected boolean |
StorageDomainCommandBase.checkStorageDomainStatus(StorageDomainStatus... statuses) |
protected boolean |
StorageDomainCommandBase.CheckStorageDomainStatusNotEqual(StorageDomainStatus status) |
protected void |
StorageDomainCommandBase.SetStorageDomainStatus(StorageDomainStatus status) |
Modifier and Type | Method and Description |
---|---|
static StorageDomainStatus |
StorageDomainStatus.forValue(int value) |
StorageDomainStatus |
storage_domains.getstatus() |
StorageDomainStatus |
storage_pool_iso_map.getstatus() |
StorageDomainStatus |
RepoFileMetaData.getStorageDomainStatus() |
static StorageDomainStatus |
StorageDomainStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StorageDomainStatus[] |
StorageDomainStatus.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_domains.setstatus(StorageDomainStatus value) |
void |
storage_pool_iso_map.setstatus(StorageDomainStatus value) |
void |
RepoFileMetaData.setStorageDomainStatus(StorageDomainStatus storageDomainStatus) |
Constructor and Description |
---|
storage_domains(Guid id,
String storage,
String storage_name,
Guid storage_pool_id,
Integer available_disk_size,
Integer used_disk_size,
StorageDomainStatus status,
String storage_pool_name,
int storage_pool_type,
int storage_type) |
storage_pool_iso_map(Guid storage_id,
Guid storage_pool_id,
StorageDomainStatus status) |
Modifier and Type | Method and Description |
---|---|
List<Guid> |
StorageDomainStaticDAODbFacadeImpl.getAllIds(Guid pool,
StorageDomainStatus status) |
List<Guid> |
StorageDomainStaticDAO.getAllIds(Guid pool,
StorageDomainStatus status)
Return all the domains of the given status which belong to the given pool.
|
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 |
StoragePoolIsoMapDAODbFacadeImpl.updateStatus(StoragePoolIsoMapId id,
StorageDomainStatus status) |
Copyright © 2012. All Rights Reserved.