Package cn.boboweike.carrot.tasks.filters
-
Interface Summary Interface Description ApplyStateFilter A filter that is triggered each time that the state of a task has changed (except when the Task is deleted via the Dashboard).ElectStateFilter A filter that is triggered each time that the state of a Task is changed (except when the Task is deleted via the Dashboard).TaskClientFilter A filter that is triggered each time that a Task is about to be created (before it is saved to thePartitionedStorageProvider) has been created (after is has been saved in thePartitionedStorageProviderTaskFilter TaskServerFilter A filter that is triggered each time that a Task starts processing or has been processed. -
Class Summary Class Description AbstractTaskFilters DisplayNameFilter RetryFilter A TaskFilter of typeElectStateFilterthat will retry the task if it fails for up to 10 times with an exponential back-off policy.TaskCreationFilters TaskDefaultFilters TaskFilterUtils TaskPerformingFilters