Interface AsyncCallback.ReadLastConfirmedCallback

    • Method Detail

      • readLastConfirmedComplete

        void readLastConfirmedComplete​(int rc,
                                       long lastConfirmed,
                                       java.lang.Object ctx)
        Callback definition for bookie recover operations.
        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