|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Index | |
---|---|
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 Index in org.netbeans.mdr.persistence |
---|
Subinterfaces of Index in org.netbeans.mdr.persistence | |
---|---|
interface |
MultivaluedIndex
|
interface |
MultivaluedOrderedIndex
Representation of non-unique index. |
interface |
SinglevaluedIndex
Representation index where exactly one value is associated with each key. |
Methods in org.netbeans.mdr.persistence that return Index | |
---|---|
Index |
Storage.getIndex(java.lang.String name)
Retrieve index by name. |
Uses of Index in org.netbeans.mdr.persistence.btreeimpl.btreeindex |
---|
Classes in org.netbeans.mdr.persistence.btreeimpl.btreeindex that implement Index | |
---|---|
class |
Btree
Btree index implementation. |
class |
MultivaluedBtree
Btree implementation of MultivaluedIndex interface. |
class |
MultivaluedOrderedBtree
Btree implementation of the MultivaluedOrderedIndex interface. |
class |
SinglevaluedBtree
Btree implementation of SinglevaluedIndex |
Uses of Index in org.netbeans.mdr.persistence.btreeimpl.btreestorage |
---|
Classes in org.netbeans.mdr.persistence.btreeimpl.btreestorage that implement Index | |
---|---|
class |
BtreeDatabase
This is the primary index for the btree implementation of Storage. |
Methods in org.netbeans.mdr.persistence.btreeimpl.btreestorage that return Index | |
---|---|
Index |
BtreeStorage.getIndex(java.lang.String name)
Retrieve index by name. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |