Uses of Class
cn.boboweike.carrot.storage.TaskStats
-
Packages that use TaskStats Package Description cn.boboweike.carrot.storage -
-
Uses of TaskStats in cn.boboweike.carrot.storage
Subclasses of TaskStats in cn.boboweike.carrot.storage Modifier and Type Class Description classTaskStatsExtendedMethods in cn.boboweike.carrot.storage that return TaskStats Modifier and Type Method Description static TaskStatsTaskStats. empty()TaskStatsTaskStatsData. getOverallTaskStats()static TaskStatsTaskStats. of(Instant instant, TaskStats taskStats)Methods in cn.boboweike.carrot.storage that return types with arguments of type TaskStats Modifier and Type Method Description List<TaskStats>TaskStatsData. getTaskStatsList()Methods in cn.boboweike.carrot.storage with parameters of type TaskStats Modifier and Type Method Description TaskStatsExtendedTaskStatsEnricher. enrich(TaskStats taskStats)static TaskStatsTaskStats. of(Instant instant, TaskStats taskStats)voidTaskStatsData. setOverallTaskStats(TaskStats stats)Method parameters in cn.boboweike.carrot.storage with type arguments of type TaskStats Modifier and Type Method Description voidTaskStatsData. setTaskStatsList(List<TaskStats> taskStatsList)Constructors in cn.boboweike.carrot.storage with parameters of type TaskStats Constructor Description TaskStats(TaskStats taskStats)TaskStatsExtended(TaskStats taskStats)TaskStatsExtended(TaskStats taskStats, Long amountSucceeded, Long amountFailed, Instant estimatedProcessingFinishedInstant)
-