| Name | Description | Type | Package | Framework |
| AbstractHashBucketDataRecordTestCase | | Class | com.bigdata.htree.data | BlazeGraph |
|
| AbstractHTree | Abstract base class for a persistence capable extensible hash tree. | Class | com.bigdata.htree | BlazeGraph |
|
| AbstractHTree .HTreePageStateException | Exception that can be thrown for asserts and testing, retaining the source page of the error | Class | com.bigdata.htree | BlazeGraph |
|
| AbstractHTreeTestCase | | Class | com.bigdata.htree | BlazeGraph |
|
| Counter | | Class | com.bigdata.htree | BlazeGraph |
|
| DefaultDirectoryPageCoder | Default implementation for immutable IDirectoryData records. | Class | com.bigdata.htree.data | BlazeGraph |
|
| DefaultEvictionListener | Hard reference cache eviction listener writes a dirty node or leaf onto theAuthor:Bryan Thompson | Class | com.bigdata.htree | BlazeGraph |
|
| HTree | An mutable persistence capable extensible hash tree. | Class | com.bigdata.htree | BlazeGraph |
|
| HTreePageStats | | Class | com.bigdata.htree | BlazeGraph |
|
| HTreeUtil | Static utility methods and data for an HTree. | Class | com.bigdata.htree | BlazeGraph |
|
| HTreeVersusHashMapDemo | A simple demonstration which may be used to compare the HTree performance against a Java collections class such as HashMap or | Class | com.bigdata.htree | BlazeGraph |
|
| IDirectoryData | Interface for the data record of a hash directory. | Interface | com.bigdata.htree.data | BlazeGraph |
|
| INodeFactory | Interface for creating nodes or leaves. | Interface | com.bigdata.htree | BlazeGraph |
|
| MockBucketData | Mock object for a hash bucket. | Class | com.bigdata.htree.data | BlazeGraph |
|
| MutableBucketData | and defines methods for a variety of mutations on the ILeafData record which operate by direct manipulation of the Java objects. | Class | com.bigdata.htree | BlazeGraph |
|
| MutableDirectoryPageData | and defines methods for a variety of mutations on the IDirectoryData record which operate by direct manipulation of the Java objects. | Class | com.bigdata.htree | BlazeGraph |
|
| MutableKeyBuffer | A flyweight mutable implementation for an HTree bucket page using a backing byte[][]. | Class | com.bigdata.htree.raba | BlazeGraph |
|
| MutableValueBuffer | A flyweight mutable implementation for an HTree bucket page using a backing byte[][]. | Class | com.bigdata.htree.raba | BlazeGraph |
|
| NodeSerializer | An instance of this class is used to serialize and de-serialize the INodeDatas and ILeafDatas of an AbstractBTree. | Class | com.bigdata.htree | BlazeGraph |
|
| ShowHTreeResourceUsage | The 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, reducing | Class | com.bigdata.htree | BlazeGraph |
|
| TestAll | Aggregates test suites into increasing dependency order. | Class | com.bigdata.htree.data | BlazeGraph |
|
| TestAll | Aggregates test suites into increasing dependency order. | Class | com.bigdata.htree.raba | BlazeGraph |
|
| TestAll | Aggregates test suites into increasing dependency order. | Class | com.bigdata.htree | BlazeGraph |
|
| TestAll_HTree | Aggregates test suites into increasing dependency order. | Class | com.bigdata.htree | BlazeGraph |
|
| TestBucketDataRecord_CanonicalHuffman_CanonicalHuffman | Test suite for the HTree ILeafData records (accessing coded data inVersion:$Id$Author:Bryan Thompson | Class | com.bigdata.htree.data | BlazeGraph |
|
| TestBucketDataRecord_Simple_Simple | Test with simple coding for keys and values (no compression). | Class | com.bigdata.htree.data | BlazeGraph |
|
| TestCommit | Unit tests for commit functionality that do not trigger copy-on-write. | Class | com.bigdata.htree | BlazeGraph |
|
| TestDirtyIterators | Test suite for iterators that visit only dirty nodes or leaves. | Class | com.bigdata.htree | BlazeGraph |
|
| TestDirtyListener | Test suite for the IDirtyListener protocol. | Class | com.bigdata.htree | BlazeGraph |
|
| TestDuplicates | Test HTree with duplicate keys. | Class | com.bigdata.htree | BlazeGraph |
|
| TestHTree | Unit tests for HTree. | Class | com.bigdata.htree | BlazeGraph |
|
| TestHTree_addLevel | Unit test which explores a simple add level case. | Class | com.bigdata.htree | BlazeGraph |
|
| TestHTree_init | Unit tests for bootstrap of an HTree instance. | Class | com.bigdata.htree | BlazeGraph |
|
| TestHTree_stressInsert | A stress test which inserts a series of integer keys and then verifies the state of the index. | Class | com.bigdata.htree | BlazeGraph |
|
| TestHTreeRecycle | Tests recycling of HTree storage. | Class | com.bigdata.htree | BlazeGraph |
|
| TestHTreeUtil | Unit tests for HTreeUtil. | Class | com.bigdata.htree | BlazeGraph |
|
| TestHTreeWithMemStore | Integration test with a persistence store. | Class | com.bigdata.htree | BlazeGraph |
|
| TestIncrementalWrite | Test suite for the logic performing incremental writes of nodes and leaves onto the store. | Class | com.bigdata.htree | BlazeGraph |
|
| TestIndexCounter | Test suite for the IIndexLocalCounter. | Class | com.bigdata.htree | BlazeGraph |
|
| TestMutableKeyBuffer | Test suite for MutableKeyBuffer. | Class | com.bigdata.htree.raba | BlazeGraph |
|
| TestMutableValueBuffer | Test suite for MutableValuesBuffer. | Class | com.bigdata.htree.raba | BlazeGraph |
|
| TestNullValues | Test of storing null values under a key with persistence. | Class | com.bigdata.htree | BlazeGraph |
|
| TestRawRecords | Unit tests for a HTree with raw record support enabled (this is where a large byte[] value is written directly onto the backing store | Class | com.bigdata.htree | BlazeGraph |
|
| TestRemovals | | Class | com.bigdata.htree | BlazeGraph |
|
| TestReopen | Unit tests for the close/checkpoint/reopen protocol designed to manage the resource burden of indices without invalidating the index objects (indices | Class | com.bigdata.htree | BlazeGraph |
|
| TestTransientHTree | Unit tests for transient HTrees (no backing store). | Class | com.bigdata.htree | BlazeGraph |