Package | Description |
---|---|
com.bigdata.blueprints | |
com.bigdata.rdf.changesets | |
com.bigdata.rdf.inf |
This package provides an eager closure inference engine for most of the RDF and
RDFS entailments and can be used to realize entailments for owl:sameAs, owl:equivilentClass,
and owl:equivilentProperty.
|
com.bigdata.rdf.rio |
This package provides an integration with the openrdf RIO parser that supports
fast data loads.
|
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.spo |
This package defines a statement model using long term identifiers rather than
RDF Value objects.
|
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.
|
Modifier and Type | Class and Description |
---|---|
class |
BigdataGraphBulkLoad
Simple bulk loader that will insert graph data without any consistency
checking (won't check for duplicate vertex or edge identifiers).
|
class |
BigdataGraphEmbedded
This is the most basic possible implementation of the Blueprints Graph API.
|
class |
MutationListener |
Modifier and Type | Class and Description |
---|---|
class |
DelegatingChangeLog
This delegating change log allows change events to be propagated to multiple
delegates through a listener pattern.
|
class |
InferenceChangeLogReporter
IChangeLog implementation reports inferences as RDF Statement
s. |
class |
InMemChangeLog
This is a very simple implementation of a change log.
|
Modifier and Type | Method and Description |
---|---|
void |
DelegatingChangeLog.addDelegate(IChangeLog delegate) |
static long |
StatementWriter.addStatements(AbstractTripleStore database,
AbstractTripleStore statementStore,
boolean copyOnly,
IElementFilter<ISPO> filter,
IChunkedOrderedIterator<ISPO> itr,
IChangeLog changeLog) |
void |
DelegatingChangeLog.removeDelegate(IChangeLog delegate) |
static long |
StatementWriter.removeStatements(AbstractTripleStore database,
IChunkedOrderedIterator<ISPO> itr,
boolean computeClosureForStatementIdentifiers,
IChangeLog changeLog) |
static long |
StatementWriter.removeStatements(AbstractTripleStore database,
ISPO[] stmts,
int numStmts,
boolean computeClosureForStatementIdentifiers,
IChangeLog changeLog) |
Modifier and Type | Field and Description |
---|---|
protected IChangeLog |
SPOAssertionBuffer.changeLog
Deprecated.
Used for change set notification (optional).
|
protected IChangeLog |
SPORetractionBuffer.changeLog
Deprecated.
Optional change log for change notification.
|
Modifier and Type | Method and Description |
---|---|
static int |
TruthMaintenance.applyExistingStatements(AbstractTripleStore focusStore,
AbstractTripleStore database,
IElementFilter<ISPO> filter,
IChangeLog changeLog)
Any statements in the fousStore that are already in the database
are converted to explicit statements (iff they are not already explicit)
and removed from the focusStore as a
side-effect.
|
ClosureStats |
TruthMaintenance.assertAll(TempTripleStore tempStore,
IChangeLog changeLog)
Perform truth maintenance for statement assertion.
|
ClosureStats |
TruthMaintenance.retractAll(TempTripleStore tempStore,
IChangeLog changeLog)
Perform truth maintenance for statement retraction.
|
Constructor and Description |
---|
SPOAssertionBuffer(AbstractTripleStore focusStore,
AbstractTripleStore db,
IElementFilter<ISPO> filter,
int capacity,
boolean justified,
IChangeLog changeLog)
Deprecated.
Create a buffer.
|
SPORetractionBuffer(AbstractTripleStore store,
int capacity,
boolean computeClosureForStatementIdentifiers,
IChangeLog changeLog)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
StatementBuffer.setChangeLog(IChangeLog changeLog)
Set an
IChangeLog listener that will be notified about each
statement actually written onto the backing store. |
Modifier and Type | Class and Description |
---|---|
class |
RDRHistory
This is an experimental feature that captures history using the change log
mechanism and RDR.
|
static class |
TestRDRHistory.CustomRDRHistory |
static class |
TestSparqlUpdateCommit.CommitCounter |
Modifier and Type | Method and Description |
---|---|
void |
BigdataSail.BigdataSailConnection.addChangeLog(IChangeLog changeLog)
Set the change log on the SAIL connection.
|
void |
BigdataSailRepositoryConnection.addChangeLog(IChangeLog log)
Set the change log on the SAIL connection.
|
void |
BigdataSail.BigdataSailConnection.removeChangeLog(IChangeLog changeLog)
Remove a change log from the SAIL connection.
|
void |
BigdataSailRepositoryConnection.removeChangeLog(IChangeLog log)
Remove a change log from the SAIL connection.
|
Constructor and Description |
---|
StatementWriter(AbstractTripleStore database,
AbstractTripleStore statementStore,
boolean copyOnly,
IChunkedOrderedIterator<ISPO> itr,
AtomicLong nwritten,
IChangeLog changeLog)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
long |
AbstractTripleStore.copyStatements(AbstractTripleStore dst,
IElementFilter<ISPO> filter,
boolean copyJustifications,
IChangeLog changeLog) |
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.