com.bigdata.rdf.inf
Class ClosureStats
java.lang.Object
com.bigdata.rdf.inf.ClosureStats
public class ClosureStats
- extends Object
Statistics collected when performing inference.
- Version:
- $Id: ClosureStats.java 2265 2009-10-26 12:51:06Z thompsonbry $
- Author:
- Bryan Thompson
|
Field Summary |
long |
elapsed
Time to compute the entailments and store them within the database
(milliseconds). |
long |
mutationCount
The #of entailments that were added to the database (this includes axioms
and statements entailed given the data). |
mutationCount
public long mutationCount
- The #of entailments that were added to the database (this includes axioms
and statements entailed given the data). This reports only the actual
change in the #of statements in the database across the closure
operation.
elapsed
public long elapsed
- Time to compute the entailments and store them within the database
(milliseconds).
ClosureStats
public ClosureStats()
ClosureStats
public ClosureStats(long mutationCount,
long elapsed)
- Parameters:
mutationCount - elapsed -
add
public void add(ClosureStats o)
toString
public String toString()
- Overrides:
toString in class Object
Copyright © 2006-2009 SYSTAP, LLC. All Rights Reserved.