Package cn.boboweike.carrot.storage
Class TaskStatsExtended
- java.lang.Object
-
- cn.boboweike.carrot.storage.TaskStats
-
- cn.boboweike.carrot.storage.TaskStatsExtended
-
public class TaskStatsExtended extends TaskStats
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classTaskStatsExtended.Estimation
-
Constructor Summary
Constructors Constructor Description TaskStatsExtended(TaskStats taskStats)TaskStatsExtended(TaskStats taskStats, Long amountSucceeded, Long amountFailed, Instant estimatedProcessingFinishedInstant)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LonggetAmountFailed()LonggetAmountSucceeded()TaskStatsExtended.EstimationgetEstimation()-
Methods inherited from class cn.boboweike.carrot.storage.TaskStats
empty, getAllTimeSucceeded, getBackgroundTaskServers, getDeleted, getEnqueued, getFailed, getProcessing, getRecurringTasks, getScheduled, getSucceeded, getTimeStamp, getTotal, of
-
-
-
-
Method Detail
-
getAmountSucceeded
public Long getAmountSucceeded()
-
getAmountFailed
public Long getAmountFailed()
-
getEstimation
public TaskStatsExtended.Estimation getEstimation()
-
-