Uses of Record Class
de.uni_kiel.rz.fdr.repl.REPLJob.JobProgress
Packages that use REPLJob.JobProgress
-
Uses of REPLJob.JobProgress in de.uni_kiel.rz.fdr.repl
Methods in de.uni_kiel.rz.fdr.repl that return REPLJob.JobProgressMethods in de.uni_kiel.rz.fdr.repl that return types with arguments of type REPLJob.JobProgressModifier and TypeMethodDescriptionREPLJob.JobProgress.future()
Returns the value of thefuture
record component.REPLJob.getFuture()
Returns a future that you can wait on.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.Constructor parameters in de.uni_kiel.rz.fdr.repl with type arguments of type REPLJob.JobProgressModifierConstructorDescriptionJobProgress
(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.