46 const uint8_t *ptr =
m_event->payload;
47 size_t remain =
m_event->payload_len;
51 params.
decode(&ptr, &remain);
virtual void exists(Response::Callback::Exists *cb, const char *fname)=0
Check for the existence of a file.
virtual void run()
Invokes the exists function.
Application handler for exists function.
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.
Declarations for Exists request parameters.
const char * get_fname()
Gets file name.
Broker * m_broker
Pointer to file system broker object.
Declarations for Exists request handler.
virtual int error(int error, const String &msg)
Sends a standard error response back to the client.
Request parameters for exists requests.
This is a generic exception class for Hypertable.
EventPtr m_event
MESSAGE Event from which handler was initialized.
Comm * m_comm
Pointer to comm layer.
File system broker framework and client library.
Declarations for ResponseCallback.
Error codes, Exception handling, error logging.