Uses of Class
org.anchoranalysis.experiment.task.TaskStatistics
| Package | Description |
|---|---|
| org.anchoranalysis.experiment.bean.io |
Generic experiments that handle input and output in structured ways.
|
| org.anchoranalysis.experiment.bean.processor |
How a task is executed on multiple inputs.
|
| org.anchoranalysis.experiment.task.processor |
Non-bean classes related to
JobProcessor. |
-
Uses of TaskStatistics in org.anchoranalysis.experiment.bean.io
Methods in org.anchoranalysis.experiment.bean.io that return types with arguments of type TaskStatistics Modifier and Type Method Description protected Optional<TaskStatistics>InputOutputExperiment. executeExperimentWithParameters(ParametersExperiment parameters)protected abstract Optional<TaskStatistics>OutputExperiment. executeExperimentWithParameters(ParametersExperiment parameters)Executes the experiment for parameters. -
Uses of TaskStatistics in org.anchoranalysis.experiment.bean.processor
Methods in org.anchoranalysis.experiment.bean.processor that return TaskStatistics Modifier and Type Method Description protected TaskStatisticsDebugDependentProcessor. execute(Outputter rootOutputter, List<T> inputs, ParametersExperiment parametersExperiment)protected abstract TaskStatisticsJobProcessor. execute(Outputter rootOutputter, List<T> inputs, ParametersExperiment parametersExperiment)Executes the task on allinputs.protected TaskStatisticsParallelProcessor. execute(Outputter rootOutputter, List<T> inputs, ParametersExperiment parametersExperiment)protected TaskStatisticsSequentialProcessor. execute(Outputter rootOutputter, List<T> inputs, ParametersExperiment parametersExperiment)TaskStatisticsJobProcessor. executeLogStatistics(Outputter rootOutputter, List<T> inputs, ParametersExperiment parametersExperiment)Executes the task on allinputsand logs statistics about this to the file-systen. -
Uses of TaskStatistics in org.anchoranalysis.experiment.task.processor
Methods in org.anchoranalysis.experiment.task.processor that return TaskStatistics Modifier and Type Method Description TaskStatisticsConcurrentJobMonitor. deriveStatistics()Derive statistics on the aggregate state of jobs.TaskStatisticsMonitoredSequentialExecutor. executeEachWithMonitor(String logPrefix, List<T> inputs)Executes code for each element of inputs in serial, providing log-reports as to how many are finished, remain etc.