Interface ConcatenationOperation

    • Method Detail

      • getStoreType

        ConcatenationType getStoreType()
        Get the concatenation type for this operation.
      • getCasValue

        long getCasValue()
        Get the CAS value sent with this operation.
      • getData

        byte[] getData()
        Get the bytes to be set during this operation.

        Note, this returns an exact reference to the bytes and the data must not be modified.