42 const uint8_t *ptr =
m_event->payload;
43 size_t remain =
m_event->payload_len;
45 params.
decode(&ptr, &remain);
virtual void run()
Carries out the request.
Declarations for RangeServer.
Declarations for DropTable request parameters.
Logging routines and macros.
Compatibility Macros for C/C++.
virtual void decode(const uint8_t **bufp, size_t *remainp)
Reads serialized representation of object from a buffer.
Apps::RangeServer * m_range_server
This class is used to generate and deliver standard responses back to a client.
const TableIdentifier & table()
Gets table identifier.
void drop_table(ResponseCallback *cb, const TableIdentifier &table)
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.
Request parameters for drop table function.
Declarations for ResponseCallback.
Error codes, Exception handling, error logging.
int code() const
Returns the error code.