java.lang.Object
org.apache.jena.system.progress.ProgressMonitorContext
The counting state of a
ProgressMonitor
. This can be used to across different
ProgressMonitor
s (sequentially) to give running totals-
Constructor Summary
-
Method Summary
-
Constructor Details
-
ProgressMonitorContext
public ProgressMonitorContext(long ticks, org.apache.jena.atlas.lib.Timer timer)
-
-
Method Details
-
tick
public void tick() -
start
public void start() -
finish
public void finish() -
getElapsed
public long getElapsed()
-