|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Storage | |
|---|---|
| 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. |
| Uses of Storage in org.netbeans.mdr.persistence |
|---|
| Methods in org.netbeans.mdr.persistence that return Storage | |
|---|---|
Storage |
StorageFactory.createStorage(java.util.Map properties)
Creates instance of class that implements Storage interface. |
| Methods in org.netbeans.mdr.persistence with parameters of type Storage | |
|---|---|
void |
StorageClient.setStorage(Storage storage)
Pass the object the Storage implementation. |
| Constructors in org.netbeans.mdr.persistence with parameters of type Storage | |
|---|---|
MOFID(Storage storage)
|
|
| Uses of Storage in org.netbeans.mdr.persistence.btreeimpl.btreeindex |
|---|
| Methods in org.netbeans.mdr.persistence.btreeimpl.btreeindex with parameters of type Storage | |
|---|---|
static EntryTypeInfo |
EntryTypeInfo.getEntryTypeInfo(Storage.EntryType type,
Storage storage)
Returns an IntInfo, MOFIDInfo, or StringInfo. |
void |
Btree.setStorage(Storage storage)
|
| Uses of Storage in org.netbeans.mdr.persistence.btreeimpl.btreestorage |
|---|
| Classes in org.netbeans.mdr.persistence.btreeimpl.btreestorage that implement Storage | |
|---|---|
class |
BtreeStorage
This class implements Storage using Btree files. |
| Methods in org.netbeans.mdr.persistence.btreeimpl.btreestorage that return Storage | |
|---|---|
Storage |
BtreeFactory.createStorage(java.util.Map properties)
Creates BtreeStorage |
| Methods in org.netbeans.mdr.persistence.btreeimpl.btreestorage with parameters of type Storage | |
|---|---|
void |
MofidIndex.setStorage(Storage storage)
called on deserialization |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||