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

Provides AMPS::RingBookmarkStore, a bookmark store that stores only the MOST_RECENT bookmark to a file and keeps any bookmarks later than the most recent in memory. More...

#include <MemoryBookmarkStore.hpp>
#include <sys/mman.h>
#include <unistd.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <fcntl.h>

Go to the source code of this file.

Classes

class  AMPS::RingBookmarkStore
 A BookmarkStoreImpl that stores only the MOST_RECENT bookmark to a file for recovery and keeps any bookmarks later than most recent in memory. More...
 

Detailed Description

Provides AMPS::RingBookmarkStore, a bookmark store that stores only the MOST_RECENT bookmark to a file and keeps any bookmarks later than the most recent in memory.