#include <IArchiveTrimSvc.h>
Inheritance diagram for IArchiveTrimSvc:
Public Types | |
| SUCCESS | |
| NO_INTERFACE | |
| VERSMISMATCH | |
| LAST_ERROR | |
| enum | Status |
Public Member Functions | |
| virtual StatusCode | trim (IDataManagerSvc *dataStore, TimeStamp latest)=0 |
| Trims the specified store using the provided latest time as the end of all valid time windows. | |
| virtual const TimeStamp & | window (const std::string &path)=0 |
| Returns the size of the time window for the specified path in the store. | |
| virtual StatusCode | queryInterface (const InterfaceID &riid, void **ppvInterface)=0 |
| virtual unsigned long | addRef ()=0 |
| virtual unsigned long | release ()=0 |
Static Public Member Functions | |
| static const InterfaceID & | interfaceID () |
| Retrieve interface ID. | |
Public Attributes | |
| SUCCESS | |
| NO_INTERFACE | |
| VERSMISMATCH | |
| LAST_ERROR | |
Definition at line 15 of file IArchiveTrimSvc.h.
| static const InterfaceID& IArchiveTrimSvc::interfaceID | ( | ) | [inline, static] |
Retrieve interface ID.
Reimplemented from IInterface.
Definition at line 20 of file IArchiveTrimSvc.h.
00020 { 00021 return IID_IArchiveTrimSvc; 00022 }
| virtual StatusCode IArchiveTrimSvc::trim | ( | IDataManagerSvc * | dataStore, | |
| TimeStamp | latest | |||
| ) | [pure virtual] |
Trims the specified store using the provided latest time as the end of all valid time windows.
| virtual const TimeStamp& IArchiveTrimSvc::window | ( | const std::string & | path | ) | [pure virtual] |
Returns the size of the time window for the specified path in the store.
1.4.7