26#ifndef ROUTER_SRC_MYSQL_REST_SERVICE_SRC_MRS_ENDPOINT_DB_SCHEMA_ENDPOINT_H_
27#define ROUTER_SRC_MYSQL_REST_SERVICE_SRC_MRS_ENDPOINT_DB_SCHEMA_ENDPOINT_H_
39class DbServiceEndpoint;
59 std::optional<std::string>
get_options()
const override;
Definition: db_schema_endpoint.h:41
std::string get_my_url_path_part() const override
Definition: db_schema_endpoint.cc:91
std::string get_my_url_part() const override
Definition: db_schema_endpoint.cc:94
mrs::database::entry::DbSchema DbSchema
Definition: db_schema_endpoint.h:44
std::shared_ptr< DbSchema > DbSchemaPtr
Definition: db_schema_endpoint.h:45
void deactivate() override
Definition: db_schema_endpoint.cc:66
void set(const DbSchema &schema, EndpointBasePtr parent)
Definition: db_schema_endpoint.cc:76
const DbSchemaPtr get() const
Definition: db_schema_endpoint.cc:74
std::vector< HandlerPtr > url_handlers_
Definition: db_schema_endpoint.h:72
UniversalId get_parent_id() const override
Definition: db_schema_endpoint.cc:70
UniversalId get_id() const override
Definition: db_schema_endpoint.cc:68
void activate_public() override
Definition: db_schema_endpoint.cc:50
EnabledType get_this_node_enabled_level() const override
Definition: db_schema_endpoint.cc:83
DbSchemaEndpoint(const DbSchema &entry, EndpointConfigurationPtr configuration, HandlerFactoryPtr factory)
Definition: db_schema_endpoint.cc:42
std::shared_ptr< mrs::interface::HandlerFactory > HandlerFactoryPtr
Definition: db_schema_endpoint.h:46
DbSchema DataType
Definition: db_schema_endpoint.h:47
std::optional< std::string > get_options() const override
Definition: db_schema_endpoint.cc:98
DbSchemaPtr entry_
Definition: db_schema_endpoint.h:71
void update() override
Definition: db_schema_endpoint.cc:61
bool does_this_node_require_authentication() const override
Definition: db_schema_endpoint.cc:87
Definition: option_endpoint.h:39
OptionEndpoint(UniversalId service_id, EndpointConfigurationPtr configuration, HandlerFactoryPtr factory)
Definition: option_endpoint.cc:37
mrs::database::entry::EnabledType EnabledType
Definition: endpoint_base.h:59
std::shared_ptr< EndpointBase > EndpointBasePtr
Definition: endpoint_base.h:60
mrs::database::entry::UniversalId UniversalId
Definition: endpoint_base.h:61
std::shared_ptr< EndpointConfiguration > EndpointConfigurationPtr
Definition: endpoint_base.h:64
DbSchemaEndpoint::DbSchema DbSchema
Definition: db_schema_endpoint.cc:37
Definition: authorize_manager.h:48
required string configuration
Definition: replication_asynchronous_connection_failover.proto:49
Definition: completion_hash.h:35