Class GetAndLockResponse

All Implemented Interfaces:
Response

public class GetAndLockResponse extends KeyValueBaseResponse
Represents the response of a GetAndLockRequest.
Since:
2.0.0
  • Method Details

    • content

      public byte[] content()
      Returns the content, but might be empty or null.
    • cas

      public long cas()
      Returns the CAS value of the document at the time of the fetch.
    • flags

      public int flags()
      Returns the flag for this document if success.