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 MonitorOutputMonitorOutputs.nullOutput()Output to the nothing.static MonitorOutputMonitorOutputs.outputTo(PrintStream output) MonitorOutputto a PrintStream.static MonitorOutputMonitorOutputs.outputToLog(org.slf4j.Logger logger) MonitorOutputto a logger.Methods in org.apache.jena.system.progress with parameters of type MonitorOutputModifier and TypeMethodDescriptionstatic ProgressMonitorOutputProgressMonitorOutput.create(MonitorOutput output, String label, long tickPoint, int superTick) ProgressMonitor that outputs to on aMonitorOutputstatic ProgressMonitorProgressMonitorFactory.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)