Class SyncCallbackUtils.SyncReadLastConfirmedCallback

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void readLastConfirmedComplete​(int rc, long lastConfirmed, java.lang.Object ctx)
      Implementation of callback interface for synchronous read last confirmed method.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • SyncReadLastConfirmedCallback

        SyncReadLastConfirmedCallback()
    • Method Detail

      • readLastConfirmedComplete

        public void readLastConfirmedComplete​(int rc,
                                              long lastConfirmed,
                                              java.lang.Object ctx)
        Implementation of callback interface for synchronous read last confirmed method.
        Specified by:
        readLastConfirmedComplete in interface AsyncCallback.ReadLastConfirmedCallback
        Parameters:
        rc - Return code
        lastConfirmed - The entry id of the last confirmed write or INVALID_ENTRY_ID if no entry has been confirmed
        ctx - context object