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.
|
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 | Method and Description |
---|---|
SparseRowStore |
BigdataFileSystem.getFileMetadataIndex()
The index in which the file metadata is stored (the index must exist).
|
Modifier and Type | Method and Description |
---|---|
SparseRowStore |
JournalDelegate.getGlobalRowStore() |
SparseRowStore |
Journal.getGlobalRowStore() |
SparseRowStore |
TemporaryStore.getGlobalRowStore() |
SparseRowStore |
IIndexStore.getGlobalRowStore()
Return an unisolated view of the global
SparseRowStore used to
store named property sets. |
SparseRowStore |
JournalDelegate.getGlobalRowStore(long timestamp) |
SparseRowStore |
Journal.getGlobalRowStore(long timestamp) |
SparseRowStore |
TemporaryStore.getGlobalRowStore(long timestamp) |
SparseRowStore |
IIndexStore.getGlobalRowStore(long timestamp)
Return a view of the global
SparseRowStore used to store named
property sets as of the specified timestamp. |
Modifier and Type | Method and Description |
---|---|
SparseRowStore |
AbstractResourceManagerTestCase.MockFederation.getGlobalRowStore() |
SparseRowStore |
StoreManager.ManagedJournal.getGlobalRowStore() |
SparseRowStore |
AbstractResourceManagerTestCase.MockFederation.getGlobalRowStore(long timestamp) |
SparseRowStore |
StoreManager.ManagedJournal.getGlobalRowStore(long timestamp) |
Modifier and Type | Method and Description |
---|---|
SparseRowStore |
AbstractFederation.getGlobalRowStore() |
SparseRowStore |
AbstractFederation.getGlobalRowStore(long timestamp) |
Modifier and Type | Method and Description |
---|---|
SparseRowStore |
GlobalRowStoreHelper.get(long timestamp)
Return a view of the global row store as of the specified timestamp IFF
the backing index exists as of that timestamp.
|
SparseRowStore |
GlobalRowStoreHelper.getGlobalRowStore() |
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.