Uses of Class
de.uni_kiel.rz.fdr.repl.error.JobException
Packages that use JobException
-
Uses of JobException in de.uni_kiel.rz.fdr.repl
Methods in de.uni_kiel.rz.fdr.repl that throw JobExceptionModifier and TypeMethodDescriptionstatic booleanArchives a loaded job.static booleanArchives a loaded job.booleanREPLJob.cancel()Cancels a running job.booleanREPLJob.cancelForce(int timeoutSeconds) Forcefully cancels a running job.booleanREPLJob.pause()Pauses a running job.static REPLJobREPLJob.resume(File path, groovy.lang.Closure<Serializable> closure) Loads an archived job instance and prepares unfinished and unsuccessful inputs for resuming.static REPLJobREPLJob.resume(File path, groovy.lang.Closure<Serializable> closure, boolean retrySuccess, boolean retryErrors) Loads an archived job instance and prepares it for resuming.static REPLJobREPLJob.resume(File path, groovy.lang.Closure<Serializable> closure, boolean retrySuccess, boolean retryErrors, boolean becomeDelegate) Loads an archived job instance and prepares it for resuming.static REPLJobREPLJob.resume(File path, BiFunction<Serializable, REPLJob, Serializable> function) Loads an archived job instance and prepares unfinished and unsuccessful inputs for resuming.static REPLJobREPLJob.resume(File path, BiFunction<Serializable, REPLJob, Serializable> function, boolean retrySuccess, boolean retryErrors) Loads an archived job instance and prepares it for resuming.static REPLJobREPLJob.resume(File path, Supplier<Serializable> supplier) Loads an archived job instance and prepares unfinished and unsuccessful inputs for resuming.static REPLJobREPLJob.resume(File path, Supplier<Serializable> supplier, boolean retrySuccess, boolean retryErrors) Loads an archived job instance and prepares it for resuming.static REPLJobREPLJob.resume(String key, groovy.lang.Closure<Serializable> closure) Loads an archived job instance and prepares unfinished and unsuccessful inputs for resuming.static REPLJobREPLJob.resume(String key, groovy.lang.Closure<Serializable> closure, boolean retrySuccess, boolean retryErrors) Loads an archived job instance and prepares it for resuming.static REPLJobREPLJob.resume(String key, groovy.lang.Closure<Serializable> closure, boolean retrySuccess, boolean retryErrors, boolean becomeDelegate) Loads an archived job instance and prepares it for resuming.static REPLJobREPLJob.resume(String key, BiFunction<Serializable, REPLJob, Serializable> function) Loads an archived job instance and prepares unfinished and unsuccessful inputs for resuming.static REPLJobREPLJob.resume(String key, BiFunction<Serializable, REPLJob, Serializable> function, boolean retrySuccess, boolean retryErrors) Loads an archived job instance and prepares it for resuming.static REPLJobREPLJob.resume(String key, Supplier<Serializable> supplier) Loads an archived job instance and prepares unfinished and unsuccessful inputs for resuming.static REPLJobREPLJob.resume(String key, Supplier<Serializable> supplier, boolean retrySuccess, boolean retryErrors) Loads an archived job instance and prepares it for resuming.voidREPLJob.retryIndex(int index) Flag the input item with the specified index for resuming.REPLJob.start()Starts processing.REPLJob.start(ThreadFactory threadFactory) Starts processing.REPLJob.start(ThreadFactory threadFactory, Consumer<REPLJob.JobEvent> progressCallback) Starts processing.REPLJob.start(Consumer<REPLJob.JobEvent> progressCallback) Starts processing.REPLJob.unpause()Restarts processing after a job has been paused.