|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use NodeSerializer | |
|---|---|
| com.bigdata.btree |
The BTree is a scalable B+-Tree with copy-on-write
semantics mapping variable length unsigned byte[] keys to variable
length byte[] values (null values are allowed). |
| Uses of NodeSerializer in com.bigdata.btree |
|---|
| Fields in com.bigdata.btree declared as NodeSerializer | |
|---|---|
protected NodeSerializer |
AbstractBTree.nodeSer
Used to serialize and de-serialize the nodes and leaves of the tree. |
| Methods in com.bigdata.btree that return NodeSerializer | |
|---|---|
NodeSerializer |
AbstractBTree.getNodeSerializer()
The object responsible for (de-)serializing the nodes and leaves of the IIndex. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||