Uses of Interface
org.netbeans.mdr.persistence.MultivaluedIndex

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

Subinterfaces of MultivaluedIndex in org.netbeans.mdr.persistence
 interface MultivaluedOrderedIndex
          Representation of non-unique index.
 

Methods in org.netbeans.mdr.persistence that return MultivaluedIndex
 MultivaluedIndex Storage.createMultivaluedIndex(java.lang.String name, Storage.EntryType keyType, Storage.EntryType valueType, boolean unique)
          Create index that hold a set of values for each key.
 MultivaluedIndex Storage.getMultivaluedIndex(java.lang.String name)
          Retrieve index by name.
 

Uses of MultivaluedIndex in org.netbeans.mdr.persistence.btreeimpl.btreeindex
 

Classes in org.netbeans.mdr.persistence.btreeimpl.btreeindex that implement MultivaluedIndex
 class MultivaluedBtree
          Btree implementation of MultivaluedIndex interface.
 class MultivaluedOrderedBtree
          Btree implementation of the MultivaluedOrderedIndex interface.
 

Uses of MultivaluedIndex in org.netbeans.mdr.persistence.btreeimpl.btreestorage
 

Methods in org.netbeans.mdr.persistence.btreeimpl.btreestorage that return MultivaluedIndex
 MultivaluedIndex BtreeStorage.createMultivaluedIndex(java.lang.String name, Storage.EntryType keyType, Storage.EntryType valueType, boolean unique)
          Create index that hold a set of values for each key.
 MultivaluedIndex BtreeStorage.getMultivaluedIndex(java.lang.String name)
          Retrieve index by name.
 



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