public class JustificationRemover extends Object implements Callable<Long>
Justification
s
for each statement specified by the caller.
Note: There is only one index for Justification
s. The keys all use
the {s,p,o} of the entailed statement as their prefix, so given a statement
it is trivial to do a range scan for its justifications.
Modifier and Type | Field and Description |
---|---|
protected static boolean |
DEBUG
True iff the
log level is DEBUG or less. |
protected static boolean |
INFO
True iff the
log level is INFO or less. |
protected static org.apache.log4j.Logger |
log |
Constructor and Description |
---|
JustificationRemover(SPORelation db,
ISPO[] stmts,
int numStmts,
boolean clone,
AtomicLong sortTime,
AtomicLong writeTime) |
protected static final org.apache.log4j.Logger log
protected static final boolean INFO
log
level is INFO or less.protected static final boolean DEBUG
log
level is DEBUG or less.public JustificationRemover(SPORelation db, ISPO[] stmts, int numStmts, boolean clone, AtomicLong sortTime, AtomicLong writeTime)
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.