Uses of Interface
com.bigdata.relation.IMutableDatabase

Packages that use IMutableDatabase
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 IMutableDatabase in com.bigdata.rdf.store
 

Classes in com.bigdata.rdf.store that implement IMutableDatabase
 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-2011 SYSTAP, LLC. All Rights Reserved.