Uses of Package
org.netbeans.mdr.persistence.btreeimpl.btreestorage

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

Classes in org.netbeans.mdr.persistence.btreeimpl.btreestorage used by org.netbeans.mdr.persistence.btreeimpl.btreeindex
BtreeStorage
          This class implements Storage using Btree files.
MDRCache
          An in-memory cache of MDR objects.
 

Classes in org.netbeans.mdr.persistence.btreeimpl.btreestorage used by org.netbeans.mdr.persistence.btreeimpl.btreestorage
BtreeStorage
          This class implements Storage using Btree files.
CachedPage
          This represents a page fetched from the cache.
FileCache
          FileCache provides transactional cached access to a set of files.
FileCache.NotifyOnCommit
          An object which needs to be notified before the cache commits (for instance, to write any changes to the cache before the cache is flushed to disk) implements this interface, and calls addNotifier on the cache.
FileHeader
          Files stored in the FileCache must start with this header; it contains information used by the logging system.
IntHolder
          this class allows a parameter to return an integer value
IntrusiveList.Member
          objects in an intrusive list must inherit from Member
MDRCache
          An in-memory cache of MDR objects.
MDRCache.OverflowHandler
          The cache handler is called when the number of changes in the cache reaches its threshhold.
TransactionCache.CacheIterator
           
TransactionCache.Record
           
 



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