|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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.dataInfo
|
protected EntryTypeInfo |
Btree.keyInfo
|
| Methods in org.netbeans.mdr.persistence.btreeimpl.btreeindex that return EntryTypeInfo | |
|---|---|
static EntryTypeInfo |
EntryTypeInfo.getEntryTypeInfo(Storage.EntryType type,
Storage storage)
Returns an IntInfo, MOFIDInfo, or StringInfo. |
EntryTypeInfo |
BtreePageSource.getPageIdInfo()
Get an EntryTypeInfo for the datatype of this BtreePageSource's page IDs. |
EntryTypeInfo |
BtreeCacheSource.getPageIdInfo()
|
| Uses of EntryTypeInfo in org.netbeans.mdr.persistence.btreeimpl.btreestorage |
|---|
| Methods in org.netbeans.mdr.persistence.btreeimpl.btreestorage that return EntryTypeInfo | |
|---|---|
EntryTypeInfo |
BtreeFileSource.getPageIdInfo()
|
EntryTypeInfo |
BtreeMDRSource.getPageIdInfo()
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||