| Package | Description |
|---|---|
| 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.
|
| Modifier and Type | Class and Description |
|---|---|
class |
IntInfo
EntryTypeInfo implementation for integer data.
|
class |
MOFIDInfo
EntryTypeInfo implementation for type MOFID
|
class |
StringInfo
EntryTypeInfo implementation for type String
|
| Modifier and Type | Field and Description |
|---|---|
protected EntryTypeInfo |
Btree.dataInfo |
protected EntryTypeInfo |
Btree.keyInfo |
| Modifier and Type | Method and Description |
|---|---|
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() |
| Modifier and Type | Method and Description |
|---|---|
EntryTypeInfo |
BtreeFileSource.getPageIdInfo() |
EntryTypeInfo |
BtreeMDRSource.getPageIdInfo() |
Copyright © 2005-2012 Apache Software Foundation. All Rights Reserved.