cloudstack/server/src/com/cloud/storage/dao
Min Chen 2955d58976 Fix "Count" for listSnapshotPoliciesCmd. 2013-01-18 13:55:11 -08:00
..
DiskOfferingDao.java Patch from Chip Childers 2012-07-02 09:51:21 -04:00
DiskOfferingDaoImpl.java Patch from Chip Childers 2012-07-02 09:51:21 -04:00
GuestOSCategoryDao.java Patch from Chip Childers 2012-07-02 09:51:21 -04:00
GuestOSCategoryDaoImpl.java Patch from Chip Childers 2012-07-02 09:51:21 -04:00
GuestOSDao.java Patch from Chip Childers 2012-07-02 09:51:21 -04:00
GuestOSDaoImpl.java Patch from Chip Childers 2012-07-02 09:51:21 -04:00
LaunchPermissionDao.java Patch from Chip Childers 2012-07-02 09:51:21 -04:00
LaunchPermissionDaoImpl.java Patch from Chip Childers 2012-07-02 09:51:21 -04:00
S3Dao.java Backs NFS-based secondary storage with an S3-compatible object store. Periodically, a reaper thread synchronizes templates and ISOs stored on a NFS secondary storage mount with a configured S3 object store. It also pushes snapshots to the object store when they are created and downloads them in other zones on-demand. In addition to permitting the use of commodity or IaaS storage solutions for static assets, it provides a means of automatically synchronizing template and ISO assets across multiple zones. 2012-12-13 23:18:37 -08:00
S3DaoImpl.java Backs NFS-based secondary storage with an S3-compatible object store. Periodically, a reaper thread synchronizes templates and ISOs stored on a NFS secondary storage mount with a configured S3 object store. It also pushes snapshots to the object store when they are created and downloads them in other zones on-demand. In addition to permitting the use of commodity or IaaS storage solutions for static assets, it provides a means of automatically synchronizing template and ISO assets across multiple zones. 2012-12-13 23:18:37 -08:00
SnapshotDao.java CS-15823 Failed snapshot should be marked as Error and cleanup asynchronously 2012-08-15 11:06:25 +08:00
SnapshotDaoImpl.java CS-15823 Failed snapshot should be marked as Error and cleanup asynchronously 2012-08-15 11:06:25 +08:00
SnapshotPolicyDao.java Fix "Count" for listSnapshotPoliciesCmd. 2013-01-18 13:55:11 -08:00
SnapshotPolicyDaoImpl.java Fix "Count" for listSnapshotPoliciesCmd. 2013-01-18 13:55:11 -08:00
SnapshotScheduleDao.java Removed more unused imports in Snapshots code 2012-10-09 17:07:03 -07:00
SnapshotScheduleDaoImpl.java Patch from Chip Childers 2012-07-02 09:51:21 -04:00
StoragePoolDao.java Patch from Chip Childers 2012-07-02 09:51:21 -04:00
StoragePoolDaoImpl.java Patch from Chip Childers 2012-07-02 09:51:21 -04:00
StoragePoolDetailsDao.java Patch from Chip Childers 2012-07-02 09:51:21 -04:00
StoragePoolDetailsDaoImpl.java Patch from Chip Childers 2012-07-02 09:51:21 -04:00
StoragePoolHostDao.java Patch from Chip Childers 2012-07-02 09:51:21 -04:00
StoragePoolHostDaoImpl.java Patch from Chip Childers 2012-07-02 09:51:21 -04:00
StoragePoolWorkDao.java Patch from Chip Childers 2012-07-02 09:51:21 -04:00
StoragePoolWorkDaoImpl.java Patch from Chip Childers 2012-07-02 09:51:21 -04:00
SwiftDao.java Patch from Chip Childers 2012-07-02 09:51:21 -04:00
SwiftDaoImpl.java Patch from Chip Childers 2012-07-02 09:51:21 -04:00
UploadDao.java Patch from Chip Childers 2012-07-02 09:51:21 -04:00
UploadDaoImpl.java Patch from Chip Childers 2012-07-02 09:51:21 -04:00
VMTemplateDao.java S3-backed Secondary Storage 2013-01-02 10:28:47 -08:00
VMTemplateDaoImpl.java Merge branch 'master' into api_refactoring 2013-01-02 13:57:55 -08:00
VMTemplateDetailsDao.java Patch from Chip Childers 2012-07-02 09:51:21 -04:00
VMTemplateDetailsDaoImpl.java Patch from Chip Childers 2012-07-02 09:51:21 -04:00
VMTemplateHostDao.java Patch from Chip Childers 2012-07-02 09:51:21 -04:00
VMTemplateHostDaoImpl.java Patch from Chip Childers 2012-07-02 09:51:21 -04:00
VMTemplatePoolDao.java Patch from Chip Childers 2012-07-02 09:51:21 -04:00
VMTemplatePoolDaoImpl.java Patch from Chip Childers 2012-07-02 09:51:21 -04:00
VMTemplateS3Dao.java Backs NFS-based secondary storage with an S3-compatible object store. Periodically, a reaper thread synchronizes templates and ISOs stored on a NFS secondary storage mount with a configured S3 object store. It also pushes snapshots to the object store when they are created and downloads them in other zones on-demand. In addition to permitting the use of commodity or IaaS storage solutions for static assets, it provides a means of automatically synchronizing template and ISO assets across multiple zones. 2012-12-13 23:18:37 -08:00
VMTemplateS3DaoImpl.java Backs NFS-based secondary storage with an S3-compatible object store. Periodically, a reaper thread synchronizes templates and ISOs stored on a NFS secondary storage mount with a configured S3 object store. It also pushes snapshots to the object store when they are created and downloads them in other zones on-demand. In addition to permitting the use of commodity or IaaS storage solutions for static assets, it provides a means of automatically synchronizing template and ISO assets across multiple zones. 2012-12-13 23:18:37 -08:00
VMTemplateSwiftDao.java Patch from Chip Childers 2012-07-02 09:51:21 -04:00
VMTemplateSwiftDaoImpl.java Patch from Chip Childers 2012-07-02 09:51:21 -04:00
VMTemplateZoneDao.java Patch from Chip Childers 2012-07-02 09:51:21 -04:00
VMTemplateZoneDaoImpl.java Patch from Chip Childers 2012-07-02 09:51:21 -04:00
VolumeDao.java Patch from Chip Childers 2012-07-02 09:51:21 -04:00
VolumeDaoImpl.java Resource tags: CS-15473 - fixed delete/list by resourceId when UUID is specified as a value 2012-07-06 11:43:31 -07:00
VolumeHostDao.java Removed redundant imports from VolumeHostDao 2012-11-14 14:31:29 +05:30
VolumeHostDaoImpl.java Removed redundant imports from VolumeHostDao 2012-11-14 14:31:29 +05:30