Uses of Interface
cn.boboweike.carrot.server.strategy.WorkDistributionStrategy
-
Packages that use WorkDistributionStrategy Package Description cn.boboweike.carrot.server cn.boboweike.carrot.server.configuration cn.boboweike.carrot.server.strategy -
-
Uses of WorkDistributionStrategy in cn.boboweike.carrot.server
Methods in cn.boboweike.carrot.server that return WorkDistributionStrategy Modifier and Type Method Description WorkDistributionStrategyBackgroundTaskServer. getWorkDistributionStrategy() -
Uses of WorkDistributionStrategy in cn.boboweike.carrot.server.configuration
Methods in cn.boboweike.carrot.server.configuration that return WorkDistributionStrategy Modifier and Type Method Description WorkDistributionStrategyBackgroundTaskServerWorkerPolicy. toWorkDistributionStrategy(BackgroundTaskServer backgroundTaskServer)WorkDistributionStrategyDefaultBackgroundTaskServerWorkerPolicy. toWorkDistributionStrategy(BackgroundTaskServer backgroundTaskServer)WorkDistributionStrategyFixedSizeBackgroundTaskServerWorkerPolicy. toWorkDistributionStrategy(BackgroundTaskServer backgroundTaskServer) -
Uses of WorkDistributionStrategy in cn.boboweike.carrot.server.strategy
Classes in cn.boboweike.carrot.server.strategy that implement WorkDistributionStrategy Modifier and Type Class Description classBasicWorkDistributionStrategy
-