public class GraphSDB extends GraphBase implements Graph
TOSTRING_TRIPLE_BASE, TOSTRING_TRIPLE_LIMITemptyGraph| 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() |
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, toStringpublic GraphSDB(Store store)
public Capabilities getCapabilities()
getCapabilities in interface GraphgetCapabilities in class GraphBasepublic Store getStore()
public SDBConnection getConnection()
public PrefixMapping createPrefixMapping()
createPrefixMapping in class GraphBasepublic StoreLoader getBulkLoader()
public GraphEventManager getEventManager()
getEventManager in interface GraphgetEventManager in class GraphBasepublic void performAdd(Triple triple)
performAdd in interface GraphWithPerformperformAdd in class GraphBasepublic void performDelete(Triple triple)
performDelete in interface GraphWithPerformperformDelete in class GraphBasepublic void startBulkUpdate()
public void finishBulkUpdate()
public TransactionHandler getTransactionHandler()
getTransactionHandler in interface GraphgetTransactionHandler in class GraphBasepublic int graphBaseSize()
graphBaseSize in class GraphBasepublic void deleteAll()
Licenced under the Apache License, Version 2.0