|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.jrdf.SortedDiskJRDFFactory
public final class SortedDiskJRDFFactory
The optimal version of an on disk JRDF graph. Currently, uses BDB for sorting intermedia results, Sesame for the on disk triple store and db4o for the ValueStore/NodePool/Stringpool.
Method Summary | |
---|---|
void |
close()
Closes any open resource created by the factory. |
TripleBTree[] |
getBTrees()
|
static JRDFFactory |
getFactory()
|
Graph |
getNewGraph()
Create a new JRDF graph depending on the current configuration. |
SparqlConnection |
getNewSparqlConnection()
Create a new connection to perform SPARQL operations depending on the current configuration. |
void |
refresh()
Reload any configuration files used to create the objects. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static JRDFFactory getFactory()
public void refresh()
JRDFFactory
refresh
in interface JRDFFactory
public TripleBTree[] getBTrees()
public Graph getNewGraph()
JRDFFactory
getNewGraph
in interface JRDFFactory
public SparqlConnection getNewSparqlConnection()
JRDFFactory
getNewSparqlConnection
in interface JRDFFactory
public void close()
JRDFFactory
close
in interface JRDFFactory
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |