Package | Description |
---|---|
com.bigdata.journal |
The journal is an append-only persistence capable data structure
supporting atomic commit, named indices, and transactions.
|
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 | Method and Description |
---|---|
TemporaryStore |
JournalDelegate.getTempStore() |
TemporaryStore |
TemporaryStoreFactory.getTempStore()
Return a
TemporaryStore . |
TemporaryStore |
Journal.getTempStore() |
TemporaryStore |
TemporaryStore.getTempStore()
Always returns this
TemporaryStore . |
TemporaryStore |
IIndexStore.getTempStore()
A factory for
TemporaryStore s. |
Modifier and Type | Method and Description |
---|---|
TemporaryStore |
TempTripleStore.getIndexManager() |
Constructor and Description |
---|
TempTripleStore(TemporaryStore store,
Properties properties,
AbstractTripleStore db)
Variant for creating a(nother)
TempTripleStore on the same
TemporaryStore . |
Modifier and Type | Method and Description |
---|---|
TemporaryStore |
AbstractResourceManagerTestCase.MockFederation.getTempStore() |
TemporaryStore |
StoreManager.ManagedJournal.getTempStore() |
Modifier and Type | Method and Description |
---|---|
TemporaryStore |
AbstractFederation.getTempStore() |
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.