OpenCBDC Transaction Processor
Loading...
Searching...
No Matches
cbdc::parsec::broker Namespace Reference

Data Structures

class  impl
 Implementation of a broker. More...
 
class  interface
 Interface for a broker. More...
 

Typedefs

using ticket_number_type = ticket_machine::ticket_number_type
 Ticket number type.
 
using key_type = runtime_locking_shard::key_type
 Shard key type.
 
using value_type = runtime_locking_shard::value_type
 Shard value type.
 
using state_update_type = runtime_locking_shard::state_update_type
 Shard state updates type.
 
using lock_type = runtime_locking_shard::lock_type
 Shard lock type.
 
using held_locks_set_type
 Set of held locks.
 

Typedef Documentation

◆ held_locks_set_type

Initial value:
std::
unordered_map<key_type, lock_type, hashing::const_sip_hash<key_type>>

Set of held locks.

Definition at line 24 of file parsec/broker/interface.hpp.

◆ key_type

◆ lock_type

◆ state_update_type

◆ ticket_number_type

◆ value_type