|
OpenCBDC Transaction Processor
|
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. | |
Set of held locks.
Definition at line 24 of file parsec/broker/interface.hpp.
Shard key type.
Definition at line 16 of file parsec/broker/interface.hpp.
Shard lock type.
Definition at line 22 of file parsec/broker/interface.hpp.
Shard state updates type.
Definition at line 20 of file parsec/broker/interface.hpp.
Ticket number type.
Definition at line 14 of file parsec/broker/interface.hpp.
Shard value type.
Definition at line 18 of file parsec/broker/interface.hpp.