Uses of Interface
cn.boboweike.carrot.tasks.details.TaskDetailsGenerator
-
Packages that use TaskDetailsGenerator Package Description cn.boboweike.carrot.configuration cn.boboweike.carrot.scheduling cn.boboweike.carrot.tasks.details -
-
Uses of TaskDetailsGenerator in cn.boboweike.carrot.configuration
Methods in cn.boboweike.carrot.configuration with parameters of type TaskDetailsGenerator Modifier and Type Method Description CarrotConfigurationCarrotConfiguration. useTaskDetailsGenerator(TaskDetailsGenerator taskDetailsGenerator)Specifies whichTaskDetailsGeneratorto use. -
Uses of TaskDetailsGenerator in cn.boboweike.carrot.scheduling
Constructors in cn.boboweike.carrot.scheduling with parameters of type TaskDetailsGenerator Constructor Description TaskScheduler(PartitionedStorageProvider storageProvider, TaskDetailsGenerator taskDetailsGenerator, List<TaskFilter> taskFilters) -
Uses of TaskDetailsGenerator in cn.boboweike.carrot.tasks.details
Classes in cn.boboweike.carrot.tasks.details that implement TaskDetailsGenerator Modifier and Type Class Description classCachingTaskDetailsGeneratorclassTaskDetailsAsmGeneratorConstructors in cn.boboweike.carrot.tasks.details with parameters of type TaskDetailsGenerator Constructor Description CachingTaskDetailsGenerator(TaskDetailsGenerator delegate)
-