Package | Description |
---|---|
org.openrdf.http.client | |
org.openrdf.query.algebra.evaluation.federation | |
org.openrdf.repository.sparql.query |
Constructor and Description |
---|
BackgroundGraphResult(QueueCursor<Statement> queue,
RDFParser parser,
InputStream in,
Charset charset,
String baseURI,
org.apache.commons.httpclient.HttpMethod method) |
BackgroundTupleResult(QueueCursor<BindingSet> queue,
TupleQueryResultParser parser,
InputStream in,
org.apache.commons.httpclient.HttpMethod connection) |
Modifier and Type | Field and Description |
---|---|
protected QueueCursor<CloseableIteration<T,QueryEvaluationException>> |
JoinExecutorBase.rightQueue |
Modifier and Type | Class and Description |
---|---|
class |
QueueCursor<E>
Deprecated.
use
QueueCursor instead |
Constructor and Description |
---|
BackgroundGraphResult(QueueCursor<Statement> queue,
RDFParser parser,
InputStream in,
Charset charset,
String baseURI,
org.apache.commons.httpclient.HttpMethod method)
Deprecated.
|
BackgroundTupleResult(QueueCursor<BindingSet> queue,
TupleQueryResultParser parser,
InputStream in,
org.apache.commons.httpclient.HttpMethod connection)
Deprecated.
|
Copyright © 2001-2013 Aduna. All Rights Reserved.