Uses of Package
com.bigdata.btree.raba

Packages that use com.bigdata.btree.raba
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.btree.proc   
com.bigdata.btree.raba   
com.bigdata.btree.raba.codec   
com.bigdata.rdf.spo This package defines a statement model using long term identifiers rather than RDF Value objects. 
 

Classes in com.bigdata.btree.raba used by com.bigdata.btree
IRaba
          Interface for random access to a logical byte[][]s.
MutableKeyBuffer
          A flyweight mutable implementation exposing the backing byte[][] and supporting search.
MutableValueBuffer
          A flyweight mutable implementation exposing the backing byte[][], permitting nulls and not supporting search.
 

Classes in com.bigdata.btree.raba used by com.bigdata.btree.data
IRaba
          Interface for random access to a logical byte[][]s.
 

Classes in com.bigdata.btree.raba used by com.bigdata.btree.proc
IRaba
          Interface for random access to a logical byte[][]s.
 

Classes in com.bigdata.btree.raba used by com.bigdata.btree.raba
AbstractKeyBuffer
          Class with implementations supporting mutable and immutable variable length byte[] keys.
AbstractRaba
          Abstract base class implements mutation operators and search.
EmptyRaba
          An immutable, empty IRaba.
IRaba
          Interface for random access to a logical byte[][]s.
MutableKeyBuffer
          A flyweight mutable implementation exposing the backing byte[][] and supporting search.
MutableKeysRaba
          Flyweight implementation for wrapping a byte[][] with fromIndex and toIndex.
MutableValuesRaba
          Flyweight implementation for wrapping a byte[][] with fromIndex and toIndex.
ReadOnlyKeysRaba
          Immutable implementation does not allow nulls but supports search.
ReadOnlyValuesRaba
          Immutable implementation allows nulls but does not support search.
 

Classes in com.bigdata.btree.raba used by com.bigdata.btree.raba.codec
IRaba
          Interface for random access to a logical byte[][]s.
 

Classes in com.bigdata.btree.raba used by com.bigdata.rdf.spo
IRaba
          Interface for random access to a logical byte[][]s.
 



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