org.openrdf.jena
Class SesameBulkUpdateHandler

java.lang.Object
  extended by com.hp.hpl.jena.graph.impl.SimpleBulkUpdateHandler
      extended by org.openrdf.jena.SesameBulkUpdateHandler
All Implemented Interfaces:
BulkUpdateHandler

public class SesameBulkUpdateHandler
extends com.hp.hpl.jena.graph.impl.SimpleBulkUpdateHandler

This is a bulkhandler that knows about sesame transactions. TODO: Override more methods here as the need arises.

Author:
grimnes

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

SesameBulkUpdateHandler

public SesameBulkUpdateHandler(GraphSesame parent)
Method Detail

add

public void add(Graph g)
This might be slow, but not as slow as doing one transaction per statement.

Specified by:
add in interface BulkUpdateHandler
Overrides:
add in class com.hp.hpl.jena.graph.impl.SimpleBulkUpdateHandler
See Also:
SimpleBulkUpdateHandler.add(com.hp.hpl.jena.graph.Graph)

add

public void add(Graph g,
                boolean withReifications)
Specified by:
add in interface BulkUpdateHandler
Overrides:
add in class com.hp.hpl.jena.graph.impl.SimpleBulkUpdateHandler

add

protected void add(List triples,
                   boolean notify)
Overrides:
add in class com.hp.hpl.jena.graph.impl.SimpleBulkUpdateHandler