struct
#include <src/vt/rdma/rdma_handle.h>
HandleManager
Public types
- using RDMA_BitsType = Bits
- using RDMA_TypeType = Type
-
using RDMA_UniversalIdType = RDMA_
HandleType
Public static functions
-
static void setIsSized(RDMA_
UniversalIdType& handle, bool const& is_sized) -
static void setIsCollective(RDMA_
UniversalIdType& handle, bool const& is_collective) -
static void setIsHandler(RDMA_
UniversalIdType& handle, bool const& is_handler) -
static void setOpType(RDMA_
UniversalIdType& handle, RDMA_ TypeType const& rdma_type) -
static void setRdmaNode(RDMA_
UniversalIdType& handle, NodeType const& node) -
static void setRdmaIdentifier(RDMA_
UniversalIdType& handle, RDMA_ IdentifierType const& ident) -
static auto getRdmaNode(RDMA_
UniversalIdType const& handle) -> NodeType -
static auto getRdmaIdentifier(RDMA_
UniversalIdType const& handle) -> RDMA_ IdentifierType -
static auto isSized(RDMA_
UniversalIdType const& handle) -> bool -
static auto isCollective(RDMA_
UniversalIdType const& handle) -> bool -
static auto isHandler(RDMA_
UniversalIdType const& handle) -> bool -
static auto getOpType(RDMA_
UniversalIdType const& handle) -> RDMA_ TypeType -
static auto createNewHandler() -> RDMA_
UniversalIdType