43 const uint8_t *ptr =
m_event->payload;
44 size_t remain =
m_event->payload_len;
46 params.
decode(&ptr, &remain);
const TableIdentifier & table()
Gets table identifier.
Apps::RangeServer * m_range_server
Declarations for RangeServer.
virtual void run()
Carries out the request.
Request parameters for update schema function.
const char * schema()
Gets table schema.
Logging routines and macros.
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.
virtual int error(int error, const String &msg)
Sends a standard error response back to the client.
Declarations for UpdateSchema request parameters.
This is a generic exception class for Hypertable.
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.
void update_schema(ResponseCallback *, const TableIdentifier &, const char *)