| 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
IBindingSets to RDF
BigdataValues. |
class |
BigdataOpenRDFBindingSetsResolverator
Efficiently resolve openrdf
BindingSets to bigdata
IBindingSets (this is a streaming API). |
class |
BigdataSolutionResolverator
Efficiently resolve term identifiers in Bigdata
ISolutions to RDF
BigdataValues. |
class |
BigdataStatementIteratorImpl
Efficiently resolve term identifiers in Bigdata
ISPOs to RDF
BigdataValues. |
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.