public class JustificationWriter extends Object implements Callable<Long>
Justifications on the justification index.| Constructor and Description |
|---|
JustificationWriter(AbstractTripleStore dst,
IChunkedIterator<Justification> src,
AtomicLong nwritten) |
public JustificationWriter(AbstractTripleStore dst, IChunkedIterator<Justification> src, AtomicLong nwritten)
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.Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.