|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 | |
abstract Pipe |
Stage.deliver(Pipe sink)
execute the pipeline and pump the results into _sink_; this is asynchronous. |
Pipe |
PatternStage.deliver(Pipe result)
|
Pipe |
InitialStage.deliver(Pipe result)
|
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. |
Methods in com.hp.hpl.jena.graph.query with parameters of type Pipe | |
abstract Pipe |
Stage.deliver(Pipe sink)
execute the pipeline and pump the results into _sink_; this is asynchronous. |
Pipe |
PatternStage.deliver(Pipe result)
|
Pipe |
InitialStage.deliver(Pipe result)
|
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. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |