Interface ITwoPhaseIOTransaction

    • Method Detail

      • hasBackup

        boolean hasBackup()
        Returns:
        true if the transaction has left a backup file, or false otherwise (e.g. if the destination file did not exist before the transaction).
      • getBackup

        File getBackup()
        Returns:
        The backup that was left by the transaction, or null if none was created (e.g. if the destination file did not exist before the transaction).