Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Com.bigdata.btree.raba Classes and Interfaces - 51 results found.
NameDescriptionTypePackageFramework
AbstractCodedRabaAbstract implementation throws UnsupportedOperationException for all mutation operations.Classcom.bigdata.btree.raba.codecBlazeGraph
AbstractFrontCodedRabaCoderTestCaseTest suite for the FrontCodedRabaCoder.Classcom.bigdata.btree.raba.codecBlazeGraph
AbstractKeyBufferClass with implementations supporting mutable and immutable variable lengthVersion:$Id$Author:Bryan ThompsonClasscom.bigdata.btree.rabaBlazeGraph
AbstractKeyBufferTestCaseClasscom.bigdata.btree.rabaBlazeGraph
AbstractRabaAbstract base class implements mutation operators and search.Classcom.bigdata.btree.rabaBlazeGraph
AbstractRabaCoderTestCaseAbstract test suite for IRabaCoder implementations.Classcom.bigdata.btree.raba.codecBlazeGraph
AbstractRabaCoderTestCase .TestOpTests of the Op test helper class.Classcom.bigdata.btree.raba.codecBlazeGraph
CanonicalHuffmanRabaCoderThis class provides (de-)compression for logical byte[][]s based on canonical Huffman codes.Classcom.bigdata.btree.raba.codecBlazeGraph
CanonicalHuffmanRabaCoder .AbstractCodingSetupAbstract base class for preparing a logical byte[][] for coding.Classcom.bigdata.btree.raba.codecBlazeGraph
CanonicalHuffmanRabaCoder .CodedRabaImplClasscom.bigdata.btree.raba.codecBlazeGraph
CanonicalHuffmanRabaCoder .RabaCodingSetupSets up for coding an IRaba representing B+Tree values.Classcom.bigdata.btree.raba.codecBlazeGraph
ConditionalRabaCoderCoder conditionally applies other IRabaCoders based on a condition, typically the branching factor or the #of elements in the IRaba.Classcom.bigdata.btree.rabaBlazeGraph
EmptyRabaAn immutable, empty IRaba.Classcom.bigdata.btree.rabaBlazeGraph
EmptyRaba .EmptyKeysRabaAn empty, immutable B+Tree keys IRaba.Classcom.bigdata.btree.rabaBlazeGraph
EmptyRaba .EmptyValuesRabaAn empty, immutable B+Tree values IRaba.Classcom.bigdata.btree.rabaBlazeGraph
EmptyRabaValueCoderUseful when a B+Tree uses keys but not values.Classcom.bigdata.btree.raba.codecBlazeGraph
FixedLengthValueRabaCoderThis class does not offer any compression.Classcom.bigdata.btree.raba.codecBlazeGraph
FrontCodedRabaCoderClass provides (de-)compression for logical byte[][]s based on front coding.Classcom.bigdata.btree.raba.codecBlazeGraph
FrontCodedRabaCoder .DefaultFrontCodedRabaCoderA pre-parameterized version of the FrontCodedRabaCoder which is used as the default IRabaCoder for B+Tree keys for both nodes andClasscom.bigdata.btree.raba.codecBlazeGraph
FrontCodedRabaCoderDupKeysVariant of the FrontCodedRabaCoder that supports duplicate keys.Classcom.bigdata.btree.raba.codecBlazeGraph
ICodedRabaInterface for an coded logical byte[][].Interfacecom.bigdata.btree.raba.codecBlazeGraph
IRabaInterface for random access to a logical byte[][]s.Interfacecom.bigdata.btree.rabaBlazeGraph
IRabaCoderInterface for coding (compressing) a logical byte[][] and for accessing the coded data in place.Interfacecom.bigdata.btree.raba.codecBlazeGraph
IRabaGeneratorInterface for IRaba data generators.Interfacecom.bigdata.btree.raba.codecBlazeGraph
MutableKeyBufferA flyweight mutable implementation exposing the backing byte[][] andVersion:$Id$Author:Bryan ThompsonClasscom.bigdata.btree.rabaBlazeGraph
MutableKeysRabaFlyweight implementation for wrapping a byte[][] with fromIndexVersion:$Id$Author:Bryan ThompsonSee Also:MutableKeyBufferClasscom.bigdata.btree.rabaBlazeGraph
MutableRabaCoderThis "codes" a raba as a MutableKeyBuffer or MutableValueBuffer depending on whether it represents B+Tree keys orClasscom.bigdata.btree.raba.codecBlazeGraph
MutableValueBufferA flyweight mutable implementation exposing the backing byte[][], permitting nulls and not supporting search.Classcom.bigdata.btree.rabaBlazeGraph
MutableValuesRabaFlyweight implementation for wrapping a byte[][] with fromIndexVersion:$Id$Author:Bryan ThompsonSee Also:MutableValueBufferClasscom.bigdata.btree.rabaBlazeGraph
RandomKeysGeneratorRandom B+Tree keys generator.Classcom.bigdata.btree.raba.codecBlazeGraph
RandomURIGeneratorGenerate n random and distinct URIs.Classcom.bigdata.btree.raba.codecBlazeGraph
ReadOnlyKeysRabaImmutable implementation does not allow nulls but supportsVersion:$Id$Author:Bryan ThompsonClasscom.bigdata.btree.rabaBlazeGraph
ReadOnlyValuesRabaImmutable implementation allows nulls but does not supportVersion:$Id$Author:Bryan ThompsonClasscom.bigdata.btree.rabaBlazeGraph
SimpleRabaCoderThis class does not offer any compression.Classcom.bigdata.btree.raba.codecBlazeGraph
SubRangeRabaA read-only IRaba that exposes a limited sub-range of a backing IRaba.Classcom.bigdata.btree.rabaBlazeGraph
TestAllAggregates test suites into increasing dependency order.Classcom.bigdata.btree.raba.codecBlazeGraph
TestAllAggregates test suites into increasing dependency order.Classcom.bigdata.btree.rabaBlazeGraph
TestCanonicalHuffmanRabaCoderTest suite for the CanonicalHuffmanRabaCoder.Classcom.bigdata.btree.raba.codecBlazeGraph
TestConditionalRabaCoder_keys_simple_frontCodedTest suite for the ConditionalRabaCoder.Classcom.bigdata.btree.raba.codecBlazeGraph
TestConditionalRabaCoder_values_simple_canonicalTest suite for the ConditionalRabaCoder.Classcom.bigdata.btree.raba.codecBlazeGraph
TestEmptyRabaCoderUnit tests for the EmptyRabaValueCoder.Classcom.bigdata.btree.raba.codecBlazeGraph
TestFixedLengthValueRabaCoderTest suite for the FixedLengthValueRabaCoder.Classcom.bigdata.btree.raba.codecBlazeGraph
TestFrontCodedRabaCoderRatio2Test suite for the FrontCodedRabaCoder.Classcom.bigdata.btree.raba.codecBlazeGraph
TestFrontCodedRabaCoderRatio32Test suite for the FrontCodedRabaCoder.Classcom.bigdata.btree.raba.codecBlazeGraph
TestFrontCodedRabaCoderRatio8Test suite for the FrontCodedRabaCoder.Classcom.bigdata.btree.raba.codecBlazeGraph
TestKeyBufferSearchUnit tests for IKeyBuffer#search(byte[] searchKey).Classcom.bigdata.btree.rabaBlazeGraph
TestMutableKeyBufferClasscom.bigdata.btree.rabaBlazeGraph
TestMutableValuesRabaTest suite for MutableValuesRaba.Classcom.bigdata.btree.rabaBlazeGraph
TestSimpleRabaCoderTest suite for the SimpleRabaCoder.Classcom.bigdata.btree.raba.codecBlazeGraph
TestSubRangeRabaTest suite for SubRangeRaba.Classcom.bigdata.btree.rabaBlazeGraph
TokenizeKeysGeneratorTokenize an input file, collect the set of distinct keywords, and encode those keywords as unsigned byte[]s.Classcom.bigdata.btree.raba.codecBlazeGraph