public class PrevaGraph
extends com.hp.hpl.jena.mem.GraphMem
PrevaGraph class.
| Constructor and Description |
|---|
PrevaGraph(String directoryPath,
int storeInterval)
Constructor for PrevaGraph.
|
| Modifier and Type | Method and Description |
|---|---|
com.hp.hpl.jena.graph.BulkUpdateHandler |
getBulkUpdateHandler()
getBulkUpdateHandler.
|
com.hp.hpl.jena.graph.TransactionHandler |
getTransactionHandler()
getTransactionHandler.
|
void |
performAdd(com.hp.hpl.jena.graph.Triple triple) |
void |
performDelete(com.hp.hpl.jena.graph.Triple triple) |
void |
removeLogs()
removeLogs.
|
void |
store()
store model and delete logs
|
clear, createTripleStore, destroy, forTestingOnly_getStore, graphBaseContains, graphBaseFind, graphBaseSize, queryHandleradd, checkOpen, constructReifier, contains, contains, containsByFind, createStatisticsHandler, delete, dependsOn, find, find, forTestingOnly_graphBaseFind, getCapabilities, getEventManager, getPrefixMapping, getReifier, getStatisticsHandler, graphBaseFind, isClosed, isEmpty, isIsomorphicWith, notifyAdd, notifyDelete, reifierContains, reifierSize, reifierTriples, size, toString, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic PrevaGraph(String directoryPath, int storeInterval) throws IOException
Constructor for PrevaGraph.
directoryPath - a String object.storeInterval - a int.IOException - if any.public void removeLogs()
removeLogs.
public void performAdd(com.hp.hpl.jena.graph.Triple triple)
performAdd in interface com.hp.hpl.jena.graph.impl.GraphWithPerformperformAdd in class com.hp.hpl.jena.mem.GraphMempublic void performDelete(com.hp.hpl.jena.graph.Triple triple)
performDelete in interface com.hp.hpl.jena.graph.impl.GraphWithPerformperformDelete in class com.hp.hpl.jena.mem.GraphMempublic void store()
throws IOException
IOException - if any.public com.hp.hpl.jena.graph.BulkUpdateHandler getBulkUpdateHandler()
getBulkUpdateHandler.
getBulkUpdateHandler in interface com.hp.hpl.jena.graph.GraphgetBulkUpdateHandler in class com.hp.hpl.jena.mem.GraphMemBaseBulkUpdateHandler object.Graph.getBulkUpdateHandler()public com.hp.hpl.jena.graph.TransactionHandler getTransactionHandler()
getTransactionHandler.
getTransactionHandler in interface com.hp.hpl.jena.graph.GraphgetTransactionHandler in class com.hp.hpl.jena.graph.impl.GraphBaseTransactionHandler object.Graph.getTransactionHandler()Copyright © 2017. All rights reserved.