AMPS C/C++ Client Class Reference
AMPS C/C++ Client Version 5.3.4.4
|
Provides AMPS::RecoveryPointAdapter, an iterface for implementing external storage of bookmark subscription recovery data and for recovering from that external storage. More...
#include <amps/Field.hpp>
#include <amps/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... | |
Provides AMPS::RecoveryPointAdapter, an iterface for implementing external storage of bookmark subscription recovery data and for recovering from that external storage.