|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IRawTripleStore | |
|---|---|
| com.bigdata.rdf.model | This package provides a tuned implementation of the Sesame RDF data model for the RDF database. |
| 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. |
| Uses of IRawTripleStore in com.bigdata.rdf.model |
|---|
| Methods in com.bigdata.rdf.model with parameters of type IRawTripleStore | |
|---|---|
String |
BigdataStatementImpl.toString(IRawTripleStore storeIsIgnored)
Note: this implementation is equivalent to BigdataStatementImpl.toString() since the
Values are already resolved. |
| Uses of IRawTripleStore in com.bigdata.rdf.spo |
|---|
| Methods in com.bigdata.rdf.spo with parameters of type IRawTripleStore | |
|---|---|
String |
ISPO.toString(IRawTripleStore db)
Method may be used to externalize the BigdataValues in the
ISPO. |
String |
SPO.toString(IRawTripleStore store)
Resolves the term identifiers to terms against the store and returns a representation of the statement using toString(IV, IV, IV). |
| Uses of IRawTripleStore in com.bigdata.rdf.store |
|---|
| Classes in com.bigdata.rdf.store that implement IRawTripleStore | |
|---|---|
class |
AbstractLocalTripleStore
Abstract base class for both transient and persistent ITripleStore
implementations using local storage. |
class |
AbstractTripleStore
Abstract base class that implements logic for the ITripleStore
interface that is invariant across the choice of the backing store. |
class |
LocalTripleStore
A triple store based on the bigdata architecture. |
class |
ScaleOutTripleStore
Implementation of an ITripleStore as a client of an
IBigdataFederation. |
class |
TempTripleStore
A temporary triple store based on the bigdata architecture. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||