#include <DM_Server.h>
Public Member Functions | |
PNGJob (const AMD_DistributedMap_putNgetPtr &cb, const string &word, const string &delta) | |
Public Attributes | |
AMD_DistributedMap_putNgetPtr | png_cb |
The call back object. | |
string | word |
string | delta |
Container class for a put and get job. The putNget_async operation is an asynchronous operation with asynchronous method dispatch.
Hence a call should be queued up for later processing and this class stores all the details pertinent to that call.
PNGJob::PNGJob | ( | const AMD_DistributedMap_putNgetPtr & | cb, | |
const string & | word, | |||
const string & | delta | |||
) | [inline] |
string PNGJob::delta |
The serialized form of data that needs to be accumulated into the entry pointed by word
AMD_DistributedMap_putNgetPtr PNGJob::png_cb |
The call back object.
string PNGJob::word |
The word on which this operation is called