public class BigdataOpenRDFBindingSetsResolverator extends AbstractChunkedResolverator<org.openrdf.query.BindingSet,IBindingSet,AbstractTripleStore>
BindingSet
s to bigdata
IBindingSet
s (this is a streaming API).BigdataValueReplacer
state
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
BindingSet s into a chunk of
IBindingSet s in which RDF Value s have been resolved to
IV s. |
static IBindingSet[] |
resolveChunk(LexiconRelation r,
org.openrdf.query.BindingSet[] chunk)
Resolve a chunk of
BindingSet s into a chunk of
IBindingSet s in which RDF Value s have been resolved to
IV s. |
BigdataOpenRDFBindingSetsResolverator |
start(ExecutorService service)
Strengthens the return type.
|
close, hasNext, next, remove
public BigdataOpenRDFBindingSetsResolverator(AbstractTripleStore db, IChunkedOrderedIterator<org.openrdf.query.BindingSet> src)
db
- Used to resolve RDF Value
s to IV
s.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)
BindingSet
s into a chunk of
IBindingSet
s in which RDF Value
s have been resolved to
IV
s.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)
BindingSet
s into a chunk of
IBindingSet
s in which RDF Value
s have been resolved to
IV
s.Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.