Uses of Class
org.apache.jackrabbit.oak.performance.AbstractTest

Uses of AbstractTest in org.apache.jackrabbit.oak.performance
 

Subclasses of AbstractTest in org.apache.jackrabbit.oak.performance
 class ConcurrentReadTest
          Test case that traverses 10k unstructured nodes (100x100) while 50 concurrent readers randomly access nodes from within this tree.
 class ConcurrentReadWriteTest
          A ConcurrentReadTest with a single writer thread that continuously updates the nodes being accessed by the readers.
 class CreateManyChildNodesTest
          Test for measuring the performance of creating a node with child nodes.
 class DescendantSearchTest
          Performance test to check performance of queries on sub-trees.
 class LoginLogoutTest
           
 class LoginTest
           
 class ReadPropertyTest
          ReadPropertyTest implements a performance test, which reads three properties: one with a jcr prefix, one with the empty prefix and a third one, which does not exist.
 class SetPropertyTest
          Test for measuring the performance of setting a single property and saving the change.
 class SimpleSearchTest
           
 class SmallFileReadTest
           
 class SmallFileWriteTest
           
 class SQL2DescendantSearchTest
          SQL-2 version of the sub-tree performance test.
 class SQL2SearchTest
           
 class TransientManyChildNodesTest
          Test for measuring the performance of iterations of transiently adding and removing a child node to a node that already has existing child nodes.
 class UpdateManyChildNodesTest
          Test for measuring the performance of adding one extra child node to node with existing child nodes.
 



Copyright © 2012 The Apache Software Foundation. All Rights Reserved.