Describes the use of ReclaimL() and CompactL() functions.
Space reclamation for a store can be performed as a single job by calling the store’s ReclaimL() member function.
Compaction for a store can be performed as a single job by calling the store’s CompactL() member function.
Both ReclaimL() and CompactL() only return once space reclamation or compaction are complete, and this can take some time.
Once compaction is complete, the store must be committed.
Streams must be closed before calling CompactL().
Copyright ©2010 Nokia Corporation and/or its subsidiary(-ies).
All rights
reserved. Unless otherwise stated, these materials are provided under the terms of the Eclipse Public License
v1.0.