Class ConvertUtils


  • class ConvertUtils
    extends java.lang.Object
    Various static database convertion tools for converting for upgrading parts of the database.
    • Constructor Summary

      Constructors 
      Constructor Description
      ConvertUtils()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      (package private) static java.util.ArrayList convertIndexFiles1​(java.io.File original_ijf, IndexStore new_store, DataTableDef table_def, DebugLogger logger)
      Upgrades an .ijf index file to an .iid IndexStore.
      • Methods inherited from class java.lang.Object

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

      • ConvertUtils

        ConvertUtils()
    • Method Detail

      • convertIndexFiles1

        static java.util.ArrayList convertIndexFiles1​(java.io.File original_ijf,
                                                      IndexStore new_store,
                                                      DataTableDef table_def,
                                                      DebugLogger logger)
                                               throws java.io.IOException
        Upgrades an .ijf index file to an .iid IndexStore. With version 0.92 of the database we introduced a specialized scalable IndexStore for storing all indexing information.

        Returns an list of MasterTableJournal that contains any journal entries that are pending to be made to the table.

        Throws:
        java.io.IOException