Class LoadDatabaseChecksumArchive


  • public class LoadDatabaseChecksumArchive
    extends java.lang.Object
    Program for uploading data from the filebased FileChecksumArchive to a DatabaseChecksumArchive. The two arguments are /full/path/to/databaseBaseDirectory and /full/path/to/checksum_CS.md5
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void main​(java.lang.String[] args)
      Main program for the LoadDatabaseChecksumArchive class
      • Methods inherited from class java.lang.Object

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

      • main

        public static void main​(java.lang.String[] args)
                         throws IOFailure,
                                com.sleepycat.je.DatabaseException
        Main program for the LoadDatabaseChecksumArchive class
        Parameters:
        args - two arguments /full/path/to/databaseBaseDirectory and /full/path/to/checksum_CS.md5
        Throws:
        IOFailure
        com.sleepycat.je.DatabaseException