Package org.apache.directory.server.core.partition.impl.btree.mavibot

Examples of org.apache.directory.server.core.partition.impl.btree.mavibot.MavibotPartition.destroy()


        try
        {
            // the RecordManager must be re-initialized cause we are
            // setting the "values" of leaves to null while building
            // the tree to avoid OOM errors
            partition.destroy();
           
            rm = new RecordManager( new File( partition.getPartitionPath() ).getAbsolutePath() );
           
            long rdnT0 = System.currentTimeMillis();
            System.out.print( "Building RDN index." );
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.