Uses of Package
com.bigdata.btree.data

Packages that use com.bigdata.btree.data
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). 
com.bigdata.btree.data   
com.bigdata.htree   
com.bigdata.htree.data   
 

Classes in com.bigdata.btree.data used by com.bigdata.btree
IAbstractNodeData
          Interface for low-level data access.
IChildData
          Interface for data access to children of an index node.
IKeysData
          Interface for access to the keys IRaba of a node or leaf in an index data structure.
ILeafData
          Interface for low-level data access for the leaves of a B+-Tree.
INodeData
          Interface for low-level data access for the non-leaf nodes of a B+-Tree.
ISpannedTupleCountData
          Interface for low-level data access to the #of tuples spanned by a node or leaf of an index.
ITreeNodeData
          Common interface for non-leaf "nodes" in a tree data structure.
 

Classes in com.bigdata.btree.data used by com.bigdata.btree.data
IAbstractNodeData
          Interface for low-level data access.
IAbstractNodeDataCoder
          Interface for coding (compressing) an INodeData or ILeafData onto a byte[].
IChildData
          Interface for data access to children of an index node.
IKeysData
          Interface for access to the keys IRaba of a node or leaf in an index data structure.
ILeafData
          Interface for low-level data access for the leaves of a B+-Tree.
INodeData
          Interface for low-level data access for the non-leaf nodes of a B+-Tree.
ISpannedTupleCountData
          Interface for low-level data access to the #of tuples spanned by a node or leaf of an index.
ITreeNodeData
          Common interface for non-leaf "nodes" in a tree data structure.
 

Classes in com.bigdata.btree.data used by com.bigdata.htree
IAbstractNodeData
          Interface for low-level data access.
IChildData
          Interface for data access to children of an index node.
IKeysData
          Interface for access to the keys IRaba of a node or leaf in an index data structure.
ILeafData
          Interface for low-level data access for the leaves of a B+-Tree.
ITreeNodeData
          Common interface for non-leaf "nodes" in a tree data structure.
 

Classes in com.bigdata.btree.data used by com.bigdata.htree.data
IAbstractNodeData
          Interface for low-level data access.
IAbstractNodeDataCoder
          Interface for coding (compressing) an INodeData or ILeafData onto a byte[].
IChildData
          Interface for data access to children of an index node.
ITreeNodeData
          Common interface for non-leaf "nodes" in a tree data structure.
 



Copyright © 2006-2011 SYSTAP, LLC. All Rights Reserved.