com.bigdata.rdf.rio
Class LoadStats

java.lang.Object
  extended by 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

Field Summary
 ClosureStats closureStats
          Used iff the closure is computed as the data are loaded.
 long commitTime
           
 long loadTime
           
protected static long REPORT_INTERVAL
          The internal with which this class will log on System.out in milliseconds (it is se to every 10 minutes).
 long toldTriples
           
 long totalTime
           
 
Constructor Summary
LoadStats()
           
 
Method Summary
 void add(LoadStats stats)
           
 String toString()
          Human readable representation.
 long triplesPerSecond()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

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.

Constructor Detail

LoadStats

public LoadStats()
Method Detail

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.