OpenCBDC Transaction Processor
Loading...
Searching...
No Matches
messages.hpp File Reference
Include dependency graph for parsec/runtime_locking_shard/messages.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  cbdc::parsec::runtime_locking_shard::rpc::try_lock_request
 Try lock request message. More...
 
struct  cbdc::parsec::runtime_locking_shard::rpc::prepare_request
 Prepare request message. More...
 
struct  cbdc::parsec::runtime_locking_shard::rpc::commit_request
 Commit request message. More...
 
struct  cbdc::parsec::runtime_locking_shard::rpc::rollback_request
 Rollback request message. More...
 
struct  cbdc::parsec::runtime_locking_shard::rpc::finish_request
 Finish request message. More...
 
struct  cbdc::parsec::runtime_locking_shard::rpc::get_tickets_request
 Get tickets request message. More...
 
struct  cbdc::parsec::runtime_locking_shard::rpc::replicated_prepare_request
 Message for replicating a prepare request. More...
 
struct  cbdc::parsec::runtime_locking_shard::rpc::replicated_get_tickets_request
 Message for retrieving unfinished tickets from the replicated state machine. More...
 

Namespaces

namespace  cbdc
 
namespace  cbdc::parsec
 
namespace  cbdc::parsec::runtime_locking_shard
 
namespace  cbdc::parsec::runtime_locking_shard::rpc
 

Typedefs

using cbdc::parsec::runtime_locking_shard::rpc::request
 RPC request message type.
 
using cbdc::parsec::runtime_locking_shard::rpc::response
 RPC response message type.
 
using cbdc::parsec::runtime_locking_shard::rpc::replicated_request
 Shard replicated state machine request type.
 
using cbdc::parsec::runtime_locking_shard::rpc::replicated_response
 Shard replicated state machine response type.