com.bigdata.rdf.load
Class RDFVerifyTaskFactory<S extends Statement,T extends Runnable>

java.lang.Object
  extended by com.bigdata.rdf.load.AbstractRDFTaskFactory<S,T>
      extended by com.bigdata.rdf.load.RDFVerifyTaskFactory<S,T>
All Implemented Interfaces:
ITaskFactory<T>

public class RDFVerifyTaskFactory<S extends Statement,T extends Runnable>
extends AbstractRDFTaskFactory<S,T>

Factory for tasks for verifying a database against RDF resources.

Version:
$Id: RDFVerifyTaskFactory.java 2265 2009-10-26 12:51:06Z thompsonbry $
Author:
Bryan Thompson

Field Summary
 
Fields inherited from class com.bigdata.rdf.load.AbstractRDFTaskFactory
db, deleteAfter, fallback, log, verifyData
 
Constructor Summary
RDFVerifyTaskFactory(AbstractTripleStore db, int bufferCapacity, boolean verifyData, boolean deleteAfter, RDFFormat fallback)
           
 
Method Summary
 long getTermCount()
           
 long getTermNotFoundCount()
           
 long getTripleCount()
           
 long getTripleNotFoundCount()
           
 String reportTotals()
          Report on #terms and #stmts not found as well as #triples processed and found.
 
Methods inherited from class com.bigdata.rdf.load.AbstractRDFTaskFactory
elapsed, getBufferFactory, getRDFFormat, newTask, notifyEnd, notifyStart
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RDFVerifyTaskFactory

public RDFVerifyTaskFactory(AbstractTripleStore db,
                            int bufferCapacity,
                            boolean verifyData,
                            boolean deleteAfter,
                            RDFFormat fallback)
Method Detail

getTermCount

public long getTermCount()

getTermNotFoundCount

public long getTermNotFoundCount()

getTripleCount

public long getTripleCount()

getTripleNotFoundCount

public long getTripleNotFoundCount()

reportTotals

public String reportTotals()
Report on #terms and #stmts not found as well as #triples processed and found.



Copyright © 2006-2009 SYSTAP, LLC. All Rights Reserved.