| Package | Description |
|---|---|
| org.netbeans.mdr.persistence | |
| 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 | Method and Description |
|---|---|
Storage |
StorageFactory.createStorage(java.util.Map properties)
Creates instance of class that implements Storage interface.
|
| Modifier and Type | Method and Description |
|---|---|
void |
StorageClient.setStorage(Storage storage)
Pass the object the Storage implementation.
|
| Constructor and Description |
|---|
MOFID(Storage storage) |
| Modifier and Type | Method and Description |
|---|---|
static EntryTypeInfo |
EntryTypeInfo.getEntryTypeInfo(Storage.EntryType type,
Storage storage)
Returns an IntInfo, MOFIDInfo, or StringInfo.
|
void |
Btree.setStorage(Storage storage) |
| Modifier and Type | Class and Description |
|---|---|
class |
BtreeStorage
This class implements Storage using Btree files.
|
| Modifier and Type | Method and Description |
|---|---|
Storage |
BtreeFactory.createStorage(java.util.Map properties)
Creates BtreeStorage
|
| Modifier and Type | Method and Description |
|---|---|
void |
MofidIndex.setStorage(Storage storage)
called on deserialization
|
Copyright © 2005-2012 Apache Software Foundation. All Rights Reserved.