Uses of Interface
org.apache.jena.update.UpdateProcessorStreaming
-
Packages that use UpdateProcessorStreaming Package Description org.apache.jena.sparql.modify org.apache.jena.update -
-
Uses of UpdateProcessorStreaming in org.apache.jena.sparql.modify
Classes in org.apache.jena.sparql.modify that implement UpdateProcessorStreaming Modifier and Type Class Description class
UpdateProcessorStreamingBase
Class to hold the general state of a update request execution. -
Uses of UpdateProcessorStreaming in org.apache.jena.update
Methods in org.apache.jena.update that return UpdateProcessorStreaming Modifier and Type Method Description static UpdateProcessorStreaming
UpdateExecutionFactory. createStreaming(Dataset dataset)
Create an UpdateExecution appropriate to the datasetGraph, or null if no available factory to make an UpdateExecutionstatic UpdateProcessorStreaming
UpdateExecutionFactory. createStreaming(Dataset dataset, QuerySolution inputBinding)
Deprecated.static UpdateProcessorStreaming
UpdateExecutionFactory. createStreaming(Dataset dataset, QuerySolution inputBinding, Context context)
Deprecated.UseUpdateExecution.dataset(dataset)... build()
static UpdateProcessorStreaming
UpdateExecutionFactory. createStreaming(Dataset dataset, Context context)
Deprecated.static UpdateProcessorStreaming
UpdateExecutionFactory. createStreaming(DatasetGraph datasetGraph)
Deprecated.static UpdateProcessorStreaming
UpdateExecutionFactory. createStreaming(DatasetGraph datasetGraph, Binding inputBinding)
Deprecated.UseUpdateExecution.dataset(dataset)... build()
static UpdateProcessorStreaming
UpdateExecutionFactory. createStreaming(DatasetGraph datasetGraph, Binding inputBinding, Context context)
Deprecated.UseUpdateExecution.dataset(dataset)... build()
static UpdateProcessorStreaming
UpdateExecutionFactory. createStreaming(DatasetGraph datasetGraph, Context context)
Deprecated.
-