![]() |
MySQL 9.2.0
Source Code Documentation
|
Abstract class that provides interface for listener on whether the listening sockets acceptors state should be updated. More...
#include <metadata_cache.h>
Public Member Functions | |
virtual bool | update_socket_acceptor_state ()=0 |
Callback function that is called when the state of the sockets acceptors is handled during the metadata refresh. More... | |
AcceptorUpdateHandlerInterface ()=default | |
AcceptorUpdateHandlerInterface (const AcceptorUpdateHandlerInterface &)=default | |
AcceptorUpdateHandlerInterface & | operator= (const AcceptorUpdateHandlerInterface &)=default |
AcceptorUpdateHandlerInterface (AcceptorUpdateHandlerInterface &&)=default | |
AcceptorUpdateHandlerInterface & | operator= (AcceptorUpdateHandlerInterface &&)=default |
virtual | ~AcceptorUpdateHandlerInterface ()=default |
Abstract class that provides interface for listener on whether the listening sockets acceptors state should be updated.
|
default |
|
default |
|
default |
|
virtualdefault |
|
default |
|
default |
|
pure virtual |
Callback function that is called when the state of the sockets acceptors is handled during the metadata refresh.
Implemented in DestMetadataCacheManager.