Uses of Class
com.bigdata.relation.AbstractResource

Packages that use AbstractResource
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.rdf.lexicon   
com.bigdata.rdf.magic This package includes an abstraction layer for declaring containers of relations, relations, the relationships between the relations (foreign keys), and the indices for a relation, including what goes into the key and the value for the index. 
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. 
 

Uses of AbstractResource in com.bigdata.bfs
 

Subclasses of AbstractResource in com.bigdata.bfs
 class BigdataFileSystem
          A distributed file system with extensible metadata and atomic append implemented using the bigdata scale-out architecture.
 

Uses of AbstractResource in com.bigdata.rdf.lexicon
 

Subclasses of AbstractResource in com.bigdata.rdf.lexicon
 class LexiconRelation
          The LexiconRelation handles all things related to the indices mapping RDF Values onto internal 64-bit term identifiers.
 

Uses of AbstractResource in com.bigdata.rdf.magic
 

Subclasses of AbstractResource in com.bigdata.rdf.magic
 class MagicRelation
           
 class TempMagicStore
           
 

Uses of AbstractResource in com.bigdata.rdf.spo
 

Subclasses of AbstractResource in com.bigdata.rdf.spo
 class SPORelation
          The SPORelation handles all things related to the indices representing the triples stored in the database.
 

Uses of AbstractResource in com.bigdata.rdf.store
 

Subclasses of AbstractResource in com.bigdata.rdf.store
 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.
 

Uses of AbstractResource in com.bigdata.relation
 

Subclasses of AbstractResource in com.bigdata.relation
 class AbstractRelation<E>
          Base class for IRelation and IMutableRelation impls.
 

Uses of AbstractResource in com.bigdata.search
 

Subclasses of AbstractResource in com.bigdata.search
 class FullTextIndex
          Full text indexing and search support.
 



Copyright © 2006-2009 SYSTAP, LLC. All Rights Reserved.