Uses of Package
com.bigdata.btree.raba.codec

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

Classes in com.bigdata.btree.raba.codec used by com.bigdata.btree
IRabaCoder
          Interface for coding (compressing) a logical byte[][] and for accessing the coded data in place.
 

Classes in com.bigdata.btree.raba.codec used by com.bigdata.btree.data
IRabaCoder
          Interface for coding (compressing) a logical byte[][] and for accessing the coded data in place.
 

Classes in com.bigdata.btree.raba.codec used by com.bigdata.btree.proc
IRabaCoder
          Interface for coding (compressing) a logical byte[][] and for accessing the coded data in place.
 

Classes in com.bigdata.btree.raba.codec used by com.bigdata.btree.raba
ICodedRaba
          Interface for an coded logical byte[][].
IRabaCoder
          Interface for coding (compressing) a logical byte[][] and for accessing the coded data in place.
 

Classes in com.bigdata.btree.raba.codec used by com.bigdata.btree.raba.codec
AbstractCodedRaba
          Abstract implementation throws UnsupportedOperationException for all mutation operations.
CanonicalHuffmanRabaCoder
          This class provides (de-)compression for logical byte[][]s based on canonical Huffman codes.
CanonicalHuffmanRabaCoder.AbstractCodingSetup
          Abstract base class for preparing a logical byte[][] for coding.
EmptyRabaValueCoder
          Useful when a B+Tree uses keys but not values.
FrontCodedRabaCoder
          Class provides (de-)compression for logical byte[][]s based on front coding.
FrontCodedRabaCoder.DefaultFrontCodedRabaCoder
          A pre-parameterized version of the FrontCodedRabaCoder which is used as the default IRabaCoder for B+Tree keys for both nodes and leaves.
ICodedRaba
          Interface for an coded logical byte[][].
IRabaCoder
          Interface for coding (compressing) a logical byte[][] and for accessing the coded data in place.
SimpleRabaCoder
          This class does not offer any compression.
 

Classes in com.bigdata.btree.raba.codec used by com.bigdata.rdf.lexicon
IRabaCoder
          Interface for coding (compressing) a logical byte[][] and for accessing the coded data in place.
 

Classes in com.bigdata.btree.raba.codec used by com.bigdata.rdf.spo
ICodedRaba
          Interface for an coded logical byte[][].
IRabaCoder
          Interface for coding (compressing) a logical byte[][] and for accessing the coded data in place.
 

Classes in com.bigdata.btree.raba.codec used by com.bigdata.search
IRabaCoder
          Interface for coding (compressing) a logical byte[][] and for accessing the coded data in place.
 



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