Uses of Record Class
de.uni_kiel.rz.fdr.repl.REPLJob.JobEvent
Packages that use REPLJob.JobEvent
-
Uses of REPLJob.JobEvent in de.uni_kiel.rz.fdr.repl
Fields in de.uni_kiel.rz.fdr.repl with type parameters of type REPLJob.JobEventModifier and TypeFieldDescriptionstatic final Consumer<REPLJob.JobEvent>
REPLJob.CALLBACK_LOG_TO_SHELL
A predefined job event handler that you can use; it logs regular process messages to your SSH session.static final Consumer<REPLJob.JobEvent>
REPLJob.CALLBACK_PAUSE_ON_ERROR
A predefined job event handler you can use, it pauses the job whenever an error happens.Methods in de.uni_kiel.rz.fdr.repl that return types with arguments of type REPLJob.JobEventModifier and TypeMethodDescriptionREPLJob.getInternalCallback()
For internal purposes only.REPLJob.getProgressCallback()
Gets the job's current progress callback.Methods in de.uni_kiel.rz.fdr.repl with parameters of type REPLJob.JobEventModifier and TypeMethodDescriptionvoid
REPLJobCallbackAutoTune.accept
(REPLJob.JobEvent ev) For internal use only.Method parameters in de.uni_kiel.rz.fdr.repl with type arguments of type REPLJob.JobEventModifier and TypeMethodDescriptionvoid
REPLJob.setInternalCallback
(Consumer<REPLJob.JobEvent> internalCallback) For internal purposes only.void
REPLJob.setProgressCallback
(Consumer<REPLJob.JobEvent> progressCallback) Sets the job's progress callback.REPLJob.start
(ThreadFactory threadFactory, Consumer<REPLJob.JobEvent> progressCallback) Starts processing.REPLJob.start
(Consumer<REPLJob.JobEvent> progressCallback) Starts processing.