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 boolean
Archives a loaded job.static boolean
Archives a loaded job.boolean
REPLJob.cancel()
Cancels a running job.boolean
REPLJob.cancelForce
(int timeoutSeconds) Forcefully cancels a running job.boolean
REPLJob.pause()
Pauses a running job.static REPLJob
REPLJob.resume
(File path, groovy.lang.Closure<Serializable> closure) Loads an archived job instance and prepares unfinished and unsuccessful inputs for resuming.static REPLJob
REPLJob.resume
(File path, groovy.lang.Closure<Serializable> closure, boolean retrySuccess, boolean retryErrors) Loads an archived job instance and prepares it for resuming.static REPLJob
REPLJob.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 REPLJob
REPLJob.resume
(File path, BiFunction<Serializable, REPLJob, Serializable> function) Loads an archived job instance and prepares unfinished and unsuccessful inputs for resuming.static REPLJob
REPLJob.resume
(File path, BiFunction<Serializable, REPLJob, Serializable> function, boolean retrySuccess, boolean retryErrors) Loads an archived job instance and prepares it for resuming.static REPLJob
REPLJob.resume
(File path, Supplier<Serializable> supplier) Loads an archived job instance and prepares unfinished and unsuccessful inputs for resuming.static REPLJob
REPLJob.resume
(File path, Supplier<Serializable> supplier, boolean retrySuccess, boolean retryErrors) Loads an archived job instance and prepares it for resuming.static REPLJob
REPLJob.resume
(String key, groovy.lang.Closure<Serializable> closure) Loads an archived job instance and prepares unfinished and unsuccessful inputs for resuming.static REPLJob
REPLJob.resume
(String key, groovy.lang.Closure<Serializable> closure, boolean retrySuccess, boolean retryErrors) Loads an archived job instance and prepares it for resuming.static REPLJob
REPLJob.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 REPLJob
REPLJob.resume
(String key, BiFunction<Serializable, REPLJob, Serializable> function) Loads an archived job instance and prepares unfinished and unsuccessful inputs for resuming.static REPLJob
REPLJob.resume
(String key, BiFunction<Serializable, REPLJob, Serializable> function, boolean retrySuccess, boolean retryErrors) Loads an archived job instance and prepares it for resuming.static REPLJob
REPLJob.resume
(String key, Supplier<Serializable> supplier) Loads an archived job instance and prepares unfinished and unsuccessful inputs for resuming.static REPLJob
REPLJob.resume
(String key, Supplier<Serializable> supplier, boolean retrySuccess, boolean retryErrors) Loads an archived job instance and prepares it for resuming.void
REPLJob.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.