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
IBindingSet
s containing
either (a) BigdataValue
s or (b) IV
s having cached
BigdataValue
s into a Sesame 2 CloseableIteration
visiting
Sesame 2 BindingSet
s containing BigdataValue
s.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 IBindingSet
s
MUST be either (a) BigdataValue
s -or- (b) IV
s
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 IBindingSet
s
MUST be IV
s and those IV
s MUST have their
BigdataValue
s 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.QueryEvaluationException
public 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.QueryEvaluationException
public void remove() throws org.openrdf.query.QueryEvaluationException
remove
in interface info.aduna.iteration.Iteration<org.openrdf.query.BindingSet,org.openrdf.query.QueryEvaluationException>
UnsupportedOperationException
org.openrdf.query.QueryEvaluationException
public 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.QueryEvaluationException
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.