Uses of Package
org.netbeans.mdr.persistence

Packages that use org.netbeans.mdr.persistence
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. 
 

Classes in org.netbeans.mdr.persistence used by org.netbeans.mdr.persistence
Index
          Representation of index in the Storage.
MOFID
          MOFID implemented as a UUID for the repository plus a long for the ID.
MultivaluedIndex
           
MultivaluedOrderedIndex
          Representation of non-unique index.
ObjectResolver
          Interface used for resolving external links (accross storages).
SinglevaluedIndex
          Representation index where exactly one value is associated with each key.
Storage
          Set of indexes (Singlevalued and Multivalued) that are all updated in a single transaction.
Storage.EntryType
          Type of values and keys stored in index.
StorageBadRequestException
          This is thrown when an error caused by an invalid request from another layer occurs in the storage layer.
StorageException
          This exception is the ancestor of the exceptions thrown from the storage layer.
 

Classes in org.netbeans.mdr.persistence used by org.netbeans.mdr.persistence.btreeimpl.btreeindex
Index
          Representation of index in the Storage.
MultivaluedIndex
           
MultivaluedOrderedIndex
          Representation of non-unique index.
SinglevaluedIndex
          Representation index where exactly one value is associated with each key.
Storage
          Set of indexes (Singlevalued and Multivalued) that are all updated in a single transaction.
Storage.EntryType
          Type of values and keys stored in index.
StorageClient
          StorageClient is implemented by objects stored in the MDR which themselves access the MDR.
StorageException
          This exception is the ancestor of the exceptions thrown from the storage layer.
Streamable
          Every implementation must provide a constructor without parameters.
 

Classes in org.netbeans.mdr.persistence used by org.netbeans.mdr.persistence.btreeimpl.btreestorage
Index
          Representation of index in the Storage.
MOFID
          MOFID implemented as a UUID for the repository plus a long for the ID.
MultivaluedIndex
           
MultivaluedOrderedIndex
          Representation of non-unique index.
ObjectResolver
          Interface used for resolving external links (accross storages).
SinglevaluedIndex
          Representation index where exactly one value is associated with each key.
Storage
          Set of indexes (Singlevalued and Multivalued) that are all updated in a single transaction.
Storage.EntryType
          Type of values and keys stored in index.
StorageClient
          StorageClient is implemented by objects stored in the MDR which themselves access the MDR.
StorageException
          This exception is the ancestor of the exceptions thrown from the storage layer.
StorageFactory
          For any implementation of Storage, the constructor is something like StorageImplementation(name).
Streamable
          Every implementation must provide a constructor without parameters.
 



Copyright © 2005-2009 Apache Software Foundation. All Rights Reserved.