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

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

public class NodeTableBuilder
extends Object
implements Sink<Quad>


Constructor Summary
NodeTableBuilder(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

NodeTableBuilder

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

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

getCollector

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


Licenced under the Apache License, Version 2.0