public class CacheGraph
extends com.hp.hpl.jena.mem.GraphMem
CacheGraph class.
| Constructor and Description |
|---|
CacheGraph(com.hp.hpl.jena.graph.impl.GraphBase baseGraph)
Constructor for CacheGraph.
|
| 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) |
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 CacheGraph(com.hp.hpl.jena.graph.impl.GraphBase baseGraph)
throws IOException
Constructor for CacheGraph.
baseGraph - a GraphBase object.IOException - if any.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 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.