com.bigdata.rdf.load
Class RDFVerifyTaskFactory<S extends Statement,T extends Runnable>
java.lang.Object
com.bigdata.rdf.load.AbstractRDFTaskFactory<S,T>
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RDFVerifyTaskFactory
public RDFVerifyTaskFactory(AbstractTripleStore db,
int bufferCapacity,
boolean verifyData,
boolean deleteAfter,
RDFFormat fallback)
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.