#include <udf_service_impl.h>
◆ Udf_service_impl()
Udf_service_impl::Udf_service_impl |
( |
| ) |
|
|
default |
◆ ~Udf_service_impl()
virtual Udf_service_impl::~Udf_service_impl |
( |
| ) |
|
|
virtualdefault |
◆ deinit()
bool Udf_service_impl::deinit |
( |
void |
| ) |
|
Release the mysql_service_mysql_udf_metadata service and unregisters the Asynchronous Connection Failover's UDFs.
- Return values
-
true | if there was an error |
false | if all UDFs were unregistered |
◆ init()
virtual bool Udf_service_impl::init |
( |
| ) |
|
|
pure virtual |
◆ register_udf()
bool Udf_service_impl::register_udf |
( |
Udf_data & |
e | ) |
|
Registers the Asynchronous Connection Failover's UDFs.
If there is an error registering any UDF, all installed UDFs are unregistered.
- Return values
-
true | if there was an error |
false | if all UDFs were registered |
◆ set_registry()
Save UDF registry service.
param[in] r UDF registry service.
◆ unregister_udf()
bool Udf_service_impl::unregister_udf |
( |
const std::string |
udf_name | ) |
|
Unregisters the Asynchronous Connection Failover's UDFs.
- Return values
-
true | if there was an error |
false | if all UDFs were unregistered |
◆ m_registry
◆ m_udfs_registered
std::vector<std::string> Udf_service_impl::m_udfs_registered |
|
private |
The documentation for this class was generated from the following files: