Package org.eclipse.rdf4j.http.client
Class BackgroundGraphResult
- java.lang.Object
-
- org.eclipse.rdf4j.common.iteration.AbstractCloseableIteration<E,X>
-
- org.eclipse.rdf4j.common.iteration.IterationWrapper<Statement,QueryEvaluationException>
-
- org.eclipse.rdf4j.query.impl.BackgroundGraphResult
-
- org.eclipse.rdf4j.http.client.BackgroundGraphResult
-
- All Implemented Interfaces:
AutoCloseable
,Iterable<Statement>
,Runnable
,CloseableIteration<Statement,QueryEvaluationException>
,Iteration<Statement,QueryEvaluationException>
,GraphQueryResult
,QueryResult<Statement>
,RDFHandler
@Deprecated public class BackgroundGraphResult extends BackgroundGraphResult
Deprecated.UseBackgroundGraphResult
instead.Provides concurrent access to statements as they are being parsed.- Author:
- James Leigh
-
-
Field Summary
-
Fields inherited from class org.eclipse.rdf4j.common.iteration.IterationWrapper
wrappedIter
-
-
Constructor Summary
Constructors Constructor Description BackgroundGraphResult(QueueCursor<Statement> queue, RDFParser parser, InputStream in, Charset charset, String baseURI)
Deprecated.BackgroundGraphResult(RDFParser parser, InputStream in, Charset charset, String baseURI)
Deprecated.
-
Method Summary
-
Methods inherited from class org.eclipse.rdf4j.query.impl.BackgroundGraphResult
endRDF, getNamespaces, handleClose, handleComment, handleNamespace, handleStatement, run, startRDF
-
Methods inherited from class org.eclipse.rdf4j.common.iteration.IterationWrapper
hasNext, next, remove
-
Methods inherited from class org.eclipse.rdf4j.common.iteration.AbstractCloseableIteration
close, isClosed
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.eclipse.rdf4j.common.iteration.CloseableIteration
close
-
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
Methods inherited from interface org.eclipse.rdf4j.common.iteration.Iteration
hasNext, next, remove, stream
-
Methods inherited from interface org.eclipse.rdf4j.query.QueryResult
iterator
-
-
-
-
Constructor Detail
-
BackgroundGraphResult
public BackgroundGraphResult(RDFParser parser, InputStream in, Charset charset, String baseURI)
Deprecated.
-
BackgroundGraphResult
public BackgroundGraphResult(QueueCursor<Statement> queue, RDFParser parser, InputStream in, Charset charset, String baseURI)
Deprecated.
-
-