Package | Description |
---|---|
com.bigdata.htree |
Modifier and Type | Class and Description |
---|---|
class |
TestCommit
Unit tests for commit functionality that do not trigger copy-on-write.
|
class |
TestDirtyIterators
Test suite for iterators that visit only dirty nodes or leaves.
|
class |
TestDirtyListener
Test suite for the
IDirtyListener protocol. |
class |
TestDuplicates
Test
HTree with duplicate keys. |
class |
TestHTree
Unit tests for
HTree . |
class |
TestHTree_addLevel
Unit test which explores a simple add level case.
|
class |
TestHTree_init
Unit tests for bootstrap of an
HTree instance. |
class |
TestHTree_stressInsert
A stress test which inserts a series of integer keys and then verifies the
state of the index.
|
class |
TestHTreeRecycle
Tests recycling of HTree storage.
|
class |
TestIncrementalWrite
Test suite for the logic performing incremental writes of nodes and leaves
onto the store.
|
class |
TestIndexCounter
Test suite for the
IIndexLocalCounter.getCounter() interface. |
class |
TestNullValues
Test of storing null values under a key with persistence.
|
class |
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
rather than being stored within the leaf). |
class |
TestRemovals |
class |
TestReopen
Unit tests for the close/checkpoint/reopen protocol designed to manage the
resource burden of indices without invalidating the index objects (indices
opens can be reopened as long as their backing store remains available).
|
class |
TestTransientHTree
Unit tests for transient
HTree s (no backing store). |
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.