Uses of Interface
com.hp.hpl.jena.update.UpdateProcessorStreaming

Packages that use UpdateProcessorStreaming
com.hp.hpl.jena.sparql.modify   
com.hp.hpl.jena.update   
 

Uses of UpdateProcessorStreaming in com.hp.hpl.jena.sparql.modify
 

Classes in com.hp.hpl.jena.sparql.modify that implement UpdateProcessorStreaming
 class UpdateProcessorStreamingBase
          Class to hold the general state of a update request execution.
 

Uses of UpdateProcessorStreaming in com.hp.hpl.jena.update
 

Methods in com.hp.hpl.jena.update that return UpdateProcessorStreaming
static UpdateProcessorStreaming UpdateExecutionFactory.createStreaming(GraphStore graphStore)
          Create an UpdateProcessor appropriate to the GraphStore, or null if no available factory to make an UpdateProcessor
static UpdateProcessorStreaming UpdateExecutionFactory.createStreaming(GraphStore graphStore, Binding inputBinding)
          Create an UpdateProcessor appropriate to the GraphStore, or null if no available factory to make an UpdateProcessor
static UpdateProcessorStreaming UpdateExecutionFactory.createStreaming(GraphStore graphStore, Binding inputBinding, Context context)
          Create an UpdateProcessor appropriate to the GraphStore, or null if no available factory to make an UpdateProcessor
static UpdateProcessorStreaming UpdateExecutionFactory.createStreaming(GraphStore graphStore, Context context)
          Create an UpdateProcessor appropriate to the GraphStore, or null if no available factory to make an UpdateProcessor
static UpdateProcessorStreaming UpdateExecutionFactory.createStreaming(GraphStore graphStore, QuerySolution inputBinding)
          Create an UpdateProcessor appropriate to the GraphStore, or null if no available factory to make an UpdateProcessor
static UpdateProcessorStreaming UpdateExecutionFactory.createStreaming(GraphStore graphStore, QuerySolution inputBinding, Context context)
          Create an UpdateProcessor appropriate to the GraphStore, or null if no available factory to make an UpdateProcessor
 



Licenced under the Apache License, Version 2.0