public class BackgroundTupleResult extends TupleQueryResultImpl implements Runnable, TupleQueryResultHandler
wrappedIter| Constructor and Description |
|---|
BackgroundTupleResult(QueueCursor<BindingSet> queue,
TupleQueryResultParser parser,
InputStream in) |
BackgroundTupleResult(TupleQueryResultParser parser,
InputStream in) |
| Modifier and Type | Method and Description |
|---|---|
void |
endQueryResult() |
List<String> |
getBindingNames() |
void |
handleBoolean(boolean value) |
protected void |
handleClose() |
void |
handleLinks(List<String> linkUrls) |
void |
handleSolution(BindingSet bindingSet) |
void |
run() |
void |
startQueryResult(List<String> bindingNames) |
hasNext, next, removeclose, isClosedclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitclosepublic BackgroundTupleResult(TupleQueryResultParser parser, InputStream in)
public BackgroundTupleResult(QueueCursor<BindingSet> queue, TupleQueryResultParser parser, InputStream in)
protected void handleClose()
throws QueryEvaluationException
handleClose in class IterationWrapper<BindingSet,QueryEvaluationException>QueryEvaluationExceptionpublic List<String> getBindingNames()
getBindingNames in interface TupleQueryResultgetBindingNames in class TupleQueryResultImplpublic void startQueryResult(List<String> bindingNames) throws TupleQueryResultHandlerException
startQueryResult in interface QueryResultHandlerTupleQueryResultHandlerExceptionpublic void handleSolution(BindingSet bindingSet) throws TupleQueryResultHandlerException
handleSolution in interface QueryResultHandlerTupleQueryResultHandlerExceptionpublic void endQueryResult()
throws TupleQueryResultHandlerException
endQueryResult in interface QueryResultHandlerTupleQueryResultHandlerExceptionpublic void handleBoolean(boolean value)
throws QueryResultHandlerException
handleBoolean in interface QueryResultHandlerQueryResultHandlerExceptionpublic void handleLinks(List<String> linkUrls) throws QueryResultHandlerException
handleLinks in interface QueryResultHandlerQueryResultHandlerExceptionCopyright © 2001-2015 Aduna. All Rights Reserved.