com.bigdata.rdf.inf
Class ClosureStats

java.lang.Object
  extended by 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).
 
Constructor Summary
ClosureStats()
           
ClosureStats(long mutationCount, long elapsed)
           
 
Method Summary
 void add(ClosureStats o)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

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).

Constructor Detail

ClosureStats

public ClosureStats()

ClosureStats

public ClosureStats(long mutationCount,
                    long elapsed)
Parameters:
mutationCount -
elapsed -
Method Detail

add

public void add(ClosureStats o)

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2006-2009 SYSTAP, LLC. All Rights Reserved.