Functions | |
| alp_status_t | alp_hscm_get_deleted_objects_size (AlpHsChangeMgrHandle hChgMgr, uint32_t *pTotalSize) |
| Retrieves the total (disk) space occupied by the meta-data for deleted objects in the current datastore. | |
| alp_status_t | alp_hscm_purge_all_objects (AlpHsChangeMgrHandle hChgMgr) |
| alp_status_t | alp_hscm_purge_deleted_objects (AlpHsChangeMgrHandle hChgMgr) |
| Purge deleted objects from the current datastore. | |
| alp_status_t | alp_hscm_purge_obsolete_versions (AlpHsChangeMgrHandle hChgMgr) |
| Purge obsolete object version from the current datastore. | |
|
||||||||||||
|
Retrieves the total (disk) space occupied by the meta-data for deleted objects in the current datastore.
|
|
|
|
|
|
Purge deleted objects from the current datastore. The ChangeMgr retains identification and other meta-data for deleted objects. Over time, this information may consume a significant amount of space. HotSync allows applications to recover this space by purging deleted objects. When a purge removes information about deleted objects that is required for a subsequent sync, the information is recovered by synchronizing id sets (see alp_hscm_query_object_guids()).
|
|
|
Purge obsolete object version from the current datastore. This function may be called at any time to purge obsolete objects from the DataStore passed to alp_hscm_open(). HotSync calls this function after it closes the snapshot of changes taken for each sync session.
|
Copyright © 1999-2008 ACCESS CO., LTD. All rights reserved.