com.ibm.net.rdma.jverbs.verbs
Class SendWorkRequest.Rdma
- java.lang.Object
-
- com.ibm.net.rdma.jverbs.verbs.SendWorkRequest.Rdma
-
- Enclosing class:
- SendWorkRequest
public static class SendWorkRequest.Rdma extends java.lang.Object
Specifies the remote buffer to be used in READ or WRITE operations.
-
-
Constructor Summary
Constructors Constructor and Description Rdma()
Rdma(long remoteAddress, int remoteKey)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description long
getRemoteAddress()
Gets the address of the remote buffer.int
getRemoteKey()
Gets the key of the remote buffer.void
setRemoteAddress(long remoteAddress)
Sets the address of the remote buffer.void
setRemoteKey(int remoteKey)
Sets the key of the remote buffer.
-
-
-
Method Detail
-
getRemoteAddress
public long getRemoteAddress()
Gets the address of the remote buffer.- Returns:
- the remote_addr
-
getRemoteKey
public int getRemoteKey()
Gets the key of the remote buffer.- Returns:
- the remoteKey
-
setRemoteAddress
public void setRemoteAddress(long remoteAddress)
Sets the address of the remote buffer.- Parameters:
remoteAddress
- the new remoteAddress
-
setRemoteKey
public void setRemoteKey(int remoteKey)
Sets the key of the remote buffer.- Parameters:
remoteKey
- the new remoteKey
-
-