com.ibm.net.rdma.jverbs.verbs

Interface PostSendMethod.StatefulRdma

  • Enclosing class:
    PostSendMethod


    public static interface PostSendMethod.StatefulRdma
    Provides access methods to modify PostSendMethod.Rdma.
    • 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