AMPS C/C++ Client Class Reference
AMPS C/C++ Client Version 5.3.3.1
RecoveryPointAdapter.hpp File Reference

Provides AMPS::RecoveryPointAdapter, an iterface for impplementing external storage of bookmark subscription recovery data and for recovering from that external storage. More...

#include <Field.hpp>
#include <RecoveryPoint.hpp>
#include <vector>
#include <iterator>
#include <memory>
#include <thread>
#include <unordered_map>

Go to the source code of this file.

Classes

class  AMPS::RecoveryPointAdapterImpl
 RecoveryPointAdapterImpl virtual base class for implementing external storage of subscription recovery points and recovery from storage. More...
 
class  AMPS::RecoveryPointAdapter
 RecoveryPointAdapter a handle class for implementing external storage of subscription recovery points and recovery from storage. More...
 
class  AMPS::ConflatingRecoveryPointAdapter
 RecoveryPointAdapter implementation that delegates storage to another RecoveryPointAdapter but provides conflation so that only every X updates are saved and/or only the last update every Y milliseconds is saved. More...
 

Detailed Description

Provides AMPS::RecoveryPointAdapter, an iterface for impplementing external storage of bookmark subscription recovery data and for recovering from that external storage.