| Modifier and Type | Method and Description |
|---|---|
DatasetGraph |
Dataset.asDatasetGraph()
Get the dataset in graph form
|
| Modifier and Type | Method and Description |
|---|---|
static Dataset |
DatasetFactory.create(DatasetGraph dataset)
Deprecated.
|
static DatasetAccessor |
DatasetAccessorFactory.create(DatasetGraph dataset)
Create an accessor for a local dataset
|
static QueryExecution |
QueryExecutionFactory.create(Query query,
DatasetGraph datasetGraph)
Create a QueryExecution to execute over the
DatasetGraph. |
static Plan |
QueryExecutionFactory.createPlan(Query query,
DatasetGraph dataset,
Binding input) |
static Plan |
QueryExecutionFactory.createPlan(Query query,
DatasetGraph dataset,
Binding input,
Context context) |
static DatasetGraphAccessor |
DatasetAccessorFactory.make(DatasetGraph dataset)
Makes an graph level accessor over a local dataset
|
static Dataset |
DatasetFactory.wrap(DatasetGraph dataset)
Wrap a
DatasetGraph to make a dataset |
| Modifier and Type | Method and Description |
|---|---|
static DatasetGraph |
RDFDataMgr.loadDatasetGraph(String uri)
Create a memory DatasetGraph and read in some data
|
static DatasetGraph |
RDFDataMgr.loadDatasetGraph(String uri,
Lang lang)
Create a memory DatasetGraph and read in some data
|
| Modifier and Type | Method and Description |
|---|---|
void |
RDFParserBuilder.parse(DatasetGraph dataset)
Parse the source, sending the results to a
DatasetGraph. |
void |
RDFParser.parse(DatasetGraph dataset)
Parse the source, sending the results to a
DatasetGraph. |
static void |
RDFDataMgr.read(DatasetGraph dataset,
InputStream in,
Lang lang)
Read quads or triples into a dataset with bytes from an input stream.
|
static void |
RDFDataMgr.read(DatasetGraph dataset,
InputStream in,
String base,
Lang lang)
Read quads or triples into a dataset with bytes from an input stream.
|
static void |
RDFDataMgr.read(DatasetGraph dataset,
Reader in,
String base,
Lang lang)
Deprecated.
use an InputStream or a StringReader.
|
static void |
RDFDataMgr.read(DatasetGraph dataset,
String uri)
Read quads or triples into a Dataset from the given location, with hint of language.
|
static void |
RDFDataMgr.read(DatasetGraph dataset,
String uri,
Lang hintLang)
Read quads or triples into a Dataset from the given location, with hint of language.
|
static void |
RDFDataMgr.read(DatasetGraph dataset,
String uri,
Lang hintLang,
Context context)
Deprecated.
To be removed. Use
RDFParser.create().context(context)... |
static void |
RDFDataMgr.read(DatasetGraph dataset,
StringReader in,
String base,
Lang lang)
Read quads into a dataset with chars from a StringReader.
|
static void |
RDFDataMgr.read(DatasetGraph dataset,
String uri,
String base,
Lang hintLang)
Read quads or triples into a Dataset from the given location, with hint of language.
|
static void |
RDFDataMgr.read(DatasetGraph dataset,
String uri,
String base,
Lang hintLang,
Context context)
Deprecated.
To be removed. Use
RDFParser.create().context(context)... |
RDFWriterBuilder |
RDFWriterBuilder.source(DatasetGraph dataset)
Set the source of writing to the
DatasetGraph argument. |
static void |
RDFDataMgr.write(OutputStream out,
DatasetGraph dataset,
Lang lang)
Write the DatasetGraph to the output stream in the default serialization for the language.
|
void |
WriterDatasetRIOT.write(OutputStream out,
DatasetGraph datasetGraph,
PrefixMap prefixMap,
String baseURI,
Context context) |
static void |
RDFDataMgr.write(OutputStream out,
DatasetGraph dataset,
RDFFormat serialization)
Write the graph to the output stream in the default serialization for the language.
|
static void |
RDFDataMgr.write(StringWriter out,
DatasetGraph dataset,
Lang lang)
Write the DatasetGraph to the output stream in the default serialization for the language.
|
static void |
RDFDataMgr.write(StringWriter out,
DatasetGraph dataset,
RDFFormat serialization)
Write the graph to the output stream in the default serialization for the language.
|
void |
WriterDatasetRIOT.write(Writer out,
DatasetGraph datasetGraph,
PrefixMap prefixMap,
String baseURI,
Context context)
Use of Writer is discouraged - let the serializer manage character sets in accordance with the format
|
static void |
RDFDataMgr.write(Writer out,
DatasetGraph dataset,
RDFFormat serialization)
Deprecated.
Use of writers is deprecated - use an OutputStream
|
| Constructor and Description |
|---|
SinkQuadsToDataset(boolean x,
DatasetGraph dataset) |
| Modifier and Type | Method and Description |
|---|---|
static DatasetGraph |
RiotLib.dataset(Graph graph)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static long |
RiotLib.countTriples(DatasetGraph dsg,
Node s,
Node p,
Node o) |
static StreamRDF |
StreamRDFLib.dataset(DatasetGraph dataset) |
static void |
StreamOps.datasetToStream(DatasetGraph datasetGraph,
StreamRDF stream)
Send a dataset to a StreamRDF as prefixes, triples and quads, enclosed in stream.start()/stream.finish()
|
static PrefixMap |
RiotLib.prefixMap(DatasetGraph dsg) |
static void |
StreamOps.sendDatasetToStream(DatasetGraph datasetGraph,
StreamRDF stream)
Send a dataset to a StreamRDF as prefixes, triples and quads
|
static void |
StreamOps.sendDatasetToStream(DatasetGraph datasetGraph,
StreamRDF stream,
PrefixMap prefixMap)
Send a dataset to a StreamRDF as triples and quads, using the explicitly given prefix map
|
static void |
StreamOps.sendQuadsToStream(DatasetGraph datasetGraph,
StreamRDF stream)
Send quads of a dataset (including default graph as quads) to a StreamRDF, without prefixes
|
static void |
StreamOps.sendTriplesQuadsToStream(DatasetGraph datasetGraph,
StreamRDF stream)
Send a dataset graph to a stream with triples for the default graph
and quads for the named graphs without prefixes
|
static Triple |
RiotLib.triple1(DatasetGraph dsg,
Node s,
Node p,
Node o)
Get exactly one triple, or null for none or more than one.
|
static void |
StreamRDFWriter.write(OutputStream output,
DatasetGraph datasetGraph,
Lang lang)
Write a DatasetGraph in streaming fashion
|
static void |
StreamRDFWriter.write(OutputStream output,
DatasetGraph datasetGraph,
RDFFormat format)
Write a DatasetGraph in streaming fashion
|
| Modifier and Type | Method and Description |
|---|---|
void |
WriterDatasetThrift.write(OutputStream out,
DatasetGraph dsg,
PrefixMap prefixMap,
String baseURI,
Context context) |
void |
WriterDatasetThrift.write(Writer out,
DatasetGraph dsg,
PrefixMap prefixMap,
String baseURI,
Context context) |
| Modifier and Type | Method and Description |
|---|---|
static HttpCaptureResponse<DatasetGraph> |
HttpResponseLib.datasetHandler()
Handle a DatasetGraph response
|
| Modifier and Type | Method and Description |
|---|---|
static Object |
JsonLDWriter.toJsonLDJavaAPI(RDFFormat.JSONLDVariant variant,
DatasetGraph dataset,
PrefixMap prefixMap,
String baseURI,
Context jenaContext)
the JsonLD-java API object corresponding to a dataset and a JsonLD format.
|
void |
TriGWriterBase.write(OutputStream out,
DatasetGraph dsg,
PrefixMap prefixMap,
String baseURI,
Context context) |
void |
WriterTriX.write(OutputStream out,
DatasetGraph datasetGraph,
PrefixMap prefixMap,
String baseURI,
Context context) |
abstract void |
WriterDatasetRIOTBase.write(OutputStream out,
DatasetGraph dataset,
PrefixMap prefixMap,
String baseURI,
Context context) |
void |
JsonLDWriter.write(OutputStream out,
DatasetGraph dataset,
PrefixMap prefixMap,
String baseURI,
Context context) |
void |
NullWriter.write(OutputStream out,
DatasetGraph datasetGraph,
PrefixMap prefixMap,
String baseURI,
Context context) |
void |
NQuadsWriter.write(OutputStream out,
DatasetGraph dataset,
PrefixMap prefixMap,
String baseURI,
Context context) |
void |
TriGWriterBase.write(Writer out,
DatasetGraph dsg,
PrefixMap prefixMap,
String baseURI,
Context context) |
void |
WriterTriX.write(Writer out,
DatasetGraph datasetGraph,
PrefixMap prefixMap,
String baseURI,
Context context) |
abstract void |
WriterDatasetRIOTBase.write(Writer out,
DatasetGraph dataset,
PrefixMap prefixMap,
String baseURI,
Context context) |
void |
JsonLDWriter.write(Writer out,
DatasetGraph dataset,
PrefixMap prefixMap,
String baseURI,
Context context) |
void |
NullWriter.write(Writer out,
DatasetGraph datasetGraph,
PrefixMap prefixMap,
String baseURI,
Context context) |
void |
NQuadsWriter.write(Writer out,
DatasetGraph dataset,
PrefixMap prefixMap,
String baseURI,
Context context) |
| Modifier and Type | Method and Description |
|---|---|
static void |
SystemARQ.sync(DatasetGraph dataset)
Sync carefully for compound objects
|
| Modifier and Type | Method and Description |
|---|---|
static QueryIterator |
Algebra.exec(Op op,
DatasetGraph ds) |
static QueryIterator |
Algebra.execRef(Op op,
DatasetGraph dsg) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
DatasetGraphWrapperView
Marker interface that indicates a DatasetGraphWrapper
is one that defines a different view on the base dataset data.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DatasetGraphBase
DatasetGraph framework : readonly dataset need only provide find(g,s,p,o), getGraph() and getDefaultGraph()
although it may wish to override other operations and do better.
|
class |
DatasetGraphBaseFind
DatasetGraph framework.
|
class |
DatasetGraphCollection
Base class for implementations of a DatasetGraph as a set of graphs.
|
class |
DatasetGraphFilteredView
A read-only
DatasetGraph that applies a filter testing all triples and quads
returned by accessing the data. |
class |
DatasetGraphMap
Implementation of a
DatasetGraph as an extensible set of graphs. |
class |
DatasetGraphMapLink
Implementation of a DatasetGraph as an extensible set of graphs where graphs are held by reference.
|
class |
DatasetGraphMonitor
Connect a DatasetGraph to a DatasetChanges monitor.
|
class |
DatasetGraphNull
A
DatasetGraph class for support of DatasetGraphs that do nothing. |
class |
DatasetGraphOne
DatasetGraph of a single graph as default graph.
|
class |
DatasetGraphQuads
A DatasetGraph base class for pure quad-centric storage.
|
class |
DatasetGraphReadOnly
Read-only view of a DatasetGraph.
|
class |
DatasetGraphSink
An always empty
DatasetGraph that accepts changes but ignores them. |
class |
DatasetGraphTrackActive
Check the transactional state of a DatasetGraph
|
class |
DatasetGraphTriplesQuads
A DatasetGraph base class for triples+quads storage.
|
class |
DatasetGraphViewGraphs
Wrap a DatasetGraph with implementations of
getDefaultGraph() and
getGraph(org.apache.jena.graph.Node)
that use the view graph mechanism. |
class |
DatasetGraphWrapper |
class |
DatasetGraphZero
An always empty
DatasetGraph. |
static class |
DynamicDatasets.DynamicDatasetGraph |
| Modifier and Type | Method and Description |
|---|---|
DatasetGraph |
DatasetImpl.asDatasetGraph() |
static DatasetGraph |
DatasetGraphFactory.cloneStructure(DatasetGraph dsg)
Clone the structure of a
DatasetGraph. |
static DatasetGraph |
DatasetGraphMapLink.cloneStructure(DatasetGraph dsg)
Create a new
DatasetGraph that copies the dataset structure of default
graph and named graph and links to the graphs of the original DatasetGraph. |
static DatasetGraph |
DatasetGraphMapLink.cloneStructure(DatasetGraph dsg,
DatasetGraphFactory.GraphMaker graphMaker)
Create a new
DatasetGraph that copies the dataset structure of default
graph and named graph and links to the graphs of the original DatasetGraph
Any new graphs needed are separate from the original dataset and created according
to the DatasetGraphFactory.GraphMaker. |
static DatasetGraph |
DatasetGraphFactory.create()
Create an in-memory
Dataset. |
static DatasetGraph |
DatasetGraphZero.create()
Invariant
DatasetGraph; it does have transaction state so new object here. |
static DatasetGraph |
DatasetGraphSink.create() |
static DatasetGraph |
DatasetGraphFactory.create(DatasetGraph dsg)
|
static DatasetGraph |
DatasetGraphFactory.create(Graph graph)
Create a DatasetGraph starting with a single graph.
|
static DatasetGraph |
DatasetGraphOne.create(Graph graph) |
DatasetGraph |
DatasetDescription.createDatasetGraph()
Create a DatasetGraph from the description - reads URLs into an in-memory DatasetGraph
|
static DatasetGraph |
DatasetGraphFactory.createGeneral()
Create a general-purpose
Dataset.Any graphs needed are in-memory unless explicitly added with Dataset.addNamedModel(java.lang.String, org.apache.jena.rdf.model.Model). |
static DatasetGraph |
DatasetGraphFactory.createMem()
Deprecated.
Prefer
DatasetGraphFactory.createTxnMem() or DatasetGraphFactory.create() or, for special cases, DatasetGraphFactory.createGeneral(). |
static DatasetGraph |
DatasetGraphFactory.createOneGraph(Graph graph)
Deprecated.
Use {#wrap(Graph)}
|
static DatasetGraph |
DatasetGraphFactory.createTxnMem()
Create an in-memory, transactional
Dataset. |
static DatasetGraph |
DynamicDatasets.dynamicDataset(Collection<Node> defaultGraphs,
Collection<Node> namedGraphs,
DatasetGraph dsg,
boolean defaultUnionGraph)
Form a
DatasetGraph that is the dynamic dataset from the collections of
graphs from the dataset that go to make up the default graph and named graphs. |
static DatasetGraph |
DynamicDatasets.dynamicDataset(DatasetDescription description,
DatasetGraph dsg,
boolean defaultUnionGraph)
Given a DatasetDescription, form a Dataset that is the dynamic dataset over the
base dataset.
|
DatasetGraph |
DatasetGraphWrapper.getBase()
Recursively unwrap a
DatasetGraphWrapper. |
DatasetGraph |
DatasetGraphWrapper.getBaseForQuery()
Recursively unwrap a
DatasetGraphWrapper, stopping at a DatasetGraphWrapper
that indicate it is "view changing", ie shows quads to the base dataset graph. |
DatasetGraph |
GraphView.getDataset()
Return the
DatasetGraph we are viewing. |
DatasetGraph |
DatasetGraphWrapper.getWrapped()
Return the DatasetGraph being wrapped.
|
DatasetGraph |
DatasetGraphMonitor.monitored()
Return the monitored DatasetGraph
|
static DatasetGraph |
DatasetGraphFactory.wrap(Graph graph)
Create a DatasetGraph which only ever has a single default graph.
|
| Modifier and Type | Method and Description |
|---|---|
static DatasetGraph |
DatasetGraphFactory.cloneStructure(DatasetGraph dsg)
Clone the structure of a
DatasetGraph. |
static DatasetGraph |
DatasetGraphMapLink.cloneStructure(DatasetGraph dsg)
Create a new
DatasetGraph that copies the dataset structure of default
graph and named graph and links to the graphs of the original DatasetGraph. |
static DatasetGraph |
DatasetGraphMapLink.cloneStructure(DatasetGraph dsg,
DatasetGraphFactory.GraphMaker graphMaker)
Create a new
DatasetGraph that copies the dataset structure of default
graph and named graph and links to the graphs of the original DatasetGraph
Any new graphs needed are separate from the original dataset and created according
to the DatasetGraphFactory.GraphMaker. |
static DatasetGraph |
DatasetGraphFactory.create(DatasetGraph dsg)
|
static GraphView |
GraphView.createDefaultGraph(DatasetGraph dsg) |
static GraphView |
GraphView.createNamedGraph(DatasetGraph dsg,
Node graphIRI) |
static GraphView |
GraphView.createUnionGraph(DatasetGraph dsg) |
static void |
DatasetGraphBase.deleteAny(DatasetGraph dsg,
Node g,
Node s,
Node p,
Node o) |
static DatasetGraph |
DynamicDatasets.dynamicDataset(Collection<Node> defaultGraphs,
Collection<Node> namedGraphs,
DatasetGraph dsg,
boolean defaultUnionGraph)
Form a
DatasetGraph that is the dynamic dataset from the collections of
graphs from the dataset that go to make up the default graph and named graphs. |
static DatasetGraph |
DynamicDatasets.dynamicDataset(DatasetDescription description,
DatasetGraph dsg,
boolean defaultUnionGraph)
Given a DatasetDescription, form a Dataset that is the dynamic dataset over the
base dataset.
|
static Dataset |
DatasetImpl.wrap(DatasetGraph datasetGraph)
Wrap an existing DatasetGraph
|
| Constructor and Description |
|---|
DatasetGraphFilteredView(DatasetGraph dsg,
Predicate<Quad> filter,
Collection<Node> visibleGraphs) |
DatasetGraphMonitor(DatasetGraph dsg,
DatasetChanges monitor)
Create a DatasetGraph wrapper that monitors the dataset for changes (add or delete quads).
|
DatasetGraphMonitor(DatasetGraph dsg,
DatasetChanges monitor,
boolean recordOnlyIfRealChange)
Create a DatasetGraph wrapper that monitors the dataset for changes (add or delete quads).
|
DatasetGraphReadOnly(DatasetGraph dsg) |
DatasetGraphReadOnly(DatasetGraph dsg,
Context cxt) |
DatasetGraphViewGraphs(DatasetGraph dsg) |
DatasetGraphWrapper(DatasetGraph dsg)
Create a operations wrapper around
dsg. |
DatasetGraphWrapper(DatasetGraph dsg,
Context context)
Create a operations wrapper around
dsg with context. |
DynamicDatasetGraph(DatasetGraph viewDSG,
DatasetGraph baseDSG) |
TransactionHandlerView(DatasetGraph dsg) |
| Modifier and Type | Class and Description |
|---|---|
class |
DatasetGraphInMemory
A
DatasetGraph backed by an QuadTable. |
| Modifier and Type | Method and Description |
|---|---|
DatasetGraph |
ExecutionContext.getDataset() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
QueryEngineFactory.accept(Op op,
DatasetGraph dataset,
Context context)
Detect appropriate requests for a particular query engine for a particular graph type.
|
boolean |
QueryEngineFactoryWrapper.accept(Op op,
DatasetGraph dsg,
Context context) |
boolean |
QueryEngineFactory.accept(Query query,
DatasetGraph dataset,
Context context)
Detect appropriate requests for a particular query engine for a particular graph type.
|
boolean |
QueryEngineFactoryWrapper.accept(Query query,
DatasetGraph dsg,
Context context) |
Plan |
QueryEngineFactory.create(Op op,
DatasetGraph dataset,
Binding inputBinding,
Context context)
Call to create a
Plan : the companion QueryEngineFactory.accept(org.apache.jena.query.Query, org.apache.jena.sparql.core.DatasetGraph, org.apache.jena.sparql.util.Context) wil have returned true. |
Plan |
QueryEngineFactoryWrapper.create(Op op,
DatasetGraph dsg,
Binding inputBinding,
Context context) |
Plan |
QueryEngineFactory.create(Query query,
DatasetGraph dataset,
Binding inputBinding,
Context context)
Call to create a
Plan : the companion QueryEngineFactory.accept(org.apache.jena.query.Query, org.apache.jena.sparql.core.DatasetGraph, org.apache.jena.sparql.util.Context) will have returned true. |
Plan |
QueryEngineFactoryWrapper.create(Query query,
DatasetGraph dsg,
Binding inputBinding,
Context context) |
QueryIterator |
OpEval.evaluate(Op op,
DatasetGraph dsg,
Binding binding,
Context context) |
QueryIterator |
QueryEngineBase.evaluate(Op op,
DatasetGraph dsg,
Binding binding,
Context context) |
QueryEngineFactory |
QueryEngineRegistry.find(Op op,
DatasetGraph dataset,
Context context)
Locate a suitable factory for this algebra expression and dataset
|
QueryEngineFactory |
QueryEngineRegistry.find(Query query,
DatasetGraph dataset)
Locate a suitable factory for this query and dataset
|
QueryEngineFactory |
QueryEngineRegistry.find(Query query,
DatasetGraph dataset,
Context context)
Locate a suitable factory for this query and dataset
|
static QueryEngineFactory |
QueryEngineRegistry.findFactory(Op op,
DatasetGraph dataset,
Context context)
Locate a suitable factory for this algebra expression
and dataset from the default registry
|
static QueryEngineFactory |
QueryEngineRegistry.findFactory(Query query,
DatasetGraph dataset,
Context context)
Locate a suitable factory for this query and dataset from the default registry
|
| Constructor and Description |
|---|
ExecutionContext(Context params,
Graph activeGraph,
DatasetGraph dataset,
OpExecutorFactory factory) |
QueryExecutionBase(Query query,
Dataset dataset,
DatasetGraph datasetGraph,
Context context,
QueryEngineFactory qeFactory) |
QueryExecutionBase(Query query,
DatasetGraph datasetGraph,
Context context,
QueryEngineFactory qeFactory) |
| Modifier and Type | Method and Description |
|---|---|
QueryIterator |
QueryEngineMain.eval(Op op,
DatasetGraph dsg,
Binding input,
Context context) |
| Constructor and Description |
|---|
QueryEngineMain(Op op,
DatasetGraph dataset,
Binding input,
Context context) |
QueryEngineMain(Query query,
DatasetGraph dataset,
Binding input,
Context context) |
QueryEngineMainQuad(Op op,
DatasetGraph dataset,
Binding input,
Context context) |
QueryEngineMainQuad(Query query,
DatasetGraph dataset,
Binding input,
Context context) |
| Modifier and Type | Method and Description |
|---|---|
QueryIterator |
QueryEngineRef.eval(Op op,
DatasetGraph dsg,
Binding binding,
Context context) |
| Constructor and Description |
|---|
QueryEngineRef(Op op,
DatasetGraph dataset,
Binding input,
Context context) |
QueryEngineRef(Op op,
DatasetGraph dataset,
Context context) |
QueryEngineRefQuad(Op op,
DatasetGraph dataset,
Binding input,
Context context) |
QueryEngineRefQuad(Op op,
DatasetGraph dataset,
Context context) |
| Modifier and Type | Method and Description |
|---|---|
DatasetGraph |
FunctionEnvBase.getDataset() |
DatasetGraph |
FunctionEnv.getDataset()
Return the dataset for the query
|
| Constructor and Description |
|---|
FunctionEnvBase(Context context,
Graph activeGraph,
DatasetGraph dataset) |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
GraphOps.containsGraph(DatasetGraph dsg,
Node gn)
Check whether a dataset contains a named graph of the given name.
|
static Graph |
GraphOps.getGraph(DatasetGraph dsg,
Node gn)
Get a graph from the dataset - the graph name may be special
- the union graph (which is immutable) or a special name for
the default graph.
|
static Graph |
GraphOps.unionGraph(DatasetGraph dsg)
Create an immutable union graph of all the named graphs in the dataset.
|
static Graph |
GraphOps.unionGraph(DatasetGraph dsg,
Set<Node> graphNames)
Create an immutable union graph comprised of a set of named graphs.
|
| Constructor and Description |
|---|
GraphUnionRead(DatasetGraph dsg)
Read-only graph view of all named graphs in the dataset.
|
GraphUnionRead(DatasetGraph dsg,
Collection<Node> graphs)
Read-only graph view of a set of graphs from the dataset
|
| Modifier and Type | Class and Description |
|---|---|
class |
GraphStoreBasic
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
DatasetGraph |
UpdateProcessorStreamingBase.getDatasetGraph() |
DatasetGraph |
UpdateProcessorBase.getDatasetGraph() |
DatasetGraph |
UpdateProcessRemoteBase.getDatasetGraph() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
UpdateEngineFactory.accept(DatasetGraph datasetGraph,
Context context)
Answer whether this factory can produce an UpdateEngine for the specified GraphStore
|
UpdateEngine |
UpdateEngineFactory.create(DatasetGraph datasetGraph,
Binding inputBinding,
Context context)
Create the update engine - having returned true to accept, should not fail
|
UpdateEngineFactory |
UpdateEngineRegistry.find(DatasetGraph graphStore,
Context context)
Locate a suitable factory for this dataset
|
static UpdateEngineFactory |
UpdateEngineRegistry.findFactory(DatasetGraph graphStore,
Context context)
Locate a suitable factory for this dataset from the default registry
|
| Constructor and Description |
|---|
GraphStoreBasic(DatasetGraph dsg)
Deprecated.
|
UpdateEngineBase(DatasetGraph datasetGraph,
Binding inputBinding,
Context context) |
UpdateEngineMain(DatasetGraph datasetGraph,
Binding inputBinding,
Context context)
Creates a new Update Engine
|
UpdateEngineNonStreaming(DatasetGraph datasetGraph,
Binding inputBinding,
Context context)
Creates a new Update Engine
|
UpdateEngineWorker(DatasetGraph datasetGraph,
Binding inputBinding,
Context context) |
UpdateProcessorBase(UpdateRequest request,
DatasetGraph datasetGraph,
Binding inputBinding,
Context context,
UpdateEngineFactory factory) |
UpdateProcessorStreamingBase(DatasetGraph datasetGraph,
Binding inputBinding,
Context context,
UpdateEngineFactory factory) |
| Modifier and Type | Method and Description |
|---|---|
static DatasetGraph |
SSE.parseDatasetGraph(String string)
Parse a string, and obtain a DatasetGraph
|
static DatasetGraph |
SSE.parseDatasetGraph(String string,
PrefixMapping pmap)
Parse a string, and obtain a graph
|
static DatasetGraph |
SSE.readDatasetGraph(String filename)
Read in a file, parse, and obtain a graph
|
static DatasetGraph |
SSE.readDatasetGraph(String filename,
PrefixMapping pmap)
Read in a file, parse, and obtain a DatasetGraph
|
| Modifier and Type | Method and Description |
|---|---|
static void |
WriterSSE.out(org.apache.jena.atlas.io.IndentedWriter out,
DatasetGraph dsg,
Prologue prologue) |
static void |
SSE.readDatasetGraph(DatasetGraph dsg,
String filename)
Read in a file, parse, and obtain a DatasetGraph
|
static void |
SSE.readDatasetGraph(DatasetGraph dsg,
String filename,
PrefixMapping pmap)
Read in a file, parse, and obtain a DatasetGraph
|
static String |
SSE.str(DatasetGraph dsg) |
static String |
SSE.str(DatasetGraph dsg,
PrefixMapping pmap) |
static void |
SSE.write(DatasetGraph dataset) |
static void |
SSE.write(org.apache.jena.atlas.io.IndentedWriter out,
DatasetGraph dataset) |
static void |
SSE.write(OutputStream out,
DatasetGraph dataset) |
| Modifier and Type | Method and Description |
|---|---|
static DatasetGraph |
BuilderGraph.buildDataset(DatasetGraph dsg,
Item item) |
static DatasetGraph |
BuilderGraph.buildDataset(DatasetGraph dsg,
ItemList list) |
static DatasetGraph |
BuilderGraph.buildDataset(Item item)
Format:
(dataset
(graph ...))
(quad ...)
(g s p o)
(graph IRIa ...))
(graph IRIb ...))
)
(graph ...) is an abbreviation for a dataset with a default graph and no named graphs.
|
static DatasetGraph |
BuilderGraph.buildDataset(ItemList list) |
| Modifier and Type | Method and Description |
|---|---|
static DatasetGraph |
BuilderGraph.buildDataset(DatasetGraph dsg,
Item item) |
static DatasetGraph |
BuilderGraph.buildDataset(DatasetGraph dsg,
ItemList list) |
| Modifier and Type | Method and Description |
|---|---|
static void |
WriterGraph.output(org.apache.jena.atlas.io.IndentedWriter out,
DatasetGraph dataset,
SerializationContext naming) |
| Modifier and Type | Method and Description |
|---|---|
DatasetGraph |
ElementDataset.getDataset() |
| Constructor and Description |
|---|
ElementDataset(DatasetGraph data,
Element patternElement) |
| Modifier and Type | Class and Description |
|---|---|
class |
DifferenceDatasetGraph |
class |
DyadicDatasetGraph |
class |
IntersectionDatasetGraph |
class |
UnionDatasetGraph |
| Modifier and Type | Method and Description |
|---|---|
static DatasetGraph |
DatasetUtils.createDatasetGraph(DatasetDescription datasetDesc)
Create a general purpose, in-memory dataset, and load data.
|
static DatasetGraph |
DatasetUtils.createDatasetGraph(DatasetDescription datasetDesc,
String baseURI)
Create a general purpose, in-memory dataset, and load data.
|
static DatasetGraph |
DatasetUtils.createDatasetGraph(List<String> uriList,
List<String> namedSourceList,
String baseURI) |
static DatasetGraph |
DatasetUtils.createDatasetGraph(String uri,
List<String> namedSourceList,
String baseURI) |
DatasetGraph |
DyadicDatasetGraph.setContext(Context c) |
| Modifier and Type | Method and Description |
|---|---|
static void |
DatasetUtils.addInGraphs(DatasetGraph dsg,
List<String> uriList,
List<String> namedSourceList)
Add graphs into a DatasetGraph
|
static void |
DatasetUtils.addInGraphs(DatasetGraph dsg,
List<String> uriList,
List<String> namedSourceList,
String baseURI)
Add graphs into a DatasetGraph
|
static void |
QueryExecUtils.execute(Op op,
DatasetGraph dsg) |
static void |
QueryExecUtils.execute(Op op,
DatasetGraph dsg,
ResultsFormat outputFormat) |
static boolean |
IsoMatcher.isomorphic(DatasetGraph dsg1,
DatasetGraph dsg2) |
static Context |
Context.setupContextExec(Context globalContext,
DatasetGraph dataset)
Setup a context using another context and a dataset.
|
| Constructor and Description |
|---|
DifferenceDatasetGraph(DatasetGraph left,
DatasetGraph right,
Context c) |
IntersectionDatasetGraph(DatasetGraph left,
DatasetGraph right,
Context c) |
UnionDatasetGraph(DatasetGraph left,
DatasetGraph right,
Context c) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
GraphStore
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
DatasetGraph |
UpdateProcessorStreaming.getDatasetGraph()
The dataset against which the query will execute.
|
DatasetGraph |
UpdateProcessor.getDatasetGraph()
The dataset against which the query will execute.
|
default DatasetGraph |
UpdateProcessorStreaming.getGraphStore()
Deprecated.
|
default DatasetGraph |
UpdateProcessor.getGraphStore()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static GraphStore |
GraphStoreFactory.create(DatasetGraph datasetGraph)
Deprecated.
|
static UpdateProcessor |
UpdateExecutionFactory.create(Update update,
DatasetGraph datasetGraph)
Create an UpdateProcessor appropriate to the datasetGraph, or null if no available factory to make an UpdateProcessor
|
static UpdateProcessor |
UpdateExecutionFactory.create(Update update,
DatasetGraph datasetGraph,
Binding inputBinding)
Create an UpdateProcessor appropriate to the datasetGraph, or null if no available factory to make an UpdateProcessor
|
static UpdateProcessor |
UpdateExecutionFactory.create(UpdateRequest updateRequest,
DatasetGraph datasetGraph)
Create an UpdateProcessor appropriate to the datasetGraph, or null if no available factory to make an UpdateProcessor
|
static UpdateProcessor |
UpdateExecutionFactory.create(UpdateRequest updateRequest,
DatasetGraph datasetGraph,
Binding inputBinding)
Create an UpdateProcessor appropriate to the datasetGraph, or null if no available factory to make an UpdateProcessor
|
static UpdateProcessor |
UpdateExecutionFactory.create(UpdateRequest updateRequest,
DatasetGraph datasetGraph,
Binding inputBinding,
Context context)
Create an UpdateProcessor appropriate to the datasetGraph, or null if no available factory to make an UpdateProcessor
|
static UpdateProcessor |
UpdateExecutionFactory.create(UpdateRequest updateRequest,
DatasetGraph datasetGraph,
Context context)
Create an UpdateProcessor appropriate to the datasetGraph, or null if no available factory to make an UpdateProcessor
|
static UpdateProcessorStreaming |
UpdateExecutionFactory.createStreaming(DatasetGraph datasetGraph)
Create an UpdateProcessor appropriate to the datasetGraph, or null if no available factory to make an UpdateProcessor
|
static UpdateProcessorStreaming |
UpdateExecutionFactory.createStreaming(DatasetGraph datasetGraph,
Binding inputBinding)
Create an UpdateProcessor appropriate to the datasetGraph, or null if no available factory to make an UpdateProcessor
|
static UpdateProcessorStreaming |
UpdateExecutionFactory.createStreaming(DatasetGraph datasetGraph,
Binding inputBinding,
Context context)
Create an UpdateProcessor appropriate to the datasetGraph, or null if no available factory to make an UpdateProcessor
|
static UpdateProcessorStreaming |
UpdateExecutionFactory.createStreaming(DatasetGraph datasetGraph,
Context context)
Create an UpdateProcessor appropriate to the datasetGraph, or null if no available factory to make an UpdateProcessor
|
static void |
UpdateAction.execute(Update update,
DatasetGraph dataset)
Execute a single SPARQL Update operation.
|
static void |
UpdateAction.execute(Update update,
DatasetGraph datasetGraph,
Binding inputBinding)
Execute a single SPARQL Update operation.
|
static void |
UpdateAction.execute(UpdateRequest request,
DatasetGraph dataset)
Execute SPARQL Update operations.
|
static void |
UpdateAction.execute(UpdateRequest request,
DatasetGraph datasetGraph,
Binding inputBinding)
Execute SPARQL Update operations.
|
static void |
UpdateAction.parseExecute(String updateString,
DatasetGraph dataset)
Parse a string containing SPARQL Update operations, and execute the operations.
|
static void |
UpdateAction.parseExecute(String updateString,
DatasetGraph dataset,
Binding inputBinding)
Parse a string containing SPARQL Update operations, and execute the operations.
|
static void |
UpdateAction.parseExecute(UsingList usingList,
DatasetGraph dataset,
InputStream input)
Parse update operations into a GraphStore by parsing from an InputStream.
|
static void |
UpdateAction.parseExecute(UsingList usingList,
DatasetGraph dataset,
InputStream input,
Binding inputBinding,
String baseURI,
Syntax syntax)
Parse update operations into a GraphStore by parsing from an InputStream.
|
static void |
UpdateAction.parseExecute(UsingList usingList,
DatasetGraph dataset,
InputStream input,
QuerySolution inputBinding,
String baseURI,
Syntax syntax)
Parse update operations into a GraphStore by parsing from an InputStream.
|
static void |
UpdateAction.parseExecute(UsingList usingList,
DatasetGraph dataset,
InputStream input,
String baseURI)
Parse update operations into a GraphStore by parsing from an InputStream.
|
static void |
UpdateAction.parseExecute(UsingList usingList,
DatasetGraph dataset,
InputStream input,
String baseURI,
Syntax syntax)
Parse update operations into a GraphStore by parsing from an InputStream.
|
static void |
UpdateAction.parseExecute(UsingList usingList,
DatasetGraph dataset,
InputStream input,
Syntax syntax)
Parse update operations into a GraphStore by parsing from an InputStream.
|
static void |
UpdateAction.parseExecute(UsingList usingList,
DatasetGraph dataset,
String fileName)
Parse update operations into a GraphStore by reading it from a file
|
static void |
UpdateAction.parseExecute(UsingList usingList,
DatasetGraph dataset,
String fileName,
Binding inputBinding,
String baseURI,
Syntax syntax)
Parse update operations into a GraphStore by reading it from a file
|
static void |
UpdateAction.parseExecute(UsingList usingList,
DatasetGraph dataset,
String fileName,
QuerySolution inputBinding,
String baseURI,
Syntax syntax)
Parse update operations into a GraphStore by reading it from a file
|
static void |
UpdateAction.parseExecute(UsingList usingList,
DatasetGraph dataset,
String fileName,
String baseURI,
Syntax syntax)
Parse update operations into a GraphStore by reading it from a file
|
static void |
UpdateAction.parseExecute(UsingList usingList,
DatasetGraph dataset,
String fileName,
Syntax syntax)
Parse update operations into a GraphStore by reading it from a file
|
static void |
UpdateAction.readExecute(String filename,
DatasetGraph dataset)
Read a file containing SPARQL Update operations, and execute the operations.
|
static void |
UpdateAction.readExecute(String filename,
DatasetGraph datasetGraph,
Binding inputBinding)
Read a file containing SPARQL Update operations, and execute the operations.
|
| Constructor and Description |
|---|
DatasetGraphAccessorBasic(DatasetGraph dataset) |
Licenced under the Apache License, Version 2.0