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

Packages that use MofidGenerator
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 MofidGenerator in org.netbeans.mdr.persistence.btreeimpl.btreeindex
 

Subinterfaces of MofidGenerator in org.netbeans.mdr.persistence.btreeimpl.btreeindex
 interface BtreePageSource
          Source of pages for a Btree.
 

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

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

Classes in org.netbeans.mdr.persistence.btreeimpl.btreestorage that implement MofidGenerator
 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
 

Methods in org.netbeans.mdr.persistence.btreeimpl.btreestorage that return MofidGenerator
 MofidGenerator BtreeStorage.getMofidGenerator()
          Return the MOFID generator for this repository
 MofidGenerator BtreeDatabase.getMofidGenerator()
          Return the MOFID generator for this repository
 

Constructors in org.netbeans.mdr.persistence.btreeimpl.btreestorage with parameters of type MofidGenerator
BtreeFileSource(int fileId, FileCache fileCache, int pageSize, boolean isNew, MofidGenerator mGen, BtreeStorage storage)
          Constructor for a BtreeFileSource from a new or existing index file.
 



Copyright © 2005-2007 Apache Software Foundation. All Rights Reserved.