Package | Description |
---|---|
com.bigdata.bfs |
This package provides a scale-out content repository (aka distributed file
system) suitable as the backend for a REST-ful service using the bigdata
architecture.
|
com.bigdata.bop.ap | |
com.bigdata.rdf.lexicon | |
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.
|
com.bigdata.relation |
This package includes an abstraction layer for relations.
|
com.bigdata.search |
This package provides full text indexing and search.
|
Modifier and Type | Class and Description |
---|---|
class |
BigdataFileSystem
A distributed file system with extensible metadata and atomic append
implemented using the bigdata scale-out architecture.
|
Modifier and Type | Class and Description |
---|---|
class |
R
Test relation composed of
E elements with a single primary index. |
Modifier and Type | Class and Description |
---|---|
class |
BigdataSubjectCentricFullTextIndex
Implementation based on the built-in keyword search capabilities for bigdata.
|
class |
BigdataValueCentricFullTextIndex
Implementation based on the built-in keyword search capabilities for bigdata.
|
class |
LexiconRelation
The
LexiconRelation handles all things related to the indices mapping
external RDF Value s onto IV s (internal values)s and provides
methods for efficient materialization of external RDF Value s from
IV s. |
Modifier and Type | Class and Description |
---|---|
class |
SPORelation
The
SPORelation handles all things related to the indices
representing the triples stored in the database. |
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.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractRelation<E>
Base class for
IRelation and IMutableRelation impls. |
Modifier and Type | Method and Description |
---|---|
AbstractResource<E> |
AbstractResource.init()
The default implementation only logs the event.
|
Modifier and Type | Class and Description |
---|---|
class |
FullTextIndex<V extends Comparable<V>>
Full text indexing and search support.
|
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.