Uses of Class
cn.boboweike.carrot.storage.PageRequest
-
Packages that use PageRequest Package Description cn.boboweike.carrot.server.strategy cn.boboweike.carrot.storage cn.boboweike.carrot.storage.nosql.mongo cn.boboweike.carrot.storage.nosql.mongo.mapper -
-
Uses of PageRequest in cn.boboweike.carrot.server.strategy
Methods in cn.boboweike.carrot.server.strategy that return PageRequest Modifier and Type Method Description PageRequestBasicWorkDistributionStrategy. getWorkPageRequest()PageRequestWorkDistributionStrategy. getWorkPageRequest() -
Uses of PageRequest in cn.boboweike.carrot.storage
Methods in cn.boboweike.carrot.storage that return PageRequest Modifier and Type Method Description static PageRequestPageRequest. ascOnUpdatedAt(int amount)static PageRequestPageRequest. ascOnUpdatedAt(long offset, int limit)static PageRequestPageRequest. descOnUpdatedAt(int amount)static PageRequestPageRequest. descOnUpdatedAt(long offset, int limit)Methods in cn.boboweike.carrot.storage with parameters of type PageRequest Modifier and Type Method Description List<Task>InMemoryPartitionedStorageProvider. getScheduledTasksByPartition(Instant scheduledBefore, PageRequest pageRequest, Integer partition)List<Task>PartitionedStorageProvider. getScheduledTasksByPartition(Instant scheduledBefore, PageRequest pageRequest, Integer partition)List<Task>ThreadSafePartitionedStorageProvider. getScheduledTasksByPartition(Instant scheduledBefore, PageRequest pageRequest, Integer partition)Page<Task>InMemoryPartitionedStorageProvider. getTaskPageByPartition(StateName state, PageRequest pageRequest, Integer partition)Page<Task>PartitionedStorageProvider. getTaskPageByPartition(StateName state, PageRequest pageRequest, Integer partition)Page<Task>ThreadSafePartitionedStorageProvider. getTaskPageByPartition(StateName state, PageRequest pageRequest, Integer partition)List<Task>InMemoryPartitionedStorageProvider. getTasksByPartition(StateName state, PageRequest pageRequest, Integer partition)List<Task>InMemoryPartitionedStorageProvider. getTasksByPartition(StateName state, Instant updatedBefore, PageRequest pageRequest, Integer partition)List<Task>PartitionedStorageProvider. getTasksByPartition(StateName state, PageRequest pageRequest, Integer partition)List<Task>PartitionedStorageProvider. getTasksByPartition(StateName state, Instant updatedBefore, PageRequest pageRequest, Integer partition)List<Task>ThreadSafePartitionedStorageProvider. getTasksByPartition(StateName state, PageRequest pageRequest, Integer partition)List<Task>ThreadSafePartitionedStorageProvider. getTasksByPartition(StateName state, Instant updatedBefore, PageRequest pageRequest, Integer partition)Constructors in cn.boboweike.carrot.storage with parameters of type PageRequest Constructor Description Page(long total, List<T> items, PageRequest pageRequest) -
Uses of PageRequest in cn.boboweike.carrot.storage.nosql.mongo
Methods in cn.boboweike.carrot.storage.nosql.mongo with parameters of type PageRequest Modifier and Type Method Description List<Task>MongoDBPartitionedStorageProvider. getScheduledTasksByPartition(Instant scheduledBefore, PageRequest pageRequest, Integer partition)Page<Task>MongoDBPartitionedStorageProvider. getTaskPageByPartition(StateName state, PageRequest pageRequest, Integer partition)List<Task>MongoDBPartitionedStorageProvider. getTasksByPartition(StateName state, PageRequest pageRequest, Integer partition)List<Task>MongoDBPartitionedStorageProvider. getTasksByPartition(StateName state, Instant updatedBefore, PageRequest pageRequest, Integer partition) -
Uses of PageRequest in cn.boboweike.carrot.storage.nosql.mongo.mapper
Methods in cn.boboweike.carrot.storage.nosql.mongo.mapper with parameters of type PageRequest Modifier and Type Method Description org.bson.conversions.BsonMongoDBPageRequestMapper. map(PageRequest pageRequest)
-