E - The generic type of the thrown exception.public class Bigdata2Sesame2BindingSetIterator extends Object implements info.aduna.iteration.CloseableIteration<org.openrdf.query.BindingSet,org.openrdf.query.QueryEvaluationException>
ICloseableIterator IBindingSets containing
either (a) BigdataValues or (b) IVs having cached
BigdataValues into a Sesame 2 CloseableIteration visiting
Sesame 2 BindingSets containing BigdataValues.| Modifier and Type | Field and Description |
|---|---|
protected static org.apache.log4j.Logger |
log |
| Constructor and Description |
|---|
Bigdata2Sesame2BindingSetIterator(ICloseableIterator<IBindingSet> src) |
Bigdata2Sesame2BindingSetIterator(ICloseableIterator<IBindingSet> src,
org.openrdf.query.BindingSet constants) |
public Bigdata2Sesame2BindingSetIterator(ICloseableIterator<IBindingSet> src)
src - The source iterator (will be closed when this iterator is
closed). All bound values in the visited IBindingSets
MUST be either (a) BigdataValues -or- (b) IVs
having a cached BigdataValue.public Bigdata2Sesame2BindingSetIterator(ICloseableIterator<IBindingSet> src, org.openrdf.query.BindingSet constants)
src - The source iterator (will be closed when this iterator is
closed). All bound values in the visited IBindingSets
MUST be IVs and those IVs MUST have their
BigdataValues cached.constants - Optional constants to be united with the output solutions.public boolean hasNext()
throws org.openrdf.query.QueryEvaluationException
hasNext in interface info.aduna.iteration.Iteration<org.openrdf.query.BindingSet,org.openrdf.query.QueryEvaluationException>org.openrdf.query.QueryEvaluationExceptionpublic org.openrdf.query.BindingSet next()
throws org.openrdf.query.QueryEvaluationException
next in interface info.aduna.iteration.Iteration<org.openrdf.query.BindingSet,org.openrdf.query.QueryEvaluationException>org.openrdf.query.QueryEvaluationExceptionpublic void remove()
throws org.openrdf.query.QueryEvaluationException
remove in interface info.aduna.iteration.Iteration<org.openrdf.query.BindingSet,org.openrdf.query.QueryEvaluationException>UnsupportedOperationExceptionorg.openrdf.query.QueryEvaluationExceptionpublic void close()
throws org.openrdf.query.QueryEvaluationException
close in interface info.aduna.iteration.CloseableIteration<org.openrdf.query.BindingSet,org.openrdf.query.QueryEvaluationException>org.openrdf.query.QueryEvaluationExceptionCopyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.