AMPS C/C++ Client Class Reference
AMPS C/C++ Client Version 5.3.4.4
|
Provides AMPS::BlockPublishStore, a concrete implementation of a store that breaks the allocated storage into blocks. More...
#include <amps/ampsplusplus.hpp>
#include <amps/BlockStore.hpp>
#include <amps/Buffer.hpp>
#include <sstream>
#include <stack>
#include <string>
#include <map>
#include <amps/ampscrc.hpp>
#include <sys/time.h>
#include <iostream>
Go to the source code of this file.
Classes | |
class | AMPS::BlockPublishStore |
Used as a base class for other stores in the AMPS C++ client, this is an implementation of StoreImpl that breaks a provided Buffer into uniform blocks for storing messages and tracks used and unused blocks. More... | |
Provides AMPS::BlockPublishStore, a concrete implementation of a store that breaks the allocated storage into blocks.
Used as a base class for other stores in the AMPS C++ client.