Package | Description |
---|---|
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 |
This package contains an Abstract Syntax Tree which provides an intermediate translation
target for SPARQL parsers.
|
com.bigdata.rdf.sparql.ast.eval |
Modifier and Type | Method and Description |
---|---|
Update |
SPARQLUpdateEvent.getUpdate()
Return the update operation.
|
Constructor and Description |
---|
SPARQLUpdateEvent.LoadProgress(Update op,
long elapsed,
long nparsed,
boolean done) |
SPARQLUpdateEvent(Update op,
long elapsed,
long connectionFlushNanos,
long batchResolveNanos,
Throwable cause,
SPARQLUpdateEvent.DeleteInsertWhereStats deleteInsertWhereStats) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractFromToGraphManagement
Any of the operations which has a FROM and/or TO graph.
|
class |
AbstractGraphDataUpdate
Abstract base class for the
INSERT DATA and
DELETE DATA operations. |
class |
AbstractOneGraphManagement
Any of the operations which acts on a single target graph.
|
class |
AddGraph
Graph management operation inserts all data from one graph into another.
|
class |
ClearGraph
The CLEAR operation removes all the triples in the specified graph(s) in the
Graph Store.
|
class |
CopyGraph
The COPY operation is a shortcut for inserting all data from an input graph
into a destination graph.
|
class |
CreateEntailments
The CREATE ENTAILMENTS operation compute entailments in the Graph Store.
|
class |
CreateGraph
This operation creates a graph in the Graph Store (this operation is a NOP
for bigdata).
|
class |
DeleteData
The DELETE DATA operation removes some triples, given inline in the request,
if the respective graphs in the Graph Store contain those:
|
class |
DeleteInsertGraph
The DELETE/INSERT operation can be used to remove or add triples from/to the
Graph Store based on bindings for a query pattern specified in a WHERE
clause:
|
class |
DisableEntailments
The DISABLE ENTAILMENTS operation disable incremental truth maintenance.
|
class |
DropEntailments
The DROP ENTAILMENTS operation removes all entailments from the Graph Store.
|
class |
DropGraph
The DROP operation removes the specified graph(s) from the Graph Store.
|
class |
EnableEntailments
The ENABLE ENTAILMENTS operation enable incremental truth maintenance.
|
class |
GraphManagement
A Graph Management operation.
|
class |
GraphUpdate
A Graph Update operation.
|
class |
InsertData
The INSERT DATA operation adds some triples, given inline in the request,
into the Graph Store:
|
class |
LoadGraph
The LOAD operation reads an RDF document from a IRI and inserts its triples
into the specified graph in the Graph Store.
|
class |
MoveGraph
The MOVE operation is a shortcut for moving all data from an input graph into
a destination graph.
|
Constructor and Description |
---|
Update(Update op) |
Modifier and Type | Method and Description |
---|---|
static com.bigdata.rdf.sparql.ast.eval.ASTDeferredIVResolution.DeferredResolutionResult |
ASTDeferredIVResolution.resolveUpdate(AbstractTripleStore store,
Update update,
org.openrdf.query.BindingSet bs,
org.openrdf.query.Dataset dataset)
Do deferred resolution of IVs, which were left unresolved after execution of each Update in UpdateRoot
|
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.