| Package | Description |
|---|---|
| com.hp.hpl.jena.sparql.modify | |
| com.hp.hpl.jena.update |
| Modifier and Type | Class and Description |
|---|---|
class |
UpdateProcessorStreamingBase
Class to hold the general state of a update request execution.
|
| Modifier and Type | Method and Description |
|---|---|
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,
Binding inputBinding)
Create an UpdateProcessor appropriate to the GraphStore, or null if no available factory to make an UpdateProcessor
|
static UpdateProcessorStreaming |
UpdateExecutionFactory.createStreaming(GraphStore graphStore,
Binding inputBinding,
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,
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,
QuerySolution inputBinding)
Create an UpdateProcessor appropriate to the GraphStore, or null if no available factory to make an UpdateProcessor
|
static UpdateProcessorStreaming |
UpdateExecutionFactory.createStreaming(GraphStore graphStore,
QuerySolution inputBinding,
Context context)
Create an UpdateProcessor appropriate to the GraphStore, or null if no available factory to make an UpdateProcessor
|
Licenced under the Apache License, Version 2.0