Uses of Interface
org.apache.jena.sparql.modify.UpdateEngine
-
Packages that use UpdateEngine Package Description org.apache.jena.sparql.modify -
-
Uses of UpdateEngine in org.apache.jena.sparql.modify
Classes in org.apache.jena.sparql.modify that implement UpdateEngine Modifier and Type Class Description classUpdateEngineBaseclassUpdateEngineMainDefault implementation of an update engine based on stream updates to a worker function.classUpdateEngineNonStreamingExample implementation of an update engine that does not stream data, instead it will build it up into an in-memory UpdateRequest, and then traverse it after all update operations have finished.Methods in org.apache.jena.sparql.modify that return UpdateEngine Modifier and Type Method Description UpdateEngineUpdateEngineFactory. create(DatasetGraph datasetGraph, Binding inputBinding, Context context)Create the update engine - having returned true to accept, should not fail
-