Class BackgroundTupleResult

All Implemented Interfaces:
AutoCloseable, Iterable<BindingSet>, Runnable, CloseableIteration<BindingSet,QueryEvaluationException>, Iteration<BindingSet,QueryEvaluationException>, QueryResult<BindingSet>, QueryResultHandler, TupleQueryResult, TupleQueryResultHandler

@Deprecated(since="4.1.0") public class BackgroundTupleResult extends IteratingTupleQueryResult implements Runnable, TupleQueryResultHandler
Deprecated.
Provides concurrent access to tuple results as they are being parsed.
Author:
James Leigh