43 const uint8_t *ptr =
m_event->payload;
44 size_t remain =
m_event->payload_len;
46 params.
decode(&ptr, &remain);
virtual void run()
Carries out the request.
Declarations for RelinquishRange request parameters.
Declarations for RangeServer.
Logging routines and macros.
const RangeSpec & range_spec()
Gets range specification.
Compatibility Macros for C/C++.
Functions to serialize/deserialize primitives to/from a memory buffer.
Request parameters for relinquish range function.
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.
const TableIdentifier & table()
Gets table identifier.
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.
Apps::RangeServer * m_range_server
void relinquish_range(ResponseCallback *, const TableIdentifier &, const RangeSpec &)
Declarations for ResponseCallback.
Error codes, Exception handling, error logging.
int code() const
Returns the error code.