struct
RDMACollectionManager
Public types
-
using RDMA_ActionPtr = std::function<void(RDMA_
PtrType const &ptr)>
Public static functions
-
static auto registerUnsizedCollection(RDMA_
ElmType const& num_elms, RDMAManager:: RDMA_MapType const& map = default_map, bool const& demand_allocate = true) -> RDMA_ HandleType -
static void getElement(RDMA_
HandleType const& rdma_handle, RDMA_ ElmType const& elm, RDMA_ RecvType action_ptr = nullptr, TagType const& tag = no_tag, ByteType const& bytes = no_byte) -
static void putElement(RDMA_
HandleType const& rdma_handle, RDMA_ ElmType const& elm, RDMA_ PtrType const& ptr, RDMA_ PutSerialize on_demand_put_serialize = no_action, ActionType action_after_put = no_action, TagType const& tag = no_tag)