#include <replicated.hpp>

Public Member Functions | |
| ShardIterator (ExternalCaller< T > &EC, std::vector< node_id_t > shard_reps) | |
| template<rpc::FunctionTag tag, typename... Args> | |
| auto | p2p_send (Args &&... args) |
Private Attributes | |
| ExternalCaller< T > & | EC |
| const std::vector< node_id_t > | shard_reps |
Definition at line 352 of file replicated.hpp.
|
inline |
Definition at line 358 of file replicated.hpp.
| auto derecho::ShardIterator< T >::p2p_send | ( | Args &&... | args | ) |
Definition at line 244 of file replicated_impl.hpp.
|
private |
Definition at line 354 of file replicated.hpp.
|
private |
Definition at line 355 of file replicated.hpp.
1.8.13