| Class | Description |
|---|---|
| DistributedQueryFactory<TripleType,NodeType> |
A factory class for distributed queries.
|
| DistributedQueryProcessorForJenaDerivates |
An implementation of a distributed query
processor for Jena derivates.
|
| IntermediateResultStorage<Triple,Node> |
A class that collects (partial) intermediate results for a distributed query,
both from the local storage and remote SPARQL end points.
|
| QueryProcessorCache |
A cache for remote query processors
|
| RemoteQueryExecution<TripleType,NodeType> |
An encapsulation for executing a select query (or partial query)
on a single remote endpoint (i.e. a remote OQP).
|