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 void
finishMonitor()
void
resetTimer()
void
setLabel(java.lang.String label)
void
setSummaryLabel(java.lang.String label)
void
startMonitor()
long
triplesLoaded()
-
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
-
-