com.ibm.net.rdma.jverbs.verbs
Interface PostSendMethod.StatefulRdma
-
- Enclosing class:
- PostSendMethod
public static interface PostSendMethod.StatefulRdmaProvides access methods to modify PostSendMethod.Rdma.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method and Description longgetRemoteAddress()Gets the remote buffer address.intgetRemoteKey()Gets the key of remote registered buffer.voidsetRemoteAddress(long remoteAddress)Sets the remote buffer address.voidsetRemoteKey(int remoteKey)Sets the key of remote registered buffer.
-
-
-
Method Detail
-
getRemoteAddress
long getRemoteAddress()
Gets the remote buffer address.- Returns:
- the remoteAddress
-
getRemoteKey
int getRemoteKey()
Gets the key of remote registered buffer.- Returns:
- the remoteKey
-
setRemoteAddress
void setRemoteAddress(long remoteAddress)
Sets the remote buffer address.- Parameters:
remoteAddress- the new remoteAddress
-
setRemoteKey
void setRemoteKey(int remoteKey)
Sets the key of remote registered buffer.- Parameters:
remoteKey- the remote key
-
-