Uses of Class
org.netbeans.mdr.persistence.btreeimpl.btreeindex.EntryTypeInfo

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

Subclasses of EntryTypeInfo in org.netbeans.mdr.persistence.btreeimpl.btreeindex
 class IntInfo
          EntryTypeInfo implementation for integer data.
 class MOFIDInfo
          EntryTypeInfo implementation for type MOFID
 class StringInfo
          EntryTypeInfo implementation for type String
 

Fields in org.netbeans.mdr.persistence.btreeimpl.btreeindex declared as EntryTypeInfo
protected  EntryTypeInfo Btree.keyInfo
           
protected  EntryTypeInfo Btree.dataInfo
           
 

Methods in org.netbeans.mdr.persistence.btreeimpl.btreeindex that return EntryTypeInfo
 EntryTypeInfo BtreeCacheSource.getPageIdInfo()
           
 EntryTypeInfo BtreePageSource.getPageIdInfo()
          Get an EntryTypeInfo for the datatype of this BtreePageSource's page IDs.
static EntryTypeInfo EntryTypeInfo.getEntryTypeInfo(Storage.EntryType type, Storage storage)
          Returns an IntInfo, MOFIDInfo, or StringInfo.
 

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

Methods in org.netbeans.mdr.persistence.btreeimpl.btreestorage that return EntryTypeInfo
 EntryTypeInfo BtreeMDRSource.getPageIdInfo()
           
 EntryTypeInfo BtreeFileSource.getPageIdInfo()
           
 



Copyright © 2005 Apache Software Foundation. All Rights Reserved.