Package | Description |
---|---|
org.ovirt.engine.core.bll | |
org.ovirt.engine.core.dao |
Modifier and Type | Method and Description |
---|---|
List<RepoFileMetaData> |
IsoDomainListSyncronizer.getCachedIsoListByDomainId(Guid isoStorageDomainId,
FileTypeExtension fileTypeExtension)
Returns the cached Iso file meta data list, for storage domain.
|
List<RepoFileMetaData> |
IsoDomainListSyncronizer.getCachedIsoListByPoolAndDomainId(Guid isoStoragePoolId,
Guid isoStorageDomainId)
Returns the cached Iso file meta data list, of the storage pool Id with the storage domain id.
|
List<RepoFileMetaData> |
IsoDomainListSyncronizer.getUserRequestForStorageDomainRepoFileList(Guid storageDomainId,
FileTypeExtension fileTypeExtension,
boolean forceRefresh)
Returns a RepoFilesMetaData list with Iso file names for storage domain Id and with file type extension.
If user choose to refresh the cache, and a problem occurs, then returns null. |
Modifier and Type | Method and Description |
---|---|
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.
|
List<RepoFileMetaData> |
RepoFileMetaDataDAODbFacadeImpl.getAllRepoFilesForAllStoragePools(StorageDomainType storageDomainType,
StoragePoolStatus storagePoolStatus,
StorageDomainStatus storageDomainStatus,
VDSStatus vdsStatus) |
List<RepoFileMetaData> |
RepoFileMetaDataDAO.getRepoListForStorageDomain(Guid storageDomainId,
FileTypeExtension fileType)
Returns a list of repository files with specific file extension from storage domain id.
If no repository found, will return an empty list. |
List<RepoFileMetaData> |
RepoFileMetaDataDAODbFacadeImpl.getRepoListForStorageDomain(Guid storageDomainId,
FileTypeExtension fileType) |
List<RepoFileMetaData> |
RepoFileMetaDataDAO.getRepoListForStorageDomainAndStoragePool(Guid storagePoolId,
Guid storageDomainId,
FileTypeExtension fileType)
Returns a list of repository files with specific file extension from storage domain id with specific status.
|
List<RepoFileMetaData> |
RepoFileMetaDataDAODbFacadeImpl.getRepoListForStorageDomainAndStoragePool(Guid storagePoolId,
Guid storageDomainId,
FileTypeExtension fileType) |
Modifier and Type | Method and Description |
---|---|
void |
RepoFileMetaDataDAO.addRepoFileMap(RepoFileMetaData map)
Add repository file to cache table.
|
void |
RepoFileMetaDataDAODbFacadeImpl.addRepoFileMap(RepoFileMetaData map) |
Copyright © 2012. All Rights Reserved.