Functions | |
| alp_status_t | alp_hscm_get_change_coverage (AlpHsChangeMgrHandle hChgMgr, AlpHsPedigreePtr *ppCoverage) |
| Retrieve an open datastore's change coverage. | |
| alp_status_t | alp_hscm_get_purge_coverage (AlpHsChangeMgrHandle hChgMgr, AlpHsPedigreePtr *ppCoverage) |
| Retrieves an open datastore's purge coverage. | |
| alp_status_t | alp_hscm_purge_all (AlpHsChangeMgrHandle hChgMgr, AlpHsSnapshotHandle hSnapshot) |
| alp_status_t | alp_hscm_query_object_guids (AlpHsChangeMgrHandle hChgMgr, AlpHsSnapshotHandle hSnapshot, uint32_t *pGuidCount, AlpGuidPtr *pGuidArray) |
| Retrieve the GUIDs for objects in an open datastore that are present in the input snapshot. | |
| alp_status_t | alp_hscm_set_change_coverage (AlpHsChangeMgrHandle hChgMgr, AlpHsPedigreePtr pCoverage) |
| Sets an open datastore's change coverage. | |
|
||||||||||||
|
Retrieve an open datastore's change coverage.
|
|
||||||||||||
|
Retrieves an open datastore's purge coverage. A datastore's purge coverage records the last "time" when deleted objects were purged from the datastore. Each time alp_hscm_purge_deleted_objects() is called, the open datastore's purge coverage is set to its current change coverage.
|
|
||||||||||||
|
|
|
||||||||||||||||||||
|
Retrieve the GUIDs for objects in an open datastore that are present in the input snapshot. HotSync calls this function when a purge necessitates an id sync.
|
|
||||||||||||
|
Sets an open datastore's change coverage. This function sets an open datastore's change coverage to the sum of its current coverage with the input coverage. It is normally called after all modified objects have been written to the datastore.
|
Copyright © 1999-2008 ACCESS CO., LTD. All rights reserved.