Uses of Interface
org.apache.jena.system.progress.ProgressMonitor
-
Uses of ProgressMonitor in org.apache.jena.system.progress
Modifier and TypeClassDescriptionclass
SimpleProgressMonitor
that records time and ticks but does not print anythingclass
Progress monitor - output lines to show the progress of some long running operation.Modifier and TypeMethodDescriptionstatic ProgressMonitor
ProgressMonitorFactory.progressMonitor
(String label, MonitorOutput output, int dataTickPoint, int dataSuperTick) Create a progress monitor that sends output via aMonitorOutput
.ModifierConstructorDescriptionProgressIterator
(Iterator<T> other, ProgressMonitor monitor) ProgressStreamRDF
(StreamRDF other, ProgressMonitor monitor)