39 const uint8_t *ptr =
m_event->payload;
40 size_t remain =
m_event->payload_len;
42 params.
decode(&ptr, &remain);
const char * fname()
Gets output file name.
Apps::RangeServer * m_range_server
Declarations for RangeServer.
Declarations for Dump request parameters.
virtual void run()
Carries out the request.
Request parameters for dump function.
Compatibility Macros for C/C++.
Functions to serialize/deserialize primitives to/from a memory buffer.
virtual void decode(const uint8_t **bufp, size_t *remainp)
Reads serialized representation of object from a buffer.
This class is used to generate and deliver standard responses back to a client.
bool no_keys()
Gets no keys flag.
virtual int error(int error, const String &msg)
Sends a standard error response back to the client.
This is a generic exception class for Hypertable.
EventPtr m_event
MESSAGE Event from which handler was initialized.
void dump(ResponseCallback *, const char *, bool)
int code() const
Returns the error code.