![]()  | 
  
    MySQL 8.0.44
    
   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 (const metadata_cache::cluster_nodes_list_t &instances)=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.
| instances | list of the current cluster nodes | 
Implemented in DestMetadataCacheGroup.