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.journal |
The journal is an append-only persistence capable data structure
supporting atomic commit, named indices, and transactions.
|
com.bigdata.rdf.sail |
This package contains the SAIL that allow bigdata to be used as a backend for
the Sesame 2.x platform.
|
com.bigdata.rdf.store |
This package provides several realizations of an RDF database using the bigdata
architecture, including one suitable for temporary data, one suitable for local
processing (single host), and one designed for scale-out on commodity hardware.
|
com.bigdata.resources |
This package provides the logic to managed the live journal and the
historical journals and index segments for a
DataService . |
com.bigdata.service |
This package provides implementations of bigdata services (metadata
service, data service, transaction manager service.
|
Modifier and Type | Interface and Description |
---|---|
static interface |
BigdataFileSystem.Options
Configuration options.
|
Modifier and Type | Interface and Description |
---|---|
static interface |
AbstractMRMWTestCase.TestOptions
Additional properties understood by this test.
|
static interface |
Journal.Options
Options understood by the
Journal . |
static interface |
StressTestGroupCommit.TestOptions
Options understood by this stress test.
|
Modifier and Type | Interface and Description |
---|---|
static interface |
BigdataSail.Options
Additional parameters understood by the Sesame 2.x SAIL implementation.
|
Modifier and Type | Interface and Description |
---|---|
static interface |
AbstractTripleStore.Options
Configuration options.
|
static interface |
LocalTripleStore.Options
Options understood by the
LocalTripleStore . |
static interface |
TempTripleStore.Options |
Modifier and Type | Interface and Description |
---|---|
static interface |
IndexManager.Options
Options understood by the
IndexManager . |
static interface |
OverflowManager.Options
Options understood by the
OverflowManager . |
static interface |
ResourceManager.Options
ResourceManager options. |
static interface |
StoreManager.Options
Options for the
StoreManager . |
Modifier and Type | Interface and Description |
---|---|
static interface |
DataService.Options
Options understood by the
DataService . |
static interface |
EmbeddedClient.Options
Options for the embedded (in process) federation.
|
static interface |
MetadataService.Options
Options for the
MetadataService . |
static interface |
StressTestConcurrent.TestOptions
Additional properties understood by this test.
|
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.