AMPS C/C++ Client Class Reference
AMPS C/C++ Client Version 5.3.3.0
HybridPublishStore.hpp File Reference

Provides AMPS::HybridPublishStore, a publish store that uses memory up to a specified maximum capacity then writes to a file if the store will exceed that capacity. More...

#include <ampsplusplus.hpp>
#include <MemoryPublishStore.hpp>
#include <PublishStore.hpp>

Go to the source code of this file.

Classes

class  AMPS::HybridPublishStore
 An implementation of StoreImpl for publication. More...
 

Detailed Description

Provides AMPS::HybridPublishStore, a publish store that uses memory up to a specified maximum capacity then writes to a file if the store will exceed that capacity.