Class Mutation

java.lang.Object
com.couchbase.client.dcp.highlevel.DocumentChange
com.couchbase.client.dcp.highlevel.Mutation
All Implemented Interfaces:
DatabaseChangeEvent, FlowControllable

public class Mutation extends DocumentChange
  • Constructor Details

  • Method Details

    • getExpiry

      public int getExpiry()
    • getLockTime

      public int getLockTime()
    • getFlagsAsInt

      public int getFlagsAsInt()
    • isJson

      public boolean isJson()
    • dispatch

      public void dispatch(DatabaseChangeListener listener)
      Description copied from interface: DatabaseChangeEvent
      Pass this event to the appropriate method of the given listener.

      The listener is invoked immediately in the same thread that calls this method.