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.
|
Modifier and Type | Interface and Description |
---|---|
interface |
IRawTripleStore
Low-level API directly using long term identifiers rather than an RDF Value
object model.
|
Modifier and Type | Class and Description |
---|---|
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.
|
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.