| 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.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 | Field and Description |
|---|---|
protected BigdataFileSystem |
AbstractRepositoryTestCase.repo |
protected BigdataFileSystem |
FileVersionOutputStream.repo |
| Modifier and Type | Method and Description |
|---|---|
BigdataFileSystem |
GlobalFileSystemHelper.getGlobalFileSystem()
The
ITx.UNISOLATED view. |
BigdataFileSystem |
GlobalFileSystemHelper.getReadCommitted()
ITx.READ_COMMITTED view. |
| Constructor and Description |
|---|
AtomicBlockAppendProc(BigdataFileSystem repo,
String id,
int version,
byte[] b,
int off,
int len) |
AtomicBlockWriteProc(BigdataFileSystem repo,
String id,
int version,
long block,
byte[] b,
int off,
int len) |
FileVersionOutputStream(BigdataFileSystem repo,
String id,
int version)
Create an output stream that will atomically append blocks of data to
the specified file version.
|
RepositoryDocumentImpl(BigdataFileSystem repo,
String id)
Read the metadata for the current version of the file from the
repository.
|
RepositoryDocumentImpl(BigdataFileSystem repo,
String id,
ITPS tps)
Read the metadata for the current version of the file from the
repository.
|
TestRandomBlockOps.StressTest(BigdataFileSystem repo,
int limit,
com.bigdata.bfs.TestRandomBlockOps.Op gen) |
| Modifier and Type | Method and Description |
|---|---|
BigdataFileSystem |
JournalDelegate.getGlobalFileSystem() |
BigdataFileSystem |
Journal.getGlobalFileSystem() |
BigdataFileSystem |
TemporaryStore.getGlobalFileSystem() |
BigdataFileSystem |
IIndexStore.getGlobalFileSystem()
Return the global file system used to store block-structured files and
their metadata and as a source and sink for map/reduce processing.
|
| Modifier and Type | Method and Description |
|---|---|
BigdataFileSystem |
AbstractResourceManagerTestCase.MockFederation.getGlobalFileSystem() |
BigdataFileSystem |
StoreManager.ManagedJournal.getGlobalFileSystem() |
| Modifier and Type | Method and Description |
|---|---|
BigdataFileSystem |
AbstractFederation.getGlobalFileSystem() |
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.