Uses of Interface
org.netbeans.mdr.persistence.btreeimpl.btreeindex.BtreePageSource

Packages that use BtreePageSource
org.netbeans.mdr.persistence.btreeimpl.btreeindex Together, the btreestorage and btreeindex packages provide the btree storage implementation for the NetBeans meta-data repository. 
org.netbeans.mdr.persistence.btreeimpl.btreestorage Together, the btreestorage and btreeindex packages provide the btree storage implementation for the NetBeans meta-data repository. 
 

Uses of BtreePageSource in org.netbeans.mdr.persistence.btreeimpl.btreeindex
 

Classes in org.netbeans.mdr.persistence.btreeimpl.btreeindex that implement BtreePageSource
 class BtreeCacheSource
          In-memory page source for unit testing
 

Fields in org.netbeans.mdr.persistence.btreeimpl.btreeindex declared as BtreePageSource
protected  BtreePageSource BtreeIterator.pageSource
           
protected  BtreePageSource BtreeKeySet.BtreeKeyIterator.pageSource
           
protected  BtreePageSource Btree.pageSource
           
 

Constructors in org.netbeans.mdr.persistence.btreeimpl.btreeindex with parameters of type BtreePageSource
MultivaluedOrderedBtree(java.lang.String name, Storage.EntryType keyType, Storage.EntryType dataType, boolean uniqueValues, BtreePageSource pageSource)
           
SinglevaluedBtree(java.lang.String name, Storage.EntryType keyType, Storage.EntryType dataType, BtreePageSource pageSource)
           
Btree(java.lang.String name, Storage.EntryType keyType, Storage.EntryType dataType, BtreePageSource pageSource)
           
MultivaluedBtree(java.lang.String name, Storage.EntryType keyType, Storage.EntryType dataType, boolean uniqueValues, BtreePageSource pageSource)
           
 

Uses of BtreePageSource in org.netbeans.mdr.persistence.btreeimpl.btreestorage
 

Classes in org.netbeans.mdr.persistence.btreeimpl.btreestorage that implement BtreePageSource
 class BtreeFileSource
          BtreePageSource implementation for pages which are stored directly in a file (the primary index pages) rather than as repository objects.
 class BtreeMDRSource
          BtreePageSource whose pages are MOF repository objects
 



Copyright © 2005 Apache Software Foundation. All Rights Reserved.