![]() |
MySQL 9.3.0
Source Code Documentation
|
Interface defining central location for the handlers associated to a database service. More...
#include <jit_executor_component.h>
Public Member Functions | |
virtual | ~IServiceHandlers ()=default |
virtual std::shared_ptr< IContextHandle > | get_context (const std::string &debug_port="")=0 |
virtual void | release_debug_context ()=0 |
virtual bool | init ()=0 |
virtual void | teardown ()=0 |
virtual std::chrono::seconds | idle_time () const =0 |
virtual uint64_t | pool_size () const =0 |
virtual void | set_max_heap_size (uint64_t)=0 |
virtual void | set_default_pool_size (uint64_t)=0 |
Interface defining central location for the handlers associated to a database service.
|
virtualdefault |
|
pure virtual |
Implemented in jit_executor::ServiceHandlers.
|
pure virtual |
Implemented in jit_executor::ServiceHandlers.
|
pure virtual |
Implemented in jit_executor::ServiceHandlers.
|
pure virtual |
Implemented in jit_executor::ServiceHandlers.
|
pure virtual |
Implemented in jit_executor::ServiceHandlers.
|
pure virtual |
Implemented in jit_executor::ServiceHandlers.
|
pure virtual |
Implemented in jit_executor::ServiceHandlers.
|
pure virtual |
Implemented in jit_executor::ServiceHandlers.