OpenCBDC Transaction Processor
|
#include "parsec/runtime_locking_shard/interface.hpp"
#include "parsec/ticket_machine/interface.hpp"
Go to the source code of this file.
Data Structures | |
class | cbdc::parsec::broker::interface |
Interface for a broker. More... | |
Namespaces | |
namespace | cbdc |
namespace | cbdc::parsec |
namespace | cbdc::parsec::broker |
Typedefs | |
using | cbdc::parsec::broker::ticket_number_type = ticket_machine::ticket_number_type |
Ticket number type. | |
using | cbdc::parsec::broker::key_type = runtime_locking_shard::key_type |
Shard key type. | |
using | cbdc::parsec::broker::value_type = runtime_locking_shard::value_type |
Shard value type. | |
using | cbdc::parsec::broker::state_update_type = runtime_locking_shard::state_update_type |
Shard state updates type. | |
using | cbdc::parsec::broker::lock_type = runtime_locking_shard::lock_type |
Shard lock type. | |
using | cbdc::parsec::broker::held_locks_set_type |
Set of held locks. | |