Package | Description |
---|---|
org.apache.jena.sparql.modify | |
org.apache.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(Dataset dataset)
Create an UpdateProcessor appropriate to the datasetGraph, or null if no available factory to make an UpdateProcessor
|
static UpdateProcessorStreaming |
UpdateExecutionFactory.createStreaming(Dataset dataset,
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 UpdateProcessorStreaming |
UpdateExecutionFactory.createStreaming(Dataset dataset,
QuerySolution inputBinding)
Create an UpdateProcessor appropriate to the datasetGraph, or null if no available factory to make an UpdateProcessor
|
static UpdateProcessorStreaming |
UpdateExecutionFactory.createStreaming(Dataset dataset,
QuerySolution inputBinding,
Context context)
Create an UpdateProcessor appropriate to the datasetGraph, or null if no available factory to make an UpdateProcessor
|
Licenced under the Apache License, Version 2.0