Package org.apache.xindice.core.filer

Examples of org.apache.xindice.core.filer.BTreeFiler$BTreeFilerRecordSet


   private static final long maxElapsedTime = 500;

   public static Test suite() {
      TestSuite suite = new TestSuite("Xindice stress tests");

      suite.addTest(new StressFilerTestSetup(new TestSuite(FilerTestCase.class), new BTreeFiler(), maxUsers));
      suite.addTest(new StressFilerTestSetup(new TestSuite(FilerTestCase.class), new FSFiler(), maxUsers));
      suite.addTest(new StressFilerTestSetup(new TestSuite(FilerTestCase.class), new HashFiler(), maxUsers));
      suite.addTest(new StressFilerTestSetup(new TestSuite(FilerTestCase.class), new MemFiler(), maxUsers));

      return suite;
View Full Code Here

TOP

Related Classes of org.apache.xindice.core.filer.BTreeFiler$BTreeFilerRecordSet

Copyright © 2018 www.massapicom. 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.