public class BigdataOpenRDFBindingSetsResolverator extends AbstractChunkedResolverator<org.openrdf.query.BindingSet,IBindingSet,AbstractTripleStore>
BindingSets to bigdata
IBindingSets (this is a streaming API).BigdataValueReplacerstate| Constructor and Description |
|---|
BigdataOpenRDFBindingSetsResolverator(AbstractTripleStore db,
IChunkedOrderedIterator<org.openrdf.query.BindingSet> src) |
| Modifier and Type | Method and Description |
|---|---|
protected IBindingSet[] |
resolveChunk(org.openrdf.query.BindingSet[] chunk)
Resolve a chunk of
BindingSets into a chunk of
IBindingSets in which RDF Values have been resolved to
IVs. |
static IBindingSet[] |
resolveChunk(LexiconRelation r,
org.openrdf.query.BindingSet[] chunk)
Resolve a chunk of
BindingSets into a chunk of
IBindingSets in which RDF Values have been resolved to
IVs. |
BigdataOpenRDFBindingSetsResolverator |
start(ExecutorService service)
Strengthens the return type.
|
close, hasNext, next, removepublic BigdataOpenRDFBindingSetsResolverator(AbstractTripleStore db, IChunkedOrderedIterator<org.openrdf.query.BindingSet> src)
db - Used to resolve RDF Values to IVs.src - The source iterator (will be closed when this iterator is
closed).
FIXME must accept reverse bnodes map (from term identifier to
blank nodes) for resolution of blank nodes within a Sesame
connection context. [Is this comment relevant for this class?]public BigdataOpenRDFBindingSetsResolverator start(ExecutorService service)
start in class AbstractChunkedResolverator<org.openrdf.query.BindingSet,IBindingSet,AbstractTripleStore>service - The service on which the task will be executed.protected IBindingSet[] resolveChunk(org.openrdf.query.BindingSet[] chunk)
BindingSets into a chunk of
IBindingSets in which RDF Values have been resolved to
IVs.resolveChunk in class AbstractChunkedResolverator<org.openrdf.query.BindingSet,IBindingSet,AbstractTripleStore>chunk - The next chunk from the source iterator.public static IBindingSet[] resolveChunk(LexiconRelation r, org.openrdf.query.BindingSet[] chunk)
BindingSets into a chunk of
IBindingSets in which RDF Values have been resolved to
IVs.Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.