Uses of Interface
com.bigdata.relation.IMutableResource

Packages that use IMutableResource
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.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 IMutableResource in com.bigdata.bfs
 

Classes in com.bigdata.bfs that implement IMutableResource
 class BigdataFileSystem
          A distributed file system with extensible metadata and atomic append implemented using the bigdata scale-out architecture.
 

Uses of IMutableResource in com.bigdata.rdf.lexicon
 

Classes in com.bigdata.rdf.lexicon that implement IMutableResource
 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 Values onto IVs (internal values)s and provides methods for efficient materialization of external RDF Values from IVs.
 

Uses of IMutableResource in com.bigdata.rdf.spo
 

Classes in com.bigdata.rdf.spo that implement IMutableResource
 class SPORelation
          The SPORelation handles all things related to the indices representing the triples stored in the database.
 

Uses of IMutableResource in com.bigdata.rdf.store
 

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

Subinterfaces of IMutableResource in com.bigdata.relation
 interface IMutableDatabase<E>
           
 interface IMutableRelation<E>
          A mutable IRelation.
 

Classes in com.bigdata.relation that implement IMutableResource
 class AbstractRelation<E>
          Base class for IRelation and IMutableRelation impls.
 class AbstractResource<E>
          Base class for locatable resources.
 

Uses of IMutableResource in com.bigdata.search
 

Classes in com.bigdata.search that implement IMutableResource
 class FullTextIndex<V extends Comparable<V>>
          Full text indexing and search support.
 



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