Uses of Enum Class
de.uni_kiel.rz.fdr.repl.REPLJob.JobState
Packages that use REPLJob.JobState
-
Uses of REPLJob.JobState in de.uni_kiel.rz.fdr.repl
Methods in de.uni_kiel.rz.fdr.repl that return REPLJob.JobStateModifier and TypeMethodDescriptionREPLJob.JobProgress.state()
Returns the value of thestate
record component.static REPLJob.JobState
Returns the enum constant of this class with the specified name.static REPLJob.JobState[]
REPLJob.JobState.values()
Returns an array containing the constants of this enum class, in the order they are declared.Constructors in de.uni_kiel.rz.fdr.repl with parameters of type REPLJob.JobStateModifierConstructorDescriptionJobProgress
(REPLJob.JobState state, Integer nextInput, int totalInputs, int remainingInputs, int success, int skippedSuccess, int errors, int skippedErrors, int percentDone, ZonedDateTime pausedSince, ZonedDateTime cancelledSince, ZonedDateTime startTimestamp, ZonedDateTime doneTimestamp, ZonedDateTime eta, Long etaSeconds, int activeThreads, Future<REPLJob.JobProgress> future) Creates an instance of aJobProgress
record class.