Class GraphLoadMonitor
- java.lang.Object
-
- org.apache.jena.sparql.util.graph.GraphListenerBase
-
- org.apache.jena.sparql.util.graph.GraphListenerCounter
-
- org.apache.jena.sparql.util.graph.GraphLoadMonitor
-
- All Implemented Interfaces:
GraphListener
public class GraphLoadMonitor extends GraphListenerCounter
-
-
Constructor Summary
Constructors Constructor Description GraphLoadMonitor(int addNotePoint, boolean displayMemory)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidfinishMonitor()voidresetTimer()voidsetLabel(java.lang.String label)voidsetSummaryLabel(java.lang.String label)voidstartMonitor()longtriplesLoaded()-
Methods inherited from class org.apache.jena.sparql.util.graph.GraphListenerCounter
getAddCount, getAddTicks, getAddTickSize, getDeleteCount, getDeleteTicks, getDeleteTickSize, notifyEvent, reset
-
Methods inherited from class org.apache.jena.sparql.util.graph.GraphListenerBase
notifyAddArray, notifyAddGraph, notifyAddIterator, notifyAddList, notifyAddTriple, notifyDeleteArray, notifyDeleteGraph, notifyDeleteIterator, notifyDeleteList, notifyDeleteTriple
-
-