Uses of Interface
org.netbeans.mdr.persistence.btreeimpl.btreestorage.FileCache.NotifyOnCommit

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

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

Methods in org.netbeans.mdr.persistence.btreeimpl.btreestorage with parameters of type FileCache.NotifyOnCommit
 void FileCache.addNotifier(FileCache.NotifyOnCommit notified)
          Add to the list of objects to be notified before commit
 



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