Uses of Class
org.anchoranalysis.plugin.io.shared.RecordingCounter
| Package | Description |
|---|---|
| org.anchoranalysis.plugin.io.bean.task |
Implementations of
Task related to file-system
I/O. |
-
Uses of RecordingCounter in org.anchoranalysis.plugin.io.bean.task
Methods in org.anchoranalysis.plugin.io.bean.task that return RecordingCounter Modifier and Type Method Description RecordingCounter<T>CopyFiles. beforeAnyJobIsExecuted(org.anchoranalysis.io.output.outputter.Outputter outputter, org.anchoranalysis.inference.concurrency.ConcurrencyPlan concurrencyPlan, List<org.anchoranalysis.io.input.file.FileWithDirectoryInput> inputs, org.anchoranalysis.experiment.task.ParametersExperiment parameters)Methods in org.anchoranalysis.plugin.io.bean.task with parameters of type RecordingCounter Modifier and Type Method Description voidCopyFiles. afterAllJobsAreExecuted(RecordingCounter<T> sharedState, org.anchoranalysis.io.output.outputter.InputOutputContext context)Method parameters in org.anchoranalysis.plugin.io.bean.task with type arguments of type RecordingCounter Modifier and Type Method Description voidCopyFiles. doJobOnInput(org.anchoranalysis.experiment.task.InputBound<org.anchoranalysis.io.input.file.FileWithDirectoryInput,RecordingCounter<T>> input)