42 const uint8_t *ptr =
m_event->payload;
43 size_t remain =
m_event->payload_len;
45 params.
decode(&ptr, &remain);
Declarations for DropRange request parameters.
Declarations for RangeServer.
const RangeSpec & range_spec()
Gets range specification.
Logging routines and macros.
void drop_range(ResponseCallback *, const TableIdentifier &, const RangeSpec &)
Compatibility Macros for C/C++.
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.
Request parameters for drop range function.
Apps::RangeServer * m_range_server
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.
virtual void run()
Carries out the request.
EventPtr m_event
MESSAGE Event from which handler was initialized.
Declarations for ResponseCallback.
Error codes, Exception handling, error logging.
int code() const
Returns the error code.