Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Com.bigdata.htree Classes and Interfaces - 46 results found.
NameDescriptionTypePackageFramework
AbstractHashBucketDataRecordTestCaseClasscom.bigdata.htree.dataBlazeGraph
AbstractHTreeAbstract base class for a persistence capable extensible hash tree.Classcom.bigdata.htreeBlazeGraph
AbstractHTree .HTreePageStateExceptionException that can be thrown for asserts and testing, retaining the source page of the errorClasscom.bigdata.htreeBlazeGraph
AbstractHTreeTestCaseClasscom.bigdata.htreeBlazeGraph
CounterClasscom.bigdata.htreeBlazeGraph
DefaultDirectoryPageCoderDefault implementation for immutable IDirectoryData records.Classcom.bigdata.htree.dataBlazeGraph
DefaultEvictionListenerHard reference cache eviction listener writes a dirty node or leaf onto theAuthor:Bryan ThompsonClasscom.bigdata.htreeBlazeGraph
HTreeAn mutable persistence capable extensible hash tree.Classcom.bigdata.htreeBlazeGraph
HTreePageStatsClasscom.bigdata.htreeBlazeGraph
HTreeUtilStatic utility methods and data for an HTree.Classcom.bigdata.htreeBlazeGraph
HTreeVersusHashMapDemoA simple demonstration which may be used to compare the HTree performance against a Java collections class such as HashMap orClasscom.bigdata.htreeBlazeGraph
IDirectoryDataInterface for the data record of a hash directory.Interfacecom.bigdata.htree.dataBlazeGraph
INodeFactoryInterface for creating nodes or leaves.Interfacecom.bigdata.htreeBlazeGraph
MockBucketDataMock object for a hash bucket.Classcom.bigdata.htree.dataBlazeGraph
MutableBucketData and defines methods for a variety of mutations on the ILeafData record which operate by direct manipulation of the Java objects.Classcom.bigdata.htreeBlazeGraph
MutableDirectoryPageData and defines methods for a variety of mutations on the IDirectoryData record which operate by direct manipulation of the Java objects.Classcom.bigdata.htreeBlazeGraph
MutableKeyBufferA flyweight mutable implementation for an HTree bucket page using a backing byte[][].Classcom.bigdata.htree.rabaBlazeGraph
MutableValueBufferA flyweight mutable implementation for an HTree bucket page using a backing byte[][].Classcom.bigdata.htree.rabaBlazeGraph
NodeSerializer An instance of this class is used to serialize and de-serialize the INodeDatas and ILeafDatas of an AbstractBTree.Classcom.bigdata.htreeBlazeGraph
ShowHTreeResourceUsageThe purpose of this class is to show that adding a large number of entries into a MemStore backed HTree provides much less load of the Java heap, reducingClasscom.bigdata.htreeBlazeGraph
TestAllAggregates test suites into increasing dependency order.Classcom.bigdata.htree.dataBlazeGraph
TestAllAggregates test suites into increasing dependency order.Classcom.bigdata.htree.rabaBlazeGraph
TestAllAggregates test suites into increasing dependency order.Classcom.bigdata.htreeBlazeGraph
TestAll_HTreeAggregates test suites into increasing dependency order.Classcom.bigdata.htreeBlazeGraph
TestBucketDataRecord_CanonicalHuffman_CanonicalHuffmanTest suite for the HTree ILeafData records (accessing coded data inVersion:$Id$Author:Bryan ThompsonClasscom.bigdata.htree.dataBlazeGraph
TestBucketDataRecord_Simple_SimpleTest with simple coding for keys and values (no compression).Classcom.bigdata.htree.dataBlazeGraph
TestCommitUnit tests for commit functionality that do not trigger copy-on-write.Classcom.bigdata.htreeBlazeGraph
TestDirtyIteratorsTest suite for iterators that visit only dirty nodes or leaves.Classcom.bigdata.htreeBlazeGraph
TestDirtyListenerTest suite for the IDirtyListener protocol.Classcom.bigdata.htreeBlazeGraph
TestDuplicatesTest HTree with duplicate keys.Classcom.bigdata.htreeBlazeGraph
TestHTreeUnit tests for HTree.Classcom.bigdata.htreeBlazeGraph
TestHTree_addLevelUnit test which explores a simple add level case.Classcom.bigdata.htreeBlazeGraph
TestHTree_initUnit tests for bootstrap of an HTree instance.Classcom.bigdata.htreeBlazeGraph
TestHTree_stressInsertA stress test which inserts a series of integer keys and then verifies the state of the index.Classcom.bigdata.htreeBlazeGraph
TestHTreeRecycleTests recycling of HTree storage.Classcom.bigdata.htreeBlazeGraph
TestHTreeUtilUnit tests for HTreeUtil.Classcom.bigdata.htreeBlazeGraph
TestHTreeWithMemStoreIntegration test with a persistence store.Classcom.bigdata.htreeBlazeGraph
TestIncrementalWriteTest suite for the logic performing incremental writes of nodes and leaves onto the store.Classcom.bigdata.htreeBlazeGraph
TestIndexCounterTest suite for the IIndexLocalCounter.Classcom.bigdata.htreeBlazeGraph
TestMutableKeyBufferTest suite for MutableKeyBuffer.Classcom.bigdata.htree.rabaBlazeGraph
TestMutableValueBufferTest suite for MutableValuesBuffer.Classcom.bigdata.htree.rabaBlazeGraph
TestNullValuesTest of storing null values under a key with persistence.Classcom.bigdata.htreeBlazeGraph
TestRawRecordsUnit tests for a HTree with raw record support enabled (this is where a large byte[] value is written directly onto the backing storeClasscom.bigdata.htreeBlazeGraph
TestRemovalsClasscom.bigdata.htreeBlazeGraph
TestReopenUnit tests for the close/checkpoint/reopen protocol designed to manage the resource burden of indices without invalidating the index objects (indicesClasscom.bigdata.htreeBlazeGraph
TestTransientHTreeUnit tests for transient HTrees (no backing store).Classcom.bigdata.htreeBlazeGraph