#include <group.hpp>


Public Member Functions | |
| Replicated< ReplicatedType > & | get_subgroup (uint32_t subgroup_num=0) |
| ExternalCaller< ReplicatedType > & | get_nonmember_subgroup (uint32_t subgroup_index=0) |
| std::vector< std::vector< node_id_t > > | get_subgroup_members (uint32_t subgroup_index=0) |
| std::size_t | get_number_of_shards (uint32_t subgroup_index=0) |
Public Member Functions inherited from derecho::_Group | |
| virtual | ~_Group ()=default |
| template<typename SubgroupType > | |
| auto & | get_subgroup (uint32_t subgroup_num=0) |
| template<typename SubgroupType > | |
| auto & | get_nonmember_subgroup (uint32_t subgroup_num=0) |
| template<typename SubgroupType > | |
| std::size_t | get_number_of_shards (uint32_t subgroup_index=0) |
| template<typename SubgroupType > | |
| std::vector< std::vector< node_id_t > > | get_subgroup_members (uint32_t subgroup_index=0) |
Protected Member Functions | |
| virtual void | set_replicated_pointer (std::type_index, uint32_t, void **)=0 |
| virtual void | set_external_caller_pointer (std::type_index, uint32_t, void **)=0 |
| virtual ViewManager & | get_view_manager ()=0 |
Protected Member Functions inherited from derecho::_Group | |
| virtual uint32_t | get_index_of_type (const std::type_info &)=0 |
| ExternalCaller< ReplicatedType > & derecho::GroupProjection< ReplicatedType >::get_nonmember_subgroup | ( | uint32_t | subgroup_index = 0 | ) |
Definition at line 63 of file group_impl.hpp.
| std::size_t derecho::GroupProjection< ReplicatedType >::get_number_of_shards | ( | uint32_t | subgroup_index = 0 | ) |
Definition at line 78 of file group_impl.hpp.
| Replicated< ReplicatedType > & derecho::GroupProjection< ReplicatedType >::get_subgroup | ( | uint32_t | subgroup_num = 0 | ) |
Definition at line 54 of file group_impl.hpp.
| std::vector< std::vector< node_id_t > > derecho::GroupProjection< ReplicatedType >::get_subgroup_members | ( | uint32_t | subgroup_index = 0 | ) |
Definition at line 72 of file group_impl.hpp.
|
protectedpure virtual |
|
protectedpure virtual |
|
protectedpure virtual |
1.8.13