Class Compact

java.lang.Object
org.cojen.tupl.tools.Compact

public class Compact extends Object
Simple database file compaction utility. Main method accepts two arguments — a base file path for the database and a compaction target. An optional cache size can be provided too.
See Also:
  • Method Details

    • main

      public static void main(String[] args) throws Exception
      Parameters:
      args - a base file path for the database, a compaction target, and an optional cache size
      Throws:
      Exception