Package | Description |
---|---|
com.bigdata.ha.pipeline |
This package provides services for sending and receiving low-level write cache
blocks among the members of a highly available quorum.
|
com.bigdata.io.compression | |
com.bigdata.io.writecache |
Low-level write cache service.
|
com.bigdata.journal |
The journal is an append-only persistence capable data structure
supporting atomic commit, named indices, and transactions.
|
com.bigdata.quorum |
This package defines interfaces and implementations for a quorum of highly
available services.
|
com.bigdata.rawstore |
A set of interfaces and some simple implementations for a read-write
store without atomic commit or 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 |
AbstractHASendAndReceiveTestCase |
class |
TestHASendAndReceive
Test the raw socket protocol implemented by
HASendService and
HAReceiveService . |
class |
TestHASendAndReceive3Nodes
Test the raw socket protocol implemented by
HASendService and
HAReceiveService against a pipeline of 3 nodes. |
class |
TestSocketsDirect
Test suite for basic socket behaviors.
|
Modifier and Type | Class and Description |
---|---|
class |
TestCompressorRegistry |
Modifier and Type | Class and Description |
---|---|
class |
TestRWWriteCacheService
Test suite for the
WriteCacheService using scattered writes on a
backing file. |
class |
TestWORMWriteCacheService
Test suite for the
WriteCacheService using pure append writes. |
class |
TestWriteCache
Test suite for the
WriteCache . |
class |
TestWriteCacheServiceLifetime
These tests exercise the lifetime semantics of a WriteCacheService.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractBufferStrategyTestCase
Base class for writing test cases for the different
IBufferStrategy
implementations. |
class |
AbstractIndexManagerTestCase<S extends IIndexManager> |
class |
AbstractInterruptsTestCase
Test suite for correct handling of
ClosedByInterruptException s. |
class |
AbstractJournalTestCase
Abstract harness for testing under a variety of configurations.
|
class |
AbstractMRMWTestCase
Test suite for MRMW (Multiple Readers, Multiple Writers) support.
|
static class |
AbstractMRMWTestCase.StressTestMRMW
Concrete instance for running stress tests and comparisons.
|
class |
AbstractMROWTestCase
Test suite for MROW (Multiple Readers, One Writer) support.
|
class |
AbstractRestartSafeTestCase
Test suite for restart-safe (data survives commit and reopen of the store).
|
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. |
static class |
TestDirectJournal.TestInterrupts
Test suite integration for
AbstractInterruptsTestCase . |
static class |
TestDirectJournal.TestMRMW
Test suite integration for
AbstractMRMWTestCase . |
static class |
TestDirectJournal.TestMROW
Test suite integration for
AbstractMROWTestCase . |
static class |
TestDirectJournal.TestRawStore
Test suite integration for
AbstractRestartSafeTestCase . |
class |
TestDiskJournal
Deprecated.
|
static class |
TestDiskJournal.TestInterrupts
Deprecated.
Test suite integration for
AbstractInterruptsTestCase . |
static class |
TestDiskJournal.TestMRMW
Deprecated.
Test suite integration for
AbstractMRMWTestCase . |
static class |
TestDiskJournal.TestMROW
Deprecated.
Test suite integration for
AbstractMROWTestCase . |
static class |
TestDiskJournal.TestRawStore
Deprecated.
Test suite integration for
AbstractRestartSafeTestCase . |
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. |
static class |
TestMappedJournal.TestInterrupts
Test suite integration for
AbstractInterruptsTestCase . |
static class |
TestMappedJournal.TestMRMW
Test suite integration for
AbstractMRMWTestCase . |
static class |
TestMappedJournal.TestMROW
Test suite integration for
AbstractMROWTestCase . |
static class |
TestMappedJournal.TestRawStore
Test suite integration for
AbstractRestartSafeTestCase . |
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 |
TestTemporaryStore
Test suite for
TemporaryStore (temporary store with named indices). |
static class |
TestTemporaryStore.TestInterrupts
Test suite integration for
TestTemporaryStore.TestInterrupts . |
static class |
TestTemporaryStore.TestMRMW
Test suite integration for
AbstractMRMWTestCase . |
static class |
TestTemporaryStore.TestMROW
Test suite integration for
AbstractMROWTestCase . |
static class |
TestTemporaryStore.TestRawStore
Test suite integration for
AbstractRawStoreTestCase . |
class |
TestTransactionSupport |
class |
TestTransientJournal
Test suite for
BufferMode.Transient journals. |
static class |
TestTransientJournal.TestMRMW
Test suite integration for
AbstractMRMWTestCase . |
static class |
TestTransientJournal.TestMROW
Test suite integration for
AbstractMROWTestCase . |
static class |
TestTransientJournal.TestRawStore
Test suite integration for
AbstractRawStoreTestCase . |
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. |
static class |
TestWORMStrategy.TestInterrupts
Test suite integration for
AbstractInterruptsTestCase . |
static class |
TestWORMStrategy.TestMRMW
Test suite integration for
AbstractMRMWTestCase . |
static class |
TestWORMStrategy.TestMROW
Test suite integration for
AbstractMROWTestCase . |
static class |
TestWORMStrategy.TestRawStore
Test suite integration for
AbstractRestartSafeTestCase . |
class |
TestWORMStrategyNoCache
Test suite for
WORMStrategy journal with the write cache disabled. |
static class |
TestWORMStrategyNoCache.TestInterrupts
Test suite integration for
AbstractInterruptsTestCase . |
static class |
TestWORMStrategyNoCache.TestMRMW
Test suite integration for
AbstractMRMWTestCase . |
static class |
TestWORMStrategyNoCache.TestMROW
Test suite integration for
AbstractMROWTestCase . |
static class |
TestWORMStrategyNoCache.TestRawStore
Test suite integration for
AbstractRestartSafeTestCase . |
class |
TestWORMStrategyOneCacheBuffer
Test suite for
WORMStrategy journals which runs with a single
WriteCache buffer. |
static class |
TestWORMStrategyOneCacheBuffer.TestInterrupts
Test suite integration for
AbstractInterruptsTestCase . |
static class |
TestWORMStrategyOneCacheBuffer.TestMRMW
Test suite integration for
AbstractMRMWTestCase . |
static class |
TestWORMStrategyOneCacheBuffer.TestMROW
Test suite integration for
AbstractMROWTestCase . |
static class |
TestWORMStrategyOneCacheBuffer.TestRawStore
Test suite integration for
AbstractRestartSafeTestCase . |
Modifier and Type | Class and Description |
---|---|
class |
AbstractQuorumTestCase
Abstract base class for testing using a
MockQuorumFixture . |
class |
TestHA3QuorumSemantics
Test the quorum semantics for a highly available quorum of 3 services.
|
class |
TestSingletonQuorumSemantics
Test the quorum semantics for a singleton quorum.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractRawStoreTestCase
Base class for writing tests of the
IRawStore interface. |
class |
TestSimpleFileRawStore
Test suite for
SimpleFileRawStore . |
class |
TestSimpleMemoryRawStore
Test suite for
SimpleMemoryRawStore . |
Modifier and Type | Class and Description |
---|---|
class |
TestRWJournal
Test suite for
BufferMode.DiskRW journals. |
static class |
TestRWJournal.TestInterrupts
Test suite integration for
AbstractInterruptsTestCase . |
static class |
TestRWJournal.TestMRMW
Test suite integration for
AbstractMRMWTestCase . |
static class |
TestRWJournal.TestMROW
Test suite integration for
AbstractMROWTestCase . |
static class |
TestRWJournal.TestRawStore
Test suite integration for
AbstractRestartSafeTestCase . |
Modifier and Type | Class and Description |
---|---|
class |
TestMemStore
Test suite for
MemStore . |
static class |
TestMemStore.TestMRMW
Test suite integration for
AbstractMRMWTestCase . |
static class |
TestMemStore.TestMROW
Test suite integration for
AbstractMROWTestCase . |
static class |
TestMemStore.TestRawStore
Test suite integration for
AbstractRawStoreTestCase . |
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 | 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 . |
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.