26#ifndef ROUTER_SRC_MYSQL_REST_SERVICE_SRC_MRS_ENDPOINT_HANDLER_HANDLER_DEBUG_H_ 
   27#define ROUTER_SRC_MYSQL_REST_SERVICE_SRC_MRS_ENDPOINT_HANDLER_HANDLER_DEBUG_H_ 
   66                         const std::vector<uint8_t> &)
 override {
 
The handler class is the interface for dynamically loadable storage engines.
Definition: handler.h:4741
 
Definition: handler_debug.h:36
 
virtual void handler_start()=0
 
virtual void handler_stop()=0
 
virtual ~HandlerCallback()=default
 
Definition: handler_debug.h:44
 
HttpResult handle_delete(rest::RequestContext *) override
Definition: handler_debug.h:63
 
HandlerCallback * cb_
Definition: handler_debug.h:72
 
HandlerDebug(HandlerCallback *cb)
Definition: handler_debug.cc:45
 
const std::string & get_service_path() const override
Definition: handler_debug.cc:50
 
const std::string & get_schema_path() const override
Definition: handler_debug.cc:54
 
UniversalId get_schema_id() const override
Definition: handler_debug.h:50
 
uint32_t get_access_rights() const override
Definition: handler_debug.h:55
 
HttpResult handle_get(rest::RequestContext *ctxt) override
Definition: handler_debug.cc:62
 
Authorization requires_authentication() const override
Definition: handler_debug.h:59
 
HttpResult handle_post(rest::RequestContext *, const std::vector< uint8_t > &) override
Definition: handler_debug.h:65
 
UniversalId get_service_id() const override
Definition: handler_debug.h:48
 
const std::string & get_db_object_path() const override
Definition: handler_debug.cc:58
 
UniversalId get_db_object_id() const override
Definition: handler_debug.h:49
 
HttpResult handle_put(rest::RequestContext *) override
Definition: handler_debug.h:64
 
Authorization
Definition: rest_handler.h:148
 
static bool cb(unsigned long long new_value)
Definition: option_usage.cc:45
 
HandlerAuthorizeAuthApps::HttpResult HttpResult
Definition: handler_authorize_auth_apps.cc:45
 
ContentFileEndpoint::UniversalId UniversalId
Definition: content_file_endpoint.cc:40
 
Definition: authorize_manager.h:48
 
@ valueRead
Definition: set_operation.h:44
 
Definition: http_result.h:37
 
Definition: request_context.h:47