Package | Description |
---|---|
com.hp.hpl.jena.sparql.modify | |
com.hp.hpl.jena.update |
Modifier and Type | Class and Description |
---|---|
class |
GraphStoreBasic |
class |
GraphStoreNull
A black hole for Quads, add as many as you want and it will forget them all.
|
class |
GraphStoreNullTransactional
A transactional black hole for Quads, add as many as you want and it will forget them all.
|
class |
GraphStoreWrapper |
Modifier and Type | Method and Description |
---|---|
GraphStore |
UpdateProcessorBase.getGraphStore() |
GraphStore |
UpdateProcessorStreamingBase.getGraphStore() |
GraphStore |
UpdateProcessRemoteBase.getGraphStore() |
Modifier and Type | Method and Description |
---|---|
boolean |
UpdateEngineFactory.accept(GraphStore graphStore,
Context context)
Answer whether this factory can produce an UpdateEngine for the specified GraphStore
|
UpdateEngine |
UpdateEngineFactory.create(GraphStore graphStore,
Context context)
Create the update engine - having returned true to accept, should not fail
|
UpdateEngineFactory |
UpdateEngineRegistry.find(GraphStore graphStore,
Context context)
Locate a suitable factory for this dataset
|
static UpdateEngineFactory |
UpdateEngineRegistry.findFactory(GraphStore graphStore,
Context context)
Locate a suitable factory for this dataset from the default registry
|
Constructor and Description |
---|
GraphStoreWrapper(GraphStore graphStore) |
UpdateEngineBase(GraphStore graphStore,
Context context) |
UpdateEngineMain(GraphStore graphStore,
Context context)
Creates a new Update Engine
|
UpdateEngineNonStreaming(GraphStore graphStore,
Context context)
Creates a new Update Engine
|
UpdateEngineWorker(GraphStore graphStore,
Context context) |
UpdateProcessorBase(UpdateRequest request,
GraphStore graphStore,
Context context,
UpdateEngineFactory factory) |
UpdateProcessorStreamingBase(GraphStore graphStore,
Context context,
UpdateEngineFactory factory) |
Modifier and Type | Method and Description |
---|---|
static GraphStore |
GraphStoreFactory.create()
Create an empty GraphStore with an empty default graph (in-memory)
|
static GraphStore |
GraphStoreFactory.create(Dataset dataset)
Create a GraphStore from a dataset so that updates apply to the graphs in the dataset.
|
static GraphStore |
GraphStoreFactory.create(DatasetGraph datasetGraph)
Create a GraphStore from a dataset (graph-level) so that updates apply to the graphs in the dataset.
|
static GraphStore |
GraphStoreFactory.create(Graph graph)
Create a GraphStore from a Graph
|
static GraphStore |
GraphStoreFactory.create(Model model)
Create a GraphStore from a Model
|
GraphStore |
UpdateProcessorStreaming.getGraphStore()
The dataset against which the query will execute.
|
GraphStore |
UpdateProcessor.getGraphStore()
The dataset against which the query will execute.
|
Modifier and Type | Method and Description |
---|---|
static UpdateProcessor |
UpdateExecutionFactory.create(Update update,
GraphStore graphStore)
Create an UpdateProcessor appropriate to the GraphStore, or null if no available factory to make an UpdateProcessor
|
static UpdateProcessor |
UpdateExecutionFactory.create(UpdateRequest updateRequest,
GraphStore graphStore)
Create an UpdateProcessor appropriate to the GraphStore, or null if no available factory to make an UpdateProcessor
|
static UpdateProcessor |
UpdateExecutionFactory.create(UpdateRequest updateRequest,
GraphStore graphStore,
Context context)
Create an UpdateProcessor appropriate to the GraphStore, or null if no available factory to make an UpdateProcessor
|
static UpdateProcessorStreaming |
UpdateExecutionFactory.createStreaming(GraphStore graphStore)
Create an UpdateProcessor appropriate to the GraphStore, or null if no available factory to make an UpdateProcessor
|
static UpdateProcessorStreaming |
UpdateExecutionFactory.createStreaming(GraphStore graphStore,
Context context)
Create an UpdateProcessor appropriate to the GraphStore, or null if no available factory to make an UpdateProcessor
|
static void |
UpdateAction.execute(Update update,
GraphStore graphStore)
Execute a single SPARQL Update operation.
|
static void |
UpdateAction.execute(UpdateRequest request,
GraphStore graphStore)
Execute SPARQL Update operations.
|
static void |
UpdateAction.parseExecute(String updateString,
GraphStore graphStore)
Parse a string containing SPARQL Update operations, and execute the operations.
|
static void |
UpdateAction.readExecute(String filename,
GraphStore graphStore)
Read a file containing SPARQL Update operations, and execute the operations.
|
Licenced under the Apache License, Version 2.0