Package | Description |
---|---|
com.bigdata.rdf.store |
This package provides several realizations of an RDF database using the bigdata
architecture, including one suitable for temporary data, one suitable for local
processing (single host), and one designed for scale-out on commodity hardware.
|
com.bigdata.striterator |
Streaming iterator patterns based on Martyn Cutcher's striterator design
but supporting generics and with extensions for closable, chunked, and
ordered streaming iterators.
|
Modifier and Type | Class and Description |
---|---|
class |
BigdataBindingSetResolverator
Efficiently resolve term identifiers in Bigdata
IBindingSet s to RDF
BigdataValue s. |
class |
BigdataOpenRDFBindingSetsResolverator
Efficiently resolve openrdf
BindingSet s to bigdata
IBindingSet s (this is a streaming API). |
class |
BigdataSolutionResolverator
Efficiently resolve term identifiers in Bigdata
ISolution s to RDF
BigdataValue s. |
class |
BigdataStatementIteratorImpl
Efficiently resolve term identifiers in Bigdata
ISPO s to RDF
BigdataValue s. |
class |
BigdataTriplePatternMaterializer
Efficient batched, streaming resolution of triple patterns to statements
spanned by those triple patterns that are present in the data.
|
Modifier and Type | Method and Description |
---|---|
AbstractChunkedResolverator<E,F,S> |
AbstractChunkedResolverator.start(ExecutorService service)
Creates and runs a task that will consume chunks from the source
iterator, resolve the elements in each chunk, and place the resolved
chunks onto the
BlockingBuffer . |
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.