com.ibm.net.rdma.jverbs.verbs
Interface PostSendMethod.StatefulSge
-
- Enclosing class:
- PostSendMethod
public static interface PostSendMethod.StatefulSgeProvides access methods to modify PostSendMethod's scatter/gather element.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method and Description longgetAddress()Gets the buffer address.intgetLength()Gets the length of the buffer.intgetLocalKey()Gets the local key of the registered buffer.voidsetAddress(long address)Sets the buffer address.voidsetLength(int length)Sets the length of the buffer.voidsetLocalKey(int localKey)Sets the local key of the registered buffer.
-
-
-
Method Detail
-
getAddress
long getAddress()
Gets the buffer address.- Returns:
- the address
-
getLength
int getLength()
Gets the length of the buffer.- Returns:
- the length
-
getLocalKey
int getLocalKey()
Gets the local key of the registered buffer.- Returns:
- the local key.
-
setAddress
void setAddress(long address)
Sets the buffer address.- Parameters:
address- the new address
-
setLength
void setLength(int length)
Sets the length of the buffer.- Parameters:
length- the length
-
setLocalKey
void setLocalKey(int localKey)
Sets the local key of the registered buffer.- Parameters:
localKey- the local key.
-
-