NetBeans Architecture Answers for NetBeans Metadata Repository module

WARNING: answering questions version 1.24 rather than the current 1.25.

Interfaces table

Group of java interfaces
Interface NameIn/OutStabilitySpecified in What Document?
MDRAPIExportedStablehttp://www.netbeans.org/download/dev/javadoc/MDRAPI

OMG-Meta-Object-FacilityExportedStandardhttp://www.omg.org/technology/documents/formal/mof.htm

OMG-XML-Metadata-InterchangeExportedStandardhttp://www.omg.org/technology/documents/formal/xmi.htm

JSR-40-Java-Metadata-InterfaceExportedStandardhttp://java.sun.com/products/jmi

openideImportedOfficial

Lookup, filesystems API, modules API.

MOF-1.4-Metamodel-Definition-XML-fileImportedStandardhttp://www.omg.org/cgi-bin/doc?ptc/01-10-08

JMI-Reflective-API-and-JMI-interfaces-generated-from-the-MOF-metamodelImportedStandardhttp://java.sun.com/products/jmi

Group of property interfaces
Interface NameIn/OutStabilitySpecified in What Document?
org.netbeans.mdr.persistence.btreeimpl.btreestorage.MDRCache.threshholdExportedPrivate
storageExportedPrivate
org.netbeans.mdr.persistence.btreeimpl.uuidExportedPrivate
org.netbeans.mdr.persistence.btreeimpl.filenameExportedPrivate
org.netbeans.mdr.persistence.memoryimpl.idExportedPrivate
org.netbeans.mdr.persistence.memoryimpl.fileNameExportedPrivate

Group of java.io.File interfaces
Interface NameIn/OutStabilitySpecified in What Document?
Btree-filesExportedPrivate

For every storage the b-tree database creates two permanent files - index file (*.btx) and data file (*.btd). When modifying data in the database the b-tree creates an additional backup file (*.btb), which is deleted when the database is shutdown.


General Information


Project and platform dependencies


Deployment


Compatibility with environment


Access to resources


Lookup of components


Execution Environment


Format of files and protocols


Performance and Scalability


Built on May 4 2005.  |  Portions Copyright 1997-2005 Sun Microsystems, Inc. All rights reserved.