Uses of Interface
org.apache.jena.system.progress.MonitorOutput
Packages that use MonitorOutput
-
Uses of MonitorOutput in org.apache.jena.system.progress
Methods in org.apache.jena.system.progress that return MonitorOutputModifier 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.Methods in org.apache.jena.system.progress with parameters of type MonitorOutputModifier 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
.Constructors in org.apache.jena.system.progress with parameters of type MonitorOutputModifierConstructorDescriptionProgressMonitorOutput
(String label, long tickPoint, int superTick, MonitorOutput output)