Uses of Package
com.bigdata.relation

Packages that use com.bigdata.relation
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.rules   
com.bigdata.rdf.sail This package contains the SAIL that allow bigdata to be used as a backend for the Sesame 2.x platform. 
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.relation.accesspath This package includes an abstraction layer for efficient access paths, including chunked iterators, blocking buffers, and an abstraction corresponding to the natural order of an index. 
com.bigdata.relation.rule.eval This package supports rule evaluation. 
com.bigdata.search This package provides full text indexing and search. 
 

Classes in com.bigdata.relation used by com.bigdata.bfs
AbstractResource
          Base class for locatable resources.
IMutableResource
          Mutation interface
 

Classes in com.bigdata.relation used by com.bigdata.rdf.lexicon
AbstractRelation
          Base class for IRelation and IMutableRelation impls.
AbstractResource
          Base class for locatable resources.
IMutableRelation
          A mutable IRelation.
IMutableRelationIndexWriteProcedure
          Marker interface for procedures responsible for writing on an IIndex in order to satisfy an IMutableRelation write.
IMutableResource
          Mutation interface
IRelation
          An abstraction corresponding to a set of elements using some schema (think a table containing a set of rows).
 

Classes in com.bigdata.relation used by com.bigdata.rdf.magic
AbstractRelation
          Base class for IRelation and IMutableRelation impls.
AbstractResource
          Base class for locatable resources.
IDatabase
          A collection of relations having a unique namespace.
IMutableDatabase
           
IMutableRelation
          A mutable IRelation.
IMutableRelationIndexWriteProcedure
          Marker interface for procedures responsible for writing on an IIndex in order to satisfy an IMutableRelation write.
IMutableResource
          Mutation interface
IRelation
          An abstraction corresponding to a set of elements using some schema (think a table containing a set of rows).
RelationSchema
          A Schema for metadata about existing relations.
 

Classes in com.bigdata.relation used by com.bigdata.rdf.rules
IMutableRelation
          A mutable IRelation.
IRelation
          An abstraction corresponding to a set of elements using some schema (think a table containing a set of rows).
 

Classes in com.bigdata.relation used by com.bigdata.rdf.sail
AbstractResource.Options
          Options for locatable resources.
 

Classes in com.bigdata.relation used by com.bigdata.rdf.spo
AbstractRelation
          Base class for IRelation and IMutableRelation impls.
AbstractResource
          Base class for locatable resources.
IMutableRelation
          A mutable IRelation.
IMutableRelationIndexWriteProcedure
          Marker interface for procedures responsible for writing on an IIndex in order to satisfy an IMutableRelation write.
IMutableResource
          Mutation interface
IRelation
          An abstraction corresponding to a set of elements using some schema (think a table containing a set of rows).
 

Classes in com.bigdata.relation used by com.bigdata.rdf.store
AbstractResource
          Base class for locatable resources.
AbstractResource.Options
          Options for locatable resources.
IDatabase
          A collection of relations having a unique namespace.
IMutableDatabase
           
IMutableResource
          Mutation interface
IRelation
          An abstraction corresponding to a set of elements using some schema (think a table containing a set of rows).
RelationSchema
          A Schema for metadata about existing relations.
 

Classes in com.bigdata.relation used by com.bigdata.relation
AbstractResource
          Base class for locatable resources.
IDatabase
          A collection of relations having a unique namespace.
IMutableRelation
          A mutable IRelation.
IMutableResource
          Mutation interface
IRelation
          An abstraction corresponding to a set of elements using some schema (think a table containing a set of rows).
RelationSchema
          A Schema for metadata about existing relations.
 

Classes in com.bigdata.relation used by com.bigdata.relation.accesspath
IMutableRelation
          A mutable IRelation.
 

Classes in com.bigdata.relation used by com.bigdata.relation.rule.eval
IMutableRelation
          A mutable IRelation.
IRelation
          An abstraction corresponding to a set of elements using some schema (think a table containing a set of rows).
 

Classes in com.bigdata.relation used by com.bigdata.search
AbstractRelation
          Base class for IRelation and IMutableRelation impls.
AbstractResource
          Base class for locatable resources.
IMutableRelation
          A mutable IRelation.
IMutableRelationIndexWriteProcedure
          Marker interface for procedures responsible for writing on an IIndex in order to satisfy an IMutableRelation write.
IMutableResource
          Mutation interface
IRelation
          An abstraction corresponding to a set of elements using some schema (think a table containing a set of rows).
 



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