Uses of Interface
org.apache.jena.update.UpdateProcessorStreaming
Packages that use UpdateProcessorStreaming
-
Uses of UpdateProcessorStreaming in org.apache.jena.sparql.modify
Classes in org.apache.jena.sparql.modify that implement UpdateProcessorStreamingModifier and TypeClassDescriptionclass
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 UpdateProcessorStreamingModifier and TypeMethodDescriptionstatic UpdateProcessorStreaming
UpdateExecutionFactory.createStreaming
(Dataset dataset) Deprecated, for removal: This API element is subject to removal in a future version.static UpdateProcessorStreaming
UpdateStreaming.createStreaming
(Dataset dataset, QuerySolution inputBinding) Deprecated, for removal: This API element is subject to removal in a future version.static UpdateProcessorStreaming
UpdateStreaming.createStreaming
(Dataset dataset, Context context) Create an UpdateExecution appropriate to the datasetGraph, or null if no available factory to make an UpdateExecutionstatic UpdateProcessorStreaming
UpdateStreaming.createStreaming
(DatasetGraph datasetGraph) Deprecated, for removal: This API element is subject to removal in a future version.static UpdateProcessorStreaming
UpdateStreaming.createStreaming
(DatasetGraph datasetGraph, Binding inputBinding) Deprecated, for removal: This API element is subject to removal in a future version.static UpdateProcessorStreaming
UpdateStreaming.createStreaming
(DatasetGraph datasetGraph, Context context) Deprecated, for removal: This API element is subject to removal in a future version.
UpdateExecution.dataset(dataset)... build()