java.lang.Object
org.apache.jena.update.UpdateStreaming
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic UpdateProcessorStreamingcreateStreaming(Dataset dataset) Create an UpdateExecution appropriate to the datasetGraph, or null if no available factory to make an UpdateExecutionstatic UpdateProcessorStreamingcreateStreaming(Dataset dataset, Context context) Create an UpdateExecution appropriate to the datasetGraph, or null if no available factory to make an UpdateExecutionstatic UpdateProcessorStreamingcreateStreaming(DatasetGraph dataset) Create an UpdateExecution appropriate to the datasetGraph, or null if no available factory to make an UpdateExecutionstatic UpdateProcessorStreamingcreateStreaming(DatasetGraph dataset, Context context) Create an UpdateExecution appropriate to the datasetGraph, or null if no available factory to make an UpdateExecution
-
Constructor Details
-
UpdateStreaming
public UpdateStreaming()
-
-
Method Details
-
createStreaming
Create an UpdateExecution appropriate to the datasetGraph, or null if no available factory to make an UpdateExecution- Parameters:
dataset-- 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
Create an UpdateExecution appropriate to the datasetGraph, or null if no available factory to make an UpdateExecution- Parameters:
dataset-- 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
-