|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Streamable | |
---|---|
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 Streamable in org.netbeans.mdr.persistence.btreeimpl.btreeindex |
---|
Classes in org.netbeans.mdr.persistence.btreeimpl.btreeindex that implement Streamable | |
---|---|
class |
BigKeyPage
These pages contain keys which are too big to be handled normally. |
class |
Btree
Btree index implementation. |
class |
BtreePage
Abstract class containing the main logic for searching and updating a Btree. |
class |
FixedKeyPage
Implementation of a BtreePage with fixed length keys and fixed length data. |
class |
MultivaluedBtree
Btree implementation of MultivaluedIndex interface. |
class |
MultivaluedOrderedBtree
Btree implementation of the MultivaluedOrderedIndex interface. |
class |
ShrinkablePage
Implementation of a BtreePage with fixed key length and fixed data length that are stored in compressed form if all the stored keys or data prefixes are strings of zeros (these prefixes are excluded then). |
class |
SinglevaluedBtree
Btree implementation of SinglevaluedIndex |
class |
VarKeyPage
Implementation of a BtreePage with variable length keys and fixed length data. |
class |
VarRecordPage
Implementation of a BtreePage with variable length keys and variable length data. |
Uses of Streamable in org.netbeans.mdr.persistence.btreeimpl.btreestorage |
---|
Classes in org.netbeans.mdr.persistence.btreeimpl.btreestorage that implement Streamable | |
---|---|
class |
CounterIndex
This is an index from names (Strings) to Integer. |
class |
MofidIndex
This is an index from names (Strings) to MOFIDs. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |