Uses of Interface
com.hp.hpl.jena.graph.query.Pipe

Packages that use Pipe
com.hp.hpl.jena.graph.query Defines the graph-level Query classes, allowing multi-pattern query over arbitrary graphs. 
 

Uses of Pipe in com.hp.hpl.jena.graph.query
 

Classes in com.hp.hpl.jena.graph.query that implement Pipe
 class BufferPipe
          This class is a pipe between query threads, implemented as a bounded buffer.
 

Methods in com.hp.hpl.jena.graph.query that return Pipe
 Pipe PatternStageBase.deliver(Pipe sink)
           
abstract  Pipe Stage.deliver(Pipe sink)
          execute the pipeline and pump the results into _sink_; this is asynchronous.
 Pipe ConstraintStage.deliver(Pipe L)
          the delivery component: read the domain elements out of the input pipe, and only pass on those that satisfy the predicate.
 Pipe InitialStage.deliver(Pipe result)
          To deliver value into the Pipe result, we drop in a binding array of the correct width in which all the elements are null, then we close the pipe.
 

Methods in com.hp.hpl.jena.graph.query with parameters of type Pipe
 Pipe PatternStageBase.deliver(Pipe sink)
           
abstract  Pipe Stage.deliver(Pipe sink)
          execute the pipeline and pump the results into _sink_; this is asynchronous.
 Pipe ConstraintStage.deliver(Pipe L)
          the delivery component: read the domain elements out of the input pipe, and only pass on those that satisfy the predicate.
 Pipe InitialStage.deliver(Pipe result)
          To deliver value into the Pipe result, we drop in a binding array of the correct width in which all the elements are null, then we close the pipe.
 

Constructors in com.hp.hpl.jena.graph.query with parameters of type Pipe
PatternStageBase.Work(Pipe source, Pipe sink, StageElement e)
           
StageElement.PutBindings(Pipe sink)
           
 



Licenced under the Apache License, Version 2.0