Uses of Interface
com.bigdata.relation.IDatabase

Packages that use IDatabase
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. 
 

Uses of IDatabase in com.bigdata.rdf.store
 

Classes in com.bigdata.rdf.store that implement IDatabase
 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 IDatabase in com.bigdata.relation
 

Subinterfaces of IDatabase in com.bigdata.relation
 interface IMutableDatabase<E>
           
 



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