public class GraphSDB extends com.hp.hpl.jena.graph.impl.GraphBase implements Graph
TOSTRING_TRIPLE_BASE, TOSTRING_TRIPLE_LIMIT
emptyGraph
Constructor and Description |
---|
GraphSDB(Store store) |
GraphSDB(Store store,
Node graphNode) |
GraphSDB(Store store,
String uri) |
Modifier and Type | Method and Description |
---|---|
PrefixMapping |
createPrefixMapping() |
void |
deleteAll() |
void |
finishBulkUpdate() |
StoreLoader |
getBulkLoader() |
BulkUpdateHandler |
getBulkUpdateHandler()
Deprecated.
|
Capabilities |
getCapabilities() |
SDBConnection |
getConnection() |
GraphEventManager |
getEventManager() |
Store |
getStore() |
TransactionHandler |
getTransactionHandler() |
int |
graphBaseSize() |
void |
performAdd(Triple triple) |
void |
performDelete(Triple triple) |
void |
startBulkUpdate() |
add, clear, close, contains, contains, delete, dependsOn, find, find, forTestingOnly_graphBaseFind, getPrefixMapping, getStatisticsHandler, isClosed, isEmpty, isIsomorphicWith, notifyAdd, notifyDelete, remove, size, toString, toString
public GraphSDB(Store store)
public Capabilities getCapabilities()
getCapabilities
in interface Graph
getCapabilities
in class com.hp.hpl.jena.graph.impl.GraphBase
public Store getStore()
public SDBConnection getConnection()
public PrefixMapping createPrefixMapping()
createPrefixMapping
in class com.hp.hpl.jena.graph.impl.GraphBase
public StoreLoader getBulkLoader()
@Deprecated public BulkUpdateHandler getBulkUpdateHandler()
getBulkUpdateHandler
in interface Graph
getBulkUpdateHandler
in class com.hp.hpl.jena.graph.impl.GraphBase
public GraphEventManager getEventManager()
getEventManager
in interface Graph
getEventManager
in class com.hp.hpl.jena.graph.impl.GraphBase
public void performAdd(Triple triple)
performAdd
in interface com.hp.hpl.jena.graph.impl.GraphWithPerform
performAdd
in class com.hp.hpl.jena.graph.impl.GraphBase
public void performDelete(Triple triple)
performDelete
in interface com.hp.hpl.jena.graph.impl.GraphWithPerform
performDelete
in class com.hp.hpl.jena.graph.impl.GraphBase
public void startBulkUpdate()
public void finishBulkUpdate()
public TransactionHandler getTransactionHandler()
getTransactionHandler
in interface Graph
getTransactionHandler
in class com.hp.hpl.jena.graph.impl.GraphBase
public int graphBaseSize()
graphBaseSize
in class com.hp.hpl.jena.graph.impl.GraphBase
public void deleteAll()
Licenced under the Apache License, Version 2.0