Package | Description |
---|---|
com.bigdata.journal |
The journal is an append-only persistence capable data structure
supporting atomic commit, named indices, and transactions.
|
com.bigdata.search |
This package provides full text indexing and search.
|
com.bigdata.service |
This package provides implementations of bigdata services (metadata
service, data service, transaction manager service.
|
com.bigdata.sparse |
This package provides support for treating normal B+Trees using a
"sparse row store" pattern and can be applied to both local B+Trees
and scale-out indices.
|
Modifier and Type | Class and Description |
---|---|
class |
StressTestConcurrentTx
Stress tests for concurrent transaction processing.
|
class |
StressTestConcurrentUnisolatedIndices
Stress tests for concurrent processing of operations on named unisolated
indices.
|
class |
StressTestGroupCommit
Stress test of the group commit mechanism.
|
class |
StressTestLockContention
Lock contention results when unisolated writers seek conflicting locks.
|
class |
StressTestUnisolatedReadWriteIndex
Stress tests for concurrent processing of operations on named unisolated
indices where the concurrency is managed by an
UnisolatedReadWriteIndex rather than the ConcurrencyManager . |
class |
TestAbort
Test the ability to abort (discard an uncommitted write set).
|
class |
TestAddDropIndexTask
Test suite for
RegisterIndexTask and DropIndexTask . |
class |
TestCommitHistory
Test the ability to get (exact match) and find (most recent less than or
equal to) historical commit records in a
Journal . |
class |
TestCommitList
|
class |
TestCompactJournal
Test suite for
Journal.compact(java.io.File) . |
class |
TestConcurrentJournal
Test suite for the
IConcurrencyManager interface on the
Journal . |
class |
TestDoubleOpen
Test the ability to rollback a commit.
|
class |
TestDumpJournal
Test suite for
DumpJournal . |
class |
TestHierarchicalLockingTasks
Test suite for hierarchical locking of indices based on namespace prefixes.
|
class |
TestName2Addr
Test suite for the
index used to name index names to the
named indices. |
class |
TestNamedIndices
Test suite for api supporting registration, lookup, use, and atomic commit of
named indices.
|
class |
TestReadCommittedTx<S extends Journal>
Test suite for transactions reading from a start time corresponding to the
last commit time on the database.
|
class |
TestReadOnlyTx<S extends Journal>
Test suite for fully isolated read-only transactions reading from a caller
specified start time.
|
class |
TestRestartSafe
|
class |
TestRollbackCommit
Deprecated.
Along with
AbstractJournal.rollback() |
class |
TestSnapshotJournal
Test suite for
Journal#snapshot(com.bigdata.journal.Journal.ISnapshotFactory) . |
class |
TestTransactionSupport |
class |
TestTx
Test suite for fully-isolated read-write transactions.
|
class |
TestUnisolatedWriteTasks
Correctness test suite for unisolated writes on one or more indices.
|
class |
TestWarmupJournal
Test suite for
WarmUpTask . |
Modifier and Type | Method and Description |
---|---|
void |
AbstractJournalTestCase.setUp(ProxyTestCase<Journal> testCase)
Invoked from
TestCase.setUp() for each test in the suite. |
void |
AbstractIndexManagerTestCase.setUp(ProxyTestCase<S> testCase)
Invoked from
TestCase.setUp() for each test in the suite. |
void |
AbstractJournalTestCase.tearDown(ProxyTestCase<Journal> testCase)
Invoked from
TestCase.tearDown() for each test in the suite. |
void |
AbstractIndexManagerTestCase.tearDown(ProxyTestCase<S> testCase)
Invoked from
TestCase.tearDown() for each test in the suite. |
Modifier and Type | Class and Description |
---|---|
class |
AbstractAnalyzerFactoryTest |
class |
AbstractDefaultAnalyzerFactoryTest |
class |
AbstractSearchTest |
class |
TestConfigurableAnalyzerFactory
Unit tests for
ConfigurableAnalyzerFactory . |
class |
TestConfigurableAsDefaultAnalyzerFactory |
class |
TestDefaultAnalyzerFactory |
class |
TestKeyBuilder
Unit tests for key formation for the
FullTextIndex . |
class |
TestPrefixSearch
Unit test for prefix and exact match searches.
|
class |
TestSearch
Test suite using examples based on Understanding Search
Engines by Barry and Browne.
|
class |
TestSearchRestartSafe
Simple test verifies that the
FullTextIndex data are restart safe. |
class |
TestUnconfiguredAnalyzerFactory |
Modifier and Type | Method and Description |
---|---|
void |
TestEDS.setUp(ProxyTestCase testCase)
Data files are placed into a directory named by the test.
|
void |
TestEDS.tearDown(ProxyTestCase testCase)
Optional cleanup after the test runs, but sometimes its helpful to be
able to see what was created in the file system.
|
Modifier and Type | Class and Description |
---|---|
class |
TestSparseRowStore
Test suite for
SparseRowStore . |
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.