Derecho  0.9
Distributed systems toolkit for RDMA
Public Member Functions | List of all members
derecho::rpc::sender_removed_from_group_exception Struct Reference

Indicates that an RPC call from this node was aborted because this node was removed from its subgroup/shard (and reassigned to another one) during the view change. More...

#include <rpc_utils.hpp>

Inheritance diagram for derecho::rpc::sender_removed_from_group_exception:
Inheritance graph
[legend]
Collaboration diagram for derecho::rpc::sender_removed_from_group_exception:
Collaboration graph
[legend]

Public Member Functions

 sender_removed_from_group_exception ()
 
- Public Member Functions inherited from derecho::derecho_exception
 derecho_exception (const std::string &message)
 
const char * what () const noexcept
 

Additional Inherited Members

- Public Attributes inherited from derecho::derecho_exception
const std::string message
 

Detailed Description

Indicates that an RPC call from this node was aborted because this node was removed from its subgroup/shard (and reassigned to another one) during the view change.

Definition at line 110 of file rpc_utils.hpp.

Constructor & Destructor Documentation

◆ sender_removed_from_group_exception()

derecho::rpc::sender_removed_from_group_exception::sender_removed_from_group_exception ( )
inline

Definition at line 111 of file rpc_utils.hpp.


The documentation for this struct was generated from the following file: