Interface StoreOperation

    • Method Detail

      • getStoreType

        StoreType getStoreType()
        Get the store type used by this operation.
      • getFlags

        int getFlags()
        Get the flags to be set.
      • getExpiration

        int getExpiration()
        Get the expiration value to be set.
      • 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.