com.bigdata.rdf.rio
Class LoadStats
java.lang.Object
com.bigdata.rdf.rio.LoadStats
public class LoadStats
- extends Object
Used to report statistics when loading data.
- Version:
- $Id: LoadStats.java 2265 2009-10-26 12:51:06Z thompsonbry $
- Author:
- Bryan Thompson
toldTriples
public long toldTriples
loadTime
public long loadTime
commitTime
public long commitTime
totalTime
public long totalTime
REPORT_INTERVAL
protected static transient long REPORT_INTERVAL
- The internal with which this class will log on
System.out in
milliseconds (it is se to every 10 minutes). This helps to track progress
on very large data loads.
closureStats
public final ClosureStats closureStats
- Used iff the closure is computed as the data are loaded.
LoadStats
public LoadStats()
triplesPerSecond
public long triplesPerSecond()
add
public void add(LoadStats stats)
toString
public String toString()
- Human readable representation.
- Overrides:
toString in class Object
Copyright © 2006-2009 SYSTAP, LLC. All Rights Reserved.