Uses of Class
cn.boboweike.carrot.tasks.mappers.TaskMapper
-
Packages that use TaskMapper Package Description cn.boboweike.carrot.storage cn.boboweike.carrot.storage.nosql.mongo cn.boboweike.carrot.storage.nosql.mongo.mapper -
-
Uses of TaskMapper in cn.boboweike.carrot.storage
Methods in cn.boboweike.carrot.storage with parameters of type TaskMapper Modifier and Type Method Description voidInMemoryPartitionedStorageProvider. setTaskMapper(TaskMapper taskMapper)voidPartitionedStorageProvider. setTaskMapper(TaskMapper taskMapper)voidThreadSafePartitionedStorageProvider. setTaskMapper(TaskMapper taskMapper) -
Uses of TaskMapper in cn.boboweike.carrot.storage.nosql.mongo
Methods in cn.boboweike.carrot.storage.nosql.mongo with parameters of type TaskMapper Modifier and Type Method Description voidMongoDBPartitionedStorageProvider. setTaskMapper(TaskMapper taskMapper) -
Uses of TaskMapper in cn.boboweike.carrot.storage.nosql.mongo.mapper
Constructors in cn.boboweike.carrot.storage.nosql.mongo.mapper with parameters of type TaskMapper Constructor Description TaskDocumentMapper(TaskMapper taskMapper)
-