Class RecoveryDebug

    • Constructor Detail

      • RecoveryDebug

        public RecoveryDebug​(Object constId,
                             long time)
        Parameters:
        constId - Consistent ID.
      • RecoveryDebug

        public RecoveryDebug​(Object constId,
                             long time,
                             @Nullable
                             @Nullable IgniteLogger log)
        Parameters:
        constId - Consistent ID.
        log - Logger.
    • Method Detail

      • append

        public RecoveryDebug append​(TxRecord rec)
        Parameters:
        rec - TX record to append.
        Returns:
        this for convenience.
      • append

        public RecoveryDebug append​(DataRecord rec,
                                    boolean unwrapKeyValue)
        Parameters:
        rec - Data record to append.
        unwrapKeyValue - unwrap key and value flag.
        Returns:
        this for convenience.
      • append

        public RecoveryDebug append​(Object st)
        Parameters:
        st - Statement to append.
        Returns:
        this for convenience.
      • close

        public void close()
        Closes this debug insrance.
        Specified by:
        close in interface AutoCloseable