Package cn.boboweike.carrot.storage
Class TaskStatsEnricher
- java.lang.Object
-
- cn.boboweike.carrot.storage.TaskStatsEnricher
-
public class TaskStatsEnricher extends Object
Class which takes TaskStats and extends them with estimations on how long the work will take based on previous TaskStats.
-
-
Constructor Summary
Constructors Constructor Description TaskStatsEnricher()
-
-
-
Method Detail
-
enrich
public TaskStatsExtended enrich(TaskStats taskStats)
-
-