OpenCBDC Transaction Processor
|
#include "util/common/hashmap.hpp"
#include "util/common/logging.hpp"
#include <libnuraft/nuraft.hxx>
#include <unordered_map>
#include <unordered_set>
Go to the source code of this file.
Data Structures | |
class | cbdc::coordinator::state_machine |
Raft state machine for managing a replicated coordinator. More... | |
struct | cbdc::coordinator::state_machine::coordinator_state |
Used to store dtxs, which phase they are in and relevant data require for recovery. More... | |
Namespaces | |
namespace | cbdc |
namespace | cbdc::coordinator |