| Name | Description | Type | Package | Framework |
| AbstractCodedRaba | Abstract implementation throws UnsupportedOperationException for all mutation operations. | Class | com.bigdata.btree.raba.codec | BlazeGraph |
| AbstractFrontCodedRabaCoderTestCase | Test suite for the FrontCodedRabaCoder. | Class | com.bigdata.btree.raba.codec | BlazeGraph |
| AbstractKeyBuffer | Class with implementations supporting mutable and immutable variable lengthVersion:$Id$Author:Bryan Thompson | Class | com.bigdata.btree.raba | BlazeGraph |
| AbstractKeyBufferTestCase | Class | com.bigdata.btree.raba | BlazeGraph | |
| AbstractRaba | Abstract base class implements mutation operators and search. | Class | com.bigdata.btree.raba | BlazeGraph |
| AbstractRabaCoderTestCase | Abstract test suite for IRabaCoder implementations. | Class | com.bigdata.btree.raba.codec | BlazeGraph |
| AbstractRabaCoderTestCase .TestOp | Tests of the Op test helper class. | Class | com.bigdata.btree.raba.codec | BlazeGraph |
| CanonicalHuffmanRabaCoder | This class provides (de-)compression for logical byte[][]s based on canonical Huffman codes. | Class | com.bigdata.btree.raba.codec | BlazeGraph |
| CanonicalHuffmanRabaCoder .AbstractCodingSetup | Abstract base class for preparing a logical byte[][] for coding. | Class | com.bigdata.btree.raba.codec | BlazeGraph |
| CanonicalHuffmanRabaCoder .CodedRabaImpl | Class | com.bigdata.btree.raba.codec | BlazeGraph | |
| CanonicalHuffmanRabaCoder .RabaCodingSetup | Sets up for coding an IRaba representing B+Tree values. | Class | com.bigdata.btree.raba.codec | BlazeGraph |
| ConditionalRabaCoder | Coder conditionally applies other IRabaCoders based on a condition, typically the branching factor or the #of elements in the IRaba. | Class | com.bigdata.btree.raba | BlazeGraph |
| EmptyRaba | An immutable, empty IRaba. | Class | com.bigdata.btree.raba | BlazeGraph |
| EmptyRaba .EmptyKeysRaba | An empty, immutable B+Tree keys IRaba. | Class | com.bigdata.btree.raba | BlazeGraph |
| EmptyRaba .EmptyValuesRaba | An empty, immutable B+Tree values IRaba. | Class | com.bigdata.btree.raba | BlazeGraph |
| EmptyRabaValueCoder | Useful when a B+Tree uses keys but not values. | Class | com.bigdata.btree.raba.codec | BlazeGraph |
| FixedLengthValueRabaCoder | This class does not offer any compression. | Class | com.bigdata.btree.raba.codec | BlazeGraph |
| FrontCodedRabaCoder | Class provides (de-)compression for logical byte[][]s based on front coding. | Class | com.bigdata.btree.raba.codec | BlazeGraph |
| FrontCodedRabaCoder .DefaultFrontCodedRabaCoder | A pre-parameterized version of the FrontCodedRabaCoder which is used as the default IRabaCoder for B+Tree keys for both nodes and | Class | com.bigdata.btree.raba.codec | BlazeGraph |
| FrontCodedRabaCoderDupKeys | Variant of the FrontCodedRabaCoder that supports duplicate keys. | Class | com.bigdata.btree.raba.codec | BlazeGraph |
| ICodedRaba | Interface for an coded logical byte[][]. | Interface | com.bigdata.btree.raba.codec | BlazeGraph |
| IRaba | Interface for random access to a logical byte[][]s. | Interface | com.bigdata.btree.raba | BlazeGraph |
| IRabaCoder | Interface for coding (compressing) a logical byte[][] and for accessing the coded data in place. | Interface | com.bigdata.btree.raba.codec | BlazeGraph |
| IRabaGenerator | Interface for IRaba data generators. | Interface | com.bigdata.btree.raba.codec | BlazeGraph |
| MutableKeyBuffer | A flyweight mutable implementation exposing the backing byte[][] andVersion:$Id$Author:Bryan Thompson | Class | com.bigdata.btree.raba | BlazeGraph |
| MutableKeysRaba | Flyweight implementation for wrapping a byte[][] with fromIndexVersion:$Id$Author:Bryan ThompsonSee Also:MutableKeyBuffer | Class | com.bigdata.btree.raba | BlazeGraph |
| MutableRabaCoder | This "codes" a raba as a MutableKeyBuffer or MutableValueBuffer depending on whether it represents B+Tree keys or | Class | com.bigdata.btree.raba.codec | BlazeGraph |
| MutableValueBuffer | A flyweight mutable implementation exposing the backing byte[][], permitting nulls and not supporting search. | Class | com.bigdata.btree.raba | BlazeGraph |
| MutableValuesRaba | Flyweight implementation for wrapping a byte[][] with fromIndexVersion:$Id$Author:Bryan ThompsonSee Also:MutableValueBuffer | Class | com.bigdata.btree.raba | BlazeGraph |
| RandomKeysGenerator | Random B+Tree keys generator. | Class | com.bigdata.btree.raba.codec | BlazeGraph |
| RandomURIGenerator | Generate n random and distinct URIs. | Class | com.bigdata.btree.raba.codec | BlazeGraph |
| ReadOnlyKeysRaba | Immutable implementation does not allow nulls but supportsVersion:$Id$Author:Bryan Thompson | Class | com.bigdata.btree.raba | BlazeGraph |
| ReadOnlyValuesRaba | Immutable implementation allows nulls but does not supportVersion:$Id$Author:Bryan Thompson | Class | com.bigdata.btree.raba | BlazeGraph |
| SimpleRabaCoder | This class does not offer any compression. | Class | com.bigdata.btree.raba.codec | BlazeGraph |
| SubRangeRaba | A read-only IRaba that exposes a limited sub-range of a backing IRaba. | Class | com.bigdata.btree.raba | BlazeGraph |
| TestAll | Aggregates test suites into increasing dependency order. | Class | com.bigdata.btree.raba.codec | BlazeGraph |
| TestAll | Aggregates test suites into increasing dependency order. | Class | com.bigdata.btree.raba | BlazeGraph |
| TestCanonicalHuffmanRabaCoder | Test suite for the CanonicalHuffmanRabaCoder. | Class | com.bigdata.btree.raba.codec | BlazeGraph |
| TestConditionalRabaCoder_keys_simple_frontCoded | Test suite for the ConditionalRabaCoder. | Class | com.bigdata.btree.raba.codec | BlazeGraph |
| TestConditionalRabaCoder_values_simple_canonical | Test suite for the ConditionalRabaCoder. | Class | com.bigdata.btree.raba.codec | BlazeGraph |
| TestEmptyRabaCoder | Unit tests for the EmptyRabaValueCoder. | Class | com.bigdata.btree.raba.codec | BlazeGraph |
| TestFixedLengthValueRabaCoder | Test suite for the FixedLengthValueRabaCoder. | Class | com.bigdata.btree.raba.codec | BlazeGraph |
| TestFrontCodedRabaCoderRatio2 | Test suite for the FrontCodedRabaCoder. | Class | com.bigdata.btree.raba.codec | BlazeGraph |
| TestFrontCodedRabaCoderRatio32 | Test suite for the FrontCodedRabaCoder. | Class | com.bigdata.btree.raba.codec | BlazeGraph |
| TestFrontCodedRabaCoderRatio8 | Test suite for the FrontCodedRabaCoder. | Class | com.bigdata.btree.raba.codec | BlazeGraph |
| TestKeyBufferSearch | Unit tests for IKeyBuffer#search(byte[] searchKey). | Class | com.bigdata.btree.raba | BlazeGraph |
| TestMutableKeyBuffer | Class | com.bigdata.btree.raba | BlazeGraph | |
| TestMutableValuesRaba | Test suite for MutableValuesRaba. | Class | com.bigdata.btree.raba | BlazeGraph |
| TestSimpleRabaCoder | Test suite for the SimpleRabaCoder. | Class | com.bigdata.btree.raba.codec | BlazeGraph |
| TestSubRangeRaba | Test suite for SubRangeRaba. | Class | com.bigdata.btree.raba | BlazeGraph |
| TokenizeKeysGenerator | Tokenize an input file, collect the set of distinct keywords, and encode those keywords as unsigned byte[]s. | Class | com.bigdata.btree.raba.codec | BlazeGraph |