AMPS C/C++ Client Class Reference
AMPS C/C++ Client Version 5.3.4.4
|
Provides AMPS::MMapBookmarkStore, a bookmark store that uses a memory mapped file to provide efficient message tracking that persists across application restarts. More...
#include <amps/MemoryBookmarkStore.hpp>
#include <amps/RecoveryPoint.hpp>
#include <amps/RecoveryPointAdapter.hpp>
#include <sys/mman.h>
#include <unistd.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <fcntl.h>
#include <set>
Go to the source code of this file.
Classes | |
class | AMPS::MMapBookmarkStore |
A BookmarkStoreImpl implementation that uses a memory mapped file for storage of the bookmarks. More... | |
Provides AMPS::MMapBookmarkStore, a bookmark store that uses a memory mapped file to provide efficient message tracking that persists across application restarts.