Uses of Interface
org.apache.jena.system.progress.MonitorOutput
-
Uses of MonitorOutput in org.apache.jena.system.progress
Modifier and TypeMethodDescriptionstatic MonitorOutput
MonitorOutputs.nullOutput()
Output to the nothing.static MonitorOutput
MonitorOutputs.outputTo
(PrintStream output) MonitorOutput
to a PrintStream.static MonitorOutput
MonitorOutputs.outputToLog
(org.slf4j.Logger logger) MonitorOutput
to a logger.Modifier and TypeMethodDescriptionstatic ProgressMonitorOutput
ProgressMonitorOutput.create
(MonitorOutput output, String label, long tickPoint, int superTick) ProgressMonitor that outputs to on aMonitorOutput
static ProgressMonitor
ProgressMonitorFactory.progressMonitor
(String label, MonitorOutput output, int dataTickPoint, int dataSuperTick) Create a progress monitor that sends output via aMonitorOutput
.ModifierConstructorDescriptionProgressMonitorOutput
(String label, long tickPoint, int superTick, MonitorOutput output)