Package | Description |
---|---|
com.bigdata.journal |
The journal is an append-only persistence capable data structure
supporting atomic commit, named indices, and transactions.
|
com.bigdata.rwstore | |
com.bigdata.rwstore.sector | |
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 |
AbstractJournalTestCase
Abstract harness for testing under a variety of configurations.
|
class |
ProxyTestCase<S extends IIndexManager>
This class provides proxy delegation logic for abstract methods declared by
AbstractJournalTestCase and is used to extend the set of tests that will be
applied to all implementations of the generic object model Java API. |
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 |
TestDirectJournal
Test suite for
BufferMode.Direct journals. |
class |
TestDiskJournal
Deprecated.
|
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 |
TestMappedJournal
Test suite for
BufferMode.Mapped journals. |
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 |
TestTransientJournal
Test suite for
BufferMode.Transient journals. |
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 . |
class |
TestWORMStrategy
Test suite for
WORMStrategy journal. |
class |
TestWORMStrategyNoCache
Test suite for
WORMStrategy journal with the write cache disabled. |
class |
TestWORMStrategyOneCacheBuffer
Test suite for
WORMStrategy journals which runs with a single
WriteCache buffer. |
Modifier and Type | Method and Description |
---|---|
AbstractIndexManagerTestCase<S> |
ProxyTestCase.getOurDelegate()
Returns the delegate after first making sure that it is non-null and
extends
AbstractJournalTestCase . |
Modifier and Type | Class and Description |
---|---|
class |
TestRWJournal
Test suite for
BufferMode.DiskRW journals. |
Modifier and Type | Class and Description |
---|---|
class |
TestMemStore
Test suite for
MemStore . |
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 |
---|---|
protected static ProxyTestSuite |
TestAll.proxySuite(AbstractIndexManagerTestCase<? extends IIndexManager> delegate,
String name)
Create and populate a
ProxyTestSuite with the unit tests that we
will run against any of the IIndexManager implementations. |
Modifier and Type | Class and Description |
---|---|
class |
TestEDS
Delegate for
ProxyTestCase s for services running against an
EmbeddedFederation . |
class |
TestJournal
Delegate for
ProxyTestCase s for services running against a
Journal . |
Modifier and Type | Class and Description |
---|---|
class |
TestSparseRowStore
Test suite for
SparseRowStore . |
Modifier and Type | Method and Description |
---|---|
protected static ProxyTestSuite |
TestAll.proxySuite(AbstractIndexManagerTestCase<? extends IIndexManager> delegate,
String name)
Create and populate a
ProxyTestSuite with the unit tests that we
will run against any of the IIndexManager implementations. |
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.