Package 

Class BacktraceDatabaseFileContext

    • Method Summary

      Modifier and Type Method Description
      Iterable<File> getAll() Get all physical files stored in database directory
      Iterable<File> getRecords() Get all valid physical records stored in database directory
      boolean validFileConsistency() Valid all files consistencies
      void removeOrphaned(Iterable<BacktraceDatabaseRecord> existingRecords) Remove orphaned files existing in database directory
      void clear() Remove all files from database directory
      • Methods inherited from class java.lang.Object

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

      • BacktraceDatabaseFileContext

        BacktraceDatabaseFileContext(String databasePath, long maxDatabaseSize, int maxRecordNumber)