|
||
Interface status: | deprecated |
class CDaStoreReclaim : public CDaIncremental;
Provides space reclamation or compaction on a permanent file store in incremental steps.
MDaIncremental
- Abstract interface for classes that implement data model incremental operations....
CBase
-
Base class for all classes to be instantiated on the heap.
CDaIncremental
- CBase-based class for classes that implement data model incremental operations.
CDaStoreReclaim
- Provides space reclamation or compaction on a permanent file store in incrementa...
Defined in CDaStoreReclaim
:
CDaStoreReclaim(RStoreReclaim &)
Constructor.CloseL()
Terminates the operation. Next(TInt &)
Does the next step in the incremental operation.Inherited from CBase
:
Delete(CBase *)
Deletes the specified object.Extension_(TUint,TAny *&,TAny *)
Extension function operator new(TUint)
Allocates the object from the heap and then initialises its contents to binary z...operator new(TUint,TAny *)
Initialises the object to binary zeroes.operator new(TUint,TLeave)
Allocates the object from the heap and then initialises its contents to binary z...operator new(TUint,TLeave,TUint)
Allocates the object from the heap and then initialises its contents to binary z...operator new(TUint,TUint)
Allocates the object from the heap and then initialises its contents to binary z...Inherited from CDaIncremental
:
DoCancel()
HandleCancel()
Handles the operation being cancelled. HandleLeave(TInt)
Handles leave conditions in operation steps.Initialize(TInt)
Initialises the object with the number of remaining steps in the operation.SetActiveIncremental(CDaActiveIncremental *)
Sets the active object using this interface.SetObserver(MDaIncrementalObserver *)
Sets the operation observer.TerminationState()const
Gets the operation's terminal state.iActiveIncremental
Incremental active object. iObserver
Operation observer. iRemainingSteps
Number of remaining steps. iTerminationState
Operation's terminal state. Interface status: | deprecated | Inherited from: CDaStoreReclaim |
inline CDaStoreReclaim(RStoreReclaim &aDbIncremental);
Constructor.
|
Interface status: | deprecated | Inherited from: CDaStoreReclaim |
IMPORT_C virtual TInt Next(TInt &aRemainingSteps);
Does the next step in the incremental operation.
|
|
Interface status: | deprecated | Inherited from: CDaStoreReclaim |
IMPORT_C virtual void CloseL();
Terminates the operation.