| 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 |
| 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 |
| 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 |
| 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 |
| 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 |
| 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 |
| SimpleRabaCoder | This class does not offer any compression. | Class | com.bigdata.btree.raba.codec | BlazeGraph |
| TestAll | Aggregates test suites into increasing dependency order. | Class | com.bigdata.btree.raba.codec | 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 |
| TestSimpleRabaCoder | Test suite for the SimpleRabaCoder. | Class | com.bigdata.btree.raba.codec | 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 |