Package | Description |
---|---|
com.bigdata.bfs |
This package provides a scale-out content repository (aka distributed file
system) suitable as the backend for a REST-ful service using the bigdata
architecture.
|
com.bigdata.bop.fed | |
com.bigdata.bop.fed.nodes | |
com.bigdata.bop.fed.shards | |
com.bigdata.service |
This package provides implementations of bigdata services (metadata
service, data service, transaction manager service.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractRepositoryTestCase |
class |
TestAppendBlock
Test atomic append operations on the file data index for the
BigdataFileSystem . |
class |
TestCopyStream
Unit tests for copying streams into the repository and reading them back.
|
class |
TestFileMetadataIndex
Test operations on the file metadata index for the
BigdataFileSystem . |
class |
TestFileVersionOutputStream
Tests some specifics of the
FileVersionOutputStream . |
class |
TestRandomBlockOps
Unit tests for random block IO include read, write, overwrite (aka update),
and delete.
|
class |
TestRangeDelete
Test suite for
BigdataFileSystem.deleteAll(String, String) . |
class |
TestRangeScan
Test suite for
BigdataFileSystem.getDocumentHeaders(String, String) . |
Modifier and Type | Class and Description |
---|---|
class |
TestFederatedQueryEngine
Unit tests for
FederatedQueryEngine running against an
EmbeddedFederation having a single DataService . |
class |
TestRemoteAccessPath
Unit tests of a remote access path.
|
Modifier and Type | Class and Description |
---|---|
class |
TestMapBindingSetsOverNodes
Unit tests for mapping binding sets over nodes.
|
Modifier and Type | Class and Description |
---|---|
class |
TestMapBindingSetsOverShards
Unit tests for
MapBindingSetsOverShardsBuffer . |
Modifier and Type | Class and Description |
---|---|
class |
StressTestConcurrent
Test suite for concurrent operations on a
DataService . |
class |
TestBasicIndexStuff
Test of basic index operations.
|
class |
TestDistributedTransactionService
Unit tests of local (all writes are on a single data service) and distributed
abort and commit protocols for an
IBigdataFederation using the
DistributedTransactionService . |
class |
TestEmbeddedClient
Test suite for the
EmbeddedClient . |
class |
TestMetadataIndex
Some unit tests for the
MetadataIndex as accessed via the
IMetadataService . |
class |
TestMove
Some unit tests for moving an index partition.
|
class |
TestOverflow
Simple test verifies that a scale-out index is preserved across both
synchronous and asynchronous overflow events.
|
class |
TestOverflowGRS
Test drives inserts on the GRS index partition until the data service is
forced to go through an overflow such that an index build is performed for
the GRS index (rather than copying the index into the new live journal).
|
class |
TestRangeQuery
Test suite for the
IRangeQuery API. |
class |
TestRestartSafe
Test suite for the ability to re-open an
EmbeddedFederation . |
class |
TestScatterSplit
Some unit tests for moving an index partition.
|
class |
TestSplitJoin
Test suite verifies that inserts eventually split an index and that deletes
eventually cause the index partitions to be joined.
|
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.