Package nxt.tools

Class CompactDatabase


  • public class CompactDatabase
    extends java.lang.Object
    Compact and reorganize the NRS database. The NRS application must not be running. To run the database compact tool on Linux or Mac: java -cp "classes:lib/*:conf" nxt.tools.CompactDatabase To run the database compact tool on Windows: java -cp "classes;lib/*;conf" -Dnxt.runtime.mode=desktop nxt.tools.CompactDatabase
    • Constructor Summary

      Constructors 
      Constructor Description
      CompactDatabase()  
    • Method Summary

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

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

      • CompactDatabase

        public CompactDatabase()
    • Method Detail

      • main

        public static void main​(java.lang.String[] args)
        Compact the NRS database
        Parameters:
        args - Command line arguments