|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectcom.hp.hpl.jena.graph.impl.SimpleBulkUpdateHandler
org.openrdf.jena.SesameBulkUpdateHandler
public class SesameBulkUpdateHandler
This is a bulkhandler that knows about sesame transactions. TODO: Override more methods here as the need arises.
| Field Summary |
|---|
| Fields inherited from class com.hp.hpl.jena.graph.impl.SimpleBulkUpdateHandler |
|---|
graph, manager |
| Constructor Summary | |
|---|---|
SesameBulkUpdateHandler(GraphSesame parent)
|
|
| Method Summary | |
|---|---|
void |
add(Graph g)
This might be slow, but not as slow as doing one transaction per statement. |
void |
add(Graph g,
boolean withReifications)
|
protected void |
add(List triples,
boolean notify)
|
| Methods inherited from class com.hp.hpl.jena.graph.impl.SimpleBulkUpdateHandler |
|---|
add, add, add, addIterator, addReifications, delete, delete, delete, delete, delete, delete, deleteIterator, deleteReifications, notifyRemoveAll, remove, removeAll, removeAll, removeAll |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SesameBulkUpdateHandler(GraphSesame parent)
| Method Detail |
|---|
public void add(Graph g)
add in interface BulkUpdateHandleradd in class com.hp.hpl.jena.graph.impl.SimpleBulkUpdateHandlerSimpleBulkUpdateHandler.add(com.hp.hpl.jena.graph.Graph)
public void add(Graph g,
boolean withReifications)
add in interface BulkUpdateHandleradd in class com.hp.hpl.jena.graph.impl.SimpleBulkUpdateHandler
protected void add(List triples,
boolean notify)
add in class com.hp.hpl.jena.graph.impl.SimpleBulkUpdateHandler
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||