Package | Description |
---|---|
com.bigdata.bop |
This package provides an API for query operators.
|
com.bigdata.bop.fed | |
com.bigdata.ha |
This package extends
com.bigdata.quorum to define local and
Remote interfaces for highly available services. |
com.bigdata.journal |
The journal is an append-only persistence capable data structure
supporting atomic commit, named indices, and transactions.
|
com.bigdata.rdf.sparql.ast.ssets | |
com.bigdata.resources |
This package provides the logic to managed the live journal and the
historical journals and index segments for a
DataService . |
Modifier and Type | Method and Description |
---|---|
static ICloseableIterator<IBindingSet[]> |
NamedSolutionSetRefUtility.getSolutionSet(ISolutionSetManager sparqlCache,
IBTreeManager localIndexManager,
String namespace,
long timestamp,
String localName,
IVariable[] joinVars,
int chunkCapacity)
Resolve the pre-existing named solution set returning an iterator that
will visit the solutions (access path scan).
|
static ISolutionSetStats |
NamedSolutionSetRefUtility.getSolutionSetStats(ISolutionSetManager sparqlCache,
IBTreeManager localIndexManager,
String namespace,
long timestamp,
String localName,
IVariable[] joinVars)
Resolve the pre-existing named solution set returning its
ISolutionSetStats . |
Modifier and Type | Method and Description |
---|---|
QueryEngine |
QueryEngineFactoryBase.getExistingQueryController(IBTreeManager indexManager) |
QueryEngine |
IQueryEngineFactory.getExistingQueryController(IBTreeManager indexManager)
Singleton factory test (does not create the query controller) for
standalone or scale-out.
|
QueryEngine |
QueryEngineFactoryBase.getStandaloneQueryController(IBTreeManager indexManager) |
QueryEngine |
IQueryEngineFactory.getStandaloneQueryController(IBTreeManager indexManager)
Singleton factory for standalone.
|
protected QueryEngine |
QueryEngineFactoryBase.newStandaloneQueryEngine(IBTreeManager indexManager)
Initialize a new query engine for the journal.
|
Modifier and Type | Interface and Description |
---|---|
interface |
IHAJournal
Convenience interface created in BLZG-1370 to factor out bigdata-jini
artifact dependencies.
|
Modifier and Type | Interface and Description |
---|---|
interface |
IJournal
An persistence capable data structure supporting atomic commit, scalable
named indices, and transactions.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractJournal
The journal is a persistence capable data structure supporting atomic commit,
named indices, and full transactions.
|
class |
Journal
Concrete implementation suitable for a local and unpartitioned database.
|
class |
JournalDelegate
IJournal delegation pattern. |
class |
TemporaryStore
A temporary store that supports named indices but no concurrency controls.
|
Constructor and Description |
---|
SolutionSetManager(IBTreeManager store,
String namespace,
long timestamp) |
Modifier and Type | Class and Description |
---|---|
class |
StoreManager.ManagedJournal
The
StoreManager.ManagedJournal provides the backing store used to absorb
writes and retain history for the scale-out architecture. |
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.