com.hp.hpl.jena.sparql.util.graph
Class GraphLoadMonitor

java.lang.Object
  extended by com.hp.hpl.jena.sparql.util.graph.GraphListenerBase
      extended by com.hp.hpl.jena.sparql.util.graph.GraphListenerCounter
          extended by com.hp.hpl.jena.sparql.util.graph.GraphLoadMonitor
All Implemented Interfaces:
com.hp.hpl.jena.graph.GraphListener

public class GraphLoadMonitor
extends GraphListenerCounter


Constructor Summary
GraphLoadMonitor(int addNotePoint, boolean displayMemory)
           
 
Method Summary
 void finishMonitor()
           
 void resetTimer()
           
 void setLabel(String label)
           
 void setSummaryLabel(String label)
           
 void startMonitor()
           
 long triplesLoaded()
           
 
Methods inherited from class com.hp.hpl.jena.sparql.util.graph.GraphListenerCounter
getAddCount, getAddTicks, getAddTickSize, getDeleteCount, getDeleteTicks, getDeleteTickSize, notifyEvent, reset
 
Methods inherited from class com.hp.hpl.jena.sparql.util.graph.GraphListenerBase
notifyAddArray, notifyAddGraph, notifyAddIterator, notifyAddList, notifyAddTriple, notifyDeleteArray, notifyDeleteGraph, notifyDeleteIterator, notifyDeleteList, notifyDeleteTriple
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GraphLoadMonitor

public GraphLoadMonitor(int addNotePoint,
                        boolean displayMemory)
Method Detail

setLabel

public void setLabel(String label)

setSummaryLabel

public void setSummaryLabel(String label)

startMonitor

public void startMonitor()

finishMonitor

public void finishMonitor()

resetTimer

public void resetTimer()

triplesLoaded

public long triplesLoaded()


Licenced under the Apache License, Version 2.0