com.bigdata.rdf.spo
Class JustificationWriter
java.lang.Object
com.bigdata.rdf.spo.JustificationWriter
- All Implemented Interfaces:
- Callable<Long>
public class JustificationWriter
- extends Object
- implements Callable<Long>
Writes Justifications on the justification index.
- Version:
- $Id: JustificationWriter.java 2265 2009-10-26 12:51:06Z thompsonbry $
- Author:
- Bryan Thompson
|
Method Summary |
Long |
call()
Write justifications on the justifications index. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JustificationWriter
public JustificationWriter(AbstractTripleStore dst,
IChunkedIterator<Justification> src,
AtomicLong nwritten)
- Parameters:
dst - The database on which the statements will be written.src - The source iterator.nwritten - Incremented as a side-effect for each justification
actually written on the justification index.
call
public Long call()
throws Exception
- Write justifications on the justifications index.
- Specified by:
call in interface Callable<Long>
- Returns:
- The elapsed time.
- Throws:
Exception
Copyright © 2006-2009 SYSTAP, LLC. All Rights Reserved.