com.ibm.net.rdma.jverbs.verbs
Class RegisterMemoryRegionMethod
- java.lang.Object
-
- com.ibm.net.rdma.jverbs.verbs.RegisterMemoryRegionMethod
-
- All Implemented Interfaces:
- StatefulVerbsMethod<RegisterMemoryRegionMethod>
public abstract class RegisterMemoryRegionMethod extends java.lang.Object implements StatefulVerbsMethod<RegisterMemoryRegionMethod>
This class is a stateful representation of the RDMA JVerbs memory registration memory (RdmaJVerbs.registerMemoryRegion).
-
-
Constructor Summary
Constructors Constructor and Description RegisterMemoryRegionMethod()
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method and Description abstract MemoryRegiongetMemoryRegion()Gets the memory region associated with the last execute() call of this object.-
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.ibm.net.rdma.jverbs.verbs.StatefulVerbsMethod
execute, free, isSuccess, isValid
-
-
-
-
Method Detail
-
getMemoryRegion
public abstract MemoryRegion getMemoryRegion()
Gets the memory region associated with the last execute() call of this object.- Returns:
- the memory region.
-
-