Package | Description |
---|---|
com.bigdata.blueprints | |
com.bigdata.rdf.changesets | |
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.sparql.ast.service.history |
Modifier and Type | Method and Description |
---|---|
protected List<IChangeRecord> |
BigdataGraphEmbedded.materialize(List<IChangeRecord> records)
Materialize a batch of change records.
|
Modifier and Type | Method and Description |
---|---|
void |
BigdataGraphEmbedded.changeEvent(IChangeRecord record)
Changed events coming from bigdata.
|
void |
MutationListener.changeEvent(IChangeRecord record) |
void |
BigdataGraphBulkLoad.changeEvent(IChangeRecord record) |
protected void |
BigdataGraphEmbedded.notify(IChangeRecord record)
Turn a change record into a graph edit and notify the graph listeners.
|
protected BigdataGraphEdit |
BigdataGraphEmbedded.toGraphEdit(IChangeRecord record)
Turn a bigdata change record into a graph edit.
|
Modifier and Type | Method and Description |
---|---|
protected List<IChangeRecord> |
BigdataGraphEmbedded.materialize(List<IChangeRecord> records)
Materialize a batch of change records.
|
Modifier and Type | Class and Description |
---|---|
class |
ChangeRecord |
Modifier and Type | Field and Description |
---|---|
static Comparator<IChangeRecord> |
ChangeRecord.COMPARATOR
Comparator imposes an
ISPO order. |
Modifier and Type | Method and Description |
---|---|
Collection<IChangeRecord> |
InMemChangeLog.getLastCommit()
Return the change set as of the last commmit point.
|
Collection<IChangeRecord> |
InMemChangeLog.getLastCommit(AbstractTripleStore db)
Return the change set as of the last commmit point, using the supplied
database to resolve ISPOs to BigdataStatements.
|
Modifier and Type | Method and Description |
---|---|
void |
IChangeLog.changeEvent(IChangeRecord record)
Occurs when a statement add or remove is flushed to the indices (but
not yet committed).
|
void |
InferenceChangeLogReporter.changeEvent(IChangeRecord record) |
void |
DelegatingChangeLog.changeEvent(IChangeRecord record) |
void |
InMemChangeLog.changeEvent(IChangeRecord record)
|
Modifier and Type | Method and Description |
---|---|
protected boolean |
TestRDRHistory.CustomRDRHistory.accept(IChangeRecord record)
Only accept stmts where isLiteral(stmt.o)
|
protected boolean |
RDRHistory.accept(IChangeRecord record)
Subclasses can override this to only record history on certain change
events.
|
void |
TestSparqlUpdateCommit.CommitCounter.changeEvent(IChangeRecord record) |
void |
RDRHistory.changeEvent(IChangeRecord record)
Write the change record to the temp store.
|
Modifier and Type | Class and Description |
---|---|
class |
HistoryChangeRecord
Extended to include a revision time for each record.
|
Constructor and Description |
---|
HistoryChangeRecord(IChangeRecord changeRecord,
long revisionTime) |
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.