com.ibm.net.rdma.jverbs.verbs

Interface PostSendMethod.StatefulSge

  • Enclosing class:
    PostSendMethod


    public static interface PostSendMethod.StatefulSge
    Provides access methods to modify PostSendMethod's scatter/gather element.
    • 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.