java.lang.Object
org.apache.jena.update.UpdateStreaming
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic UpdateProcessorStreamingcreateStreaming(Dataset dataset, QuerySolution inputBinding) Deprecated, for removal: This API element is subject to removal in a future version.static UpdateProcessorStreamingcreateStreaming(Dataset dataset, Context context) Create an UpdateExecution appropriate to the datasetGraph, or null if no available factory to make an UpdateExecutionstatic UpdateProcessorStreamingcreateStreaming(DatasetGraph datasetGraph) Deprecated, for removal: This API element is subject to removal in a future version.static UpdateProcessorStreamingcreateStreaming(DatasetGraph datasetGraph, Binding inputBinding) Deprecated, for removal: This API element is subject to removal in a future version.static UpdateProcessorStreamingcreateStreaming(DatasetGraph datasetGraph, Context context) Deprecated, for removal: This API element is subject to removal in a future version.
-
Constructor Details
-
UpdateStreaming
public UpdateStreaming()
-
-
Method Details
-
createStreaming
@Deprecated(forRemoval=true) public static UpdateProcessorStreaming createStreaming(DatasetGraph datasetGraph) Deprecated, for removal: This API element is subject to removal in a future version.Create an UpdateExecution appropriate to the datasetGraph, or null if no available factory to make an UpdateExecution- Parameters:
datasetGraph-- Returns:
- UpdateExecution
-
createStreaming
@Deprecated(forRemoval=true) public static UpdateProcessorStreaming createStreaming(Dataset dataset, QuerySolution inputBinding) Deprecated, for removal: This API element is subject to removal in a future version.Create an UpdateExecution appropriate to the datasetGraph, or null if no available factory to make an UpdateExecution- Parameters:
dataset-inputBinding- Initial binding to be applied to Update operations that can apply an initial binding (i.e. UpdateDeleteWhere, UpdateModify)- Returns:
- UpdateExecution
-
createStreaming
@Deprecated(forRemoval=true) public static UpdateProcessorStreaming createStreaming(DatasetGraph datasetGraph, Binding inputBinding) Deprecated, for removal: This API element is subject to removal in a future version.UseUpdateExecution.dataset(dataset)... build()Create an UpdateExecution appropriate to the datasetGraph, or null if no available factory to make an UpdateExecution- Parameters:
datasetGraph-inputBinding- Initial binding to be applied to Update operations that can apply an initial binding (i.e. UpdateDeleteWhere, UpdateModify)- Returns:
- UpdateExecution
-
createStreaming
Create an UpdateExecution appropriate to the datasetGraph, or null if no available factory to make an UpdateExecution- Parameters:
dataset-context- (null means use merge of global and graph store context))- Returns:
- UpdateExecution
-
createStreaming
@Deprecated(forRemoval=true) public static UpdateProcessorStreaming createStreaming(DatasetGraph datasetGraph, Context context) Deprecated, for removal: This API element is subject to removal in a future version.Create an UpdateExecution appropriate to the datasetGraph, or null if no available factory to make an UpdateExecution- Parameters:
datasetGraph-context- (null means use merge of global and graph store context))- Returns:
- UpdateExecution
-
UpdateExecution.dataset(dataset)... build()