Package | Description |
---|---|
com.bigdata.rdf.changesets | |
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.
|
Modifier and Type | Method and Description |
---|---|
BigdataStatementIterator |
InferenceChangeLogReporter.addedIterator()
Return iterator visiting the inferences that were added to the KB.
|
BigdataStatementIterator |
InferenceChangeLogReporter.removedIterator()
Return iterator visiting the inferences that were removed from the KB.
|
Modifier and Type | Class and Description |
---|---|
class |
BigdataStatementIteratorImpl
Efficiently resolve term identifiers in Bigdata
ISPO s to RDF
BigdataValue s. |
class |
EmptyStatementIterator
Empty iterator.
|
Modifier and Type | Field and Description |
---|---|
static BigdataStatementIterator |
EmptyStatementIterator.INSTANCE |
Modifier and Type | Method and Description |
---|---|
BigdataStatementIterator |
ITripleStore.asStatementIterator(IChunkedOrderedIterator<ISPO> src)
Wraps an
IChunkedOrderedIterator as a
BigdataStatementIterator . |
BigdataStatementIterator |
AbstractTripleStore.asStatementIterator(IChunkedOrderedIterator<ISPO> src) |
BigdataStatementIterator |
AbstractTripleStore.getStatements(IChunkedOrderedIterator<BigdataTriplePattern> triplePatterns)
Efficient batched, streaming resolution of triple patterns to statements
spanned by those triple patterns that are present in the data.
|
BigdataStatementIterator |
ITripleStore.getStatements(org.openrdf.model.Resource s,
org.openrdf.model.URI p,
org.openrdf.model.Value o)
Deprecated.
|
BigdataStatementIterator |
AbstractTripleStore.getStatements(org.openrdf.model.Resource s,
org.openrdf.model.URI p,
org.openrdf.model.Value o) |
BigdataStatementIterator |
ITripleStore.getStatements(org.openrdf.model.Resource s,
org.openrdf.model.URI p,
org.openrdf.model.Value o,
org.openrdf.model.Resource c)
Return an iterator that will visit all
BigdataStatement s in the
database matching the triple pattern. |
BigdataStatementIterator |
AbstractTripleStore.getStatements(org.openrdf.model.Resource s,
org.openrdf.model.URI p,
org.openrdf.model.Value o,
org.openrdf.model.Resource c) |
Modifier and Type | Method and Description |
---|---|
static void |
AbstractTestCase.assertSameStatements(org.openrdf.model.Statement[] expected,
BigdataStatementIterator actual) |
static void |
AbstractTestCase.assertSameStatements(String msg,
org.openrdf.model.Statement[] expected,
BigdataStatementIterator actual) |
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.