Uses of Class
com.bigdata.rdf.sail.BigdataSail

Packages that use BigdataSail
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.sparql.ast.eval   
 

Uses of BigdataSail in com.bigdata.rdf.sail
 

Methods in com.bigdata.rdf.sail that return BigdataSail
 BigdataSail BigdataSail.BigdataSailConnection.getBigdataSail()
           
 BigdataSail BigdataSailRepository.getSail()
           
 BigdataSail BigdataSailHelper.getSail(IBigdataFederation<?> fed, String namespace, long timestamp)
          (Re-)open a SAIL backed by persistent data stored in an IBigdataFederation.
 BigdataSail BigdataSailHelper.getSail(String filename, String namespace, long timestamp)
          (Re-)open a SAIL backed by persistent data stored on a Journal.
 

Methods in com.bigdata.rdf.sail with parameters of type BigdataSail
 Properties BigdataSailHelper.getProperties(BigdataSail sail)
          Return the properties associated with the AbstractTripleStore backing the BigdataSail.
 Properties BigdataSailHelper.setProperties(BigdataSail sail, Properties properties)
          Update properties for the SAIL.
static void BigdataSailHelper.showLexiconIndexDetails(BigdataSail sail)
          Shows some interesting details about the terms index.
static void BigdataSailHelper.showSPOIndexDetails(BigdataSail sail)
          Shows some interesting details about the primary index for the SPORelation.
 

Constructors in com.bigdata.rdf.sail with parameters of type BigdataSail
BigdataSailRepository(BigdataSail sail)
           
 

Uses of BigdataSail in com.bigdata.rdf.sparql.ast.eval
 

Fields in com.bigdata.rdf.sparql.ast.eval declared as BigdataSail
 BigdataSail AST2BOpUpdateContext.sail
           
 



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