org.apache.jena.tdb.store.bulkloader3
Class NodeTableBuilder2

java.lang.Object
  extended by org.apache.jena.tdb.store.bulkloader3.NodeTableBuilder2
All Implemented Interfaces:
Closeable, Sink<Quad>

public class NodeTableBuilder2
extends Object
implements Sink<Quad>


Constructor Summary
NodeTableBuilder2(com.hp.hpl.jena.tdb.store.DatasetGraphTDB dsg, ProgressLogger monitor, DataBag<Tuple<Long>> outputTriples, DataBag<Tuple<Long>> outputQuads)
           
 
Method Summary
 void close()
           
 void flush()
           
 com.hp.hpl.jena.tdb.solver.stats.StatsCollectorNodeId getCollector()
           
 void send(Quad quad)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NodeTableBuilder2

public NodeTableBuilder2(com.hp.hpl.jena.tdb.store.DatasetGraphTDB dsg,
                         ProgressLogger monitor,
                         DataBag<Tuple<Long>> outputTriples,
                         DataBag<Tuple<Long>> outputQuads)
Method Detail

getCollector

public com.hp.hpl.jena.tdb.solver.stats.StatsCollectorNodeId getCollector()

send

public void send(Quad quad)
Specified by:
send in interface Sink<Quad>

flush

public void flush()
Specified by:
flush in interface Sink<Quad>

close

public void close()
Specified by:
close in interface Closeable


Licenced under the Apache License, Version 2.0