Uses of Interface
org.apache.jena.update.UpdateProcessorStreaming
-
Uses of UpdateProcessorStreaming in org.apache.jena.sparql.modify
Modifier and TypeClassDescriptionclass
Class to hold the general state of a update request execution. -
Uses of UpdateProcessorStreaming in org.apache.jena.update
Modifier 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()