The cluster subscription manager, which handles event logging
and reporting functions. It also figures prominently in NDB
Cluster Replication. SUMA
consists of the
following files, found in the directory
storage/ndb/src/kernel/blocks/suma/
:
Suma.hpp
: Defines theSuma
class and interfaces for managing subscriptions and performing necessary communications with otherSUMA
(and other) blocks.SumaInit.cpp
: Performs initialization ofDICT
,DIH
, and other interfacesSuma.cpp
: Implements subscription-handling routines.Suma.txt
: Contains a text-based diagram illustratingSUMA
protocols.