com.hp.hpl.jena.tdb
Interface TDBFactory.ImplFactory

Enclosing class:
TDBFactory

public static interface TDBFactory.ImplFactory

Interface to maker of the actual implementations of TDB graphs and datasets


Method Summary
 com.hp.hpl.jena.sparql.core.DatasetGraph createDatasetGraph()
           
 com.hp.hpl.jena.sparql.core.DatasetGraph createDatasetGraph(com.hp.hpl.jena.tdb.base.file.Location location)
           
 com.hp.hpl.jena.graph.Graph createGraph()
          Make a memory implementation of a TDB graph (memory graphs are for testing, not efficiency)
 com.hp.hpl.jena.graph.Graph createGraph(com.hp.hpl.jena.tdb.base.file.Location loc)
          Make a TDB graph with persistent data at the location
 

Method Detail

createGraph

com.hp.hpl.jena.graph.Graph createGraph()
Make a memory implementation of a TDB graph (memory graphs are for testing, not efficiency)


createGraph

com.hp.hpl.jena.graph.Graph createGraph(com.hp.hpl.jena.tdb.base.file.Location loc)
Make a TDB graph with persistent data at the location


createDatasetGraph

com.hp.hpl.jena.sparql.core.DatasetGraph createDatasetGraph()

createDatasetGraph

com.hp.hpl.jena.sparql.core.DatasetGraph createDatasetGraph(com.hp.hpl.jena.tdb.base.file.Location location)


Copyright © 2007, 2008, 2009 Hewlett-Packard Development Company, LP