Examples of validateIndex()


Examples of com.antlersoft.odb.diralloc.DirectoryAllocator.validateIndex()

    public static void validate( String[] args)
    throws Exception
    {
      DirectoryAllocator store=new DirectoryAllocator( new File( args[0]),
                new CFactory());
      store.validateIndex(null, true);
    }
}
View Full Code Here

Examples of com.antlersoft.odb.diralloc.DirectoryAllocator.validateIndex()

    public static void validate( String[] args)
    throws Exception
    {
      DirectoryAllocator store=new DirectoryAllocator( new File( args[0]),
                new CFactory());
      store.validateIndex(null, true);
     }
    /**
     * Print the statistics for the indexes in this database
     * @param args The first argument should be the database directory
     */
 
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.