Package | Description |
---|---|
com.bigdata.rdf.spo |
This package defines a statement model using long term identifiers rather than
RDF Value objects.
|
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 |
---|---|
SPORelation |
SPOAccessPath.getRelation()
Strengthened return type.
|
Constructor and Description |
---|
DistinctSPOIterator(SPORelation spoRelation,
ICloseableIterator<ISPO> src)
Deprecated.
|
JustificationRemover(SPORelation db,
ISPO[] stmts,
int numStmts,
boolean clone,
AtomicLong sortTime,
AtomicLong writeTime) |
SPOIndexRemover(SPORelation spoRelation,
ISPO[] stmts,
int numStmts,
SPOKeyOrder keyOrder,
boolean primaryIndex,
boolean clone,
AtomicLong sortTime,
AtomicLong writeTime,
AtomicLong mutationCount,
boolean reportMutations) |
SPOIndexWriter(SPORelation spoRelation,
ISPO[] a,
int numStmts,
boolean clone,
SPOKeyOrder keyOrder,
boolean primaryIndex,
IElementFilter<ISPO> filter,
AtomicLong sortTime,
AtomicLong insertTime,
AtomicLong numWritten,
boolean reportMutations)
Writes statements on a statement index (batch api).
|
Modifier and Type | Method and Description |
---|---|
SPORelation |
AbstractTripleStore.getSPORelation()
The
SPORelation (triples and their access paths). |
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.