Uses of Class
org.apache.directory.server.core.partition.avl.AvlPartition

Packages that use AvlPartition
org.apache.directory.server.core.factory   
org.apache.directory.server.core.partition.ldif   
 

Uses of AvlPartition in org.apache.directory.server.core.factory
 

Methods in org.apache.directory.server.core.factory that return AvlPartition
 AvlPartition AvlPartitionFactory.createPartition(java.lang.String id, java.lang.String suffix, int cacheSize, java.io.File workingDirectory)
          Creates a new Partition.
 

Uses of AvlPartition in org.apache.directory.server.core.partition.ldif
 

Methods in org.apache.directory.server.core.partition.ldif with parameters of type AvlPartition
 void LdifPartition.setWrappedPartition(AvlPartition wrappedPartition)
           
 



Copyright © 2003-2011 Apache Software Foundation. All Rights Reserved.