Package | Description |
---|---|
com.bigdata.rdf.internal.impl.bnode | |
com.bigdata.rdf.model |
This package provides a tuned implementation of the Sesame RDF data model
for the RDF database.
|
com.bigdata.rdf.rio |
This package provides an integration with the openrdf RIO parser that supports
fast data loads.
|
com.bigdata.rdf.rio.json | |
com.bigdata.rdf.rio.turtle | |
com.bigdata.rdf.sparql.ast.eval | |
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 | Class and Description |
---|---|
class |
AbstractBNodeIV<V extends BigdataBNode,T>
Class for inline RDF blank nodes.
|
class |
FullyInlineUnicodeBNodeIV<V extends BigdataBNode>
Class for inline RDF blank nodes.
|
class |
NumericBNodeIV<V extends BigdataBNode>
Class for inline RDF blank nodes.
|
class |
SidIV<V extends BigdataBNode>
Internal value representing an inline statement identifier.
|
class |
UUIDBNodeIV<V extends BigdataBNode>
Class for inline RDF blank nodes.
|
Modifier and Type | Class and Description |
---|---|
class |
BigdataBNodeImpl
A blank node.
|
Modifier and Type | Method and Description |
---|---|
BigdataBNode |
BigdataValueFactory.asValue(org.openrdf.model.BNode v)
Strongly typed for
BNode s. |
BigdataBNode |
BigdataValueFactoryImpl.asValue(org.openrdf.model.BNode v) |
BigdataBNode |
BNodeContextFactory.asValue(org.openrdf.model.BNode v) |
BigdataBNode |
BigdataValueFactory.createBNode() |
BigdataBNode |
BNodeContextFactory.createBNode() |
BigdataBNode |
BigdataValueFactory.createBNode(BigdataStatement stmt) |
BigdataBNode |
BNodeContextFactory.createBNode(BigdataStatement stmt) |
BigdataBNode |
BigdataValueFactory.createBNode(String id) |
BigdataBNode |
BNodeContextFactory.createBNode(String id) |
Modifier and Type | Method and Description |
---|---|
void |
IStatementBuffer.setBNodeMap(Map<String,BigdataBNode> bnodes)
Set the canonicalizing map for blank nodes based on their ID.
|
void |
StatementBuffer.setBNodeMap(Map<String,BigdataBNode> bnodes) |
void |
AbstractStatementBuffer.setBNodeMap(Map<String,BigdataBNode> bnodes) |
void |
AsynchronousStatementBufferFactory.AsynchronousStatementBufferImpl.setBNodeMap(Map<String,BigdataBNode> bnodes) |
Modifier and Type | Method and Description |
---|---|
protected void |
BigdataSPARQLResultsJSONWriter.writeSid(BigdataBNode sid) |
Modifier and Type | Method and Description |
---|---|
protected void |
BigdataTurtleWriter.writeSid(BigdataBNode sid) |
Constructor and Description |
---|
ASTConstructIterator(AST2BOpContext context,
AbstractTripleStore tripleStore,
ConstructNode construct,
GraphPatternGroup<?> whereClause,
Map<String,BigdataBNode> bnodesIn,
info.aduna.iteration.CloseableIteration<org.openrdf.query.BindingSet,org.openrdf.query.QueryEvaluationException> src) |
CBD(AbstractTripleStore store,
DescribeModeEnum describeMode,
int describeIterationLimit,
int describeStatementLimit,
Map<String,BigdataBNode> bnodes) |
Constructor and Description |
---|
BigdataStatementIteratorImpl(AbstractTripleStore db,
Map<IV,BigdataBNode> bnodes,
IChunkedOrderedIterator<ISPO> src) |
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.