Uses of Class
cn.boboweike.carrot.server.BackgroundTaskServer
-
-
Uses of BackgroundTaskServer in cn.boboweike.carrot.configuration
Methods in cn.boboweike.carrot.configuration that return BackgroundTaskServer Modifier and Type Method Description static BackgroundTaskServerCarrot. getBackgroundTaskServer()Methods in cn.boboweike.carrot.configuration with parameters of type BackgroundTaskServer Modifier and Type Method Description voidCarrotMicroMeterIntegration. initialize(PartitionedStorageProvider storageProvider, BackgroundTaskServer backgroundTaskServer) -
Uses of BackgroundTaskServer in cn.boboweike.carrot.server
Constructors in cn.boboweike.carrot.server with parameters of type BackgroundTaskServer Constructor Description BackgroundTaskPerformer(BackgroundTaskServer backgroundTaskServer, Task task)ServerZooKeeper(BackgroundTaskServer backgroundTaskServer)TaskZooKeeper(BackgroundTaskServer backgroundTaskServer) -
Uses of BackgroundTaskServer in cn.boboweike.carrot.server.configuration
Methods in cn.boboweike.carrot.server.configuration with parameters of type BackgroundTaskServer Modifier and Type Method Description WorkDistributionStrategyBackgroundTaskServerWorkerPolicy. toWorkDistributionStrategy(BackgroundTaskServer backgroundTaskServer)WorkDistributionStrategyDefaultBackgroundTaskServerWorkerPolicy. toWorkDistributionStrategy(BackgroundTaskServer backgroundTaskServer)WorkDistributionStrategyFixedSizeBackgroundTaskServerWorkerPolicy. toWorkDistributionStrategy(BackgroundTaskServer backgroundTaskServer) -
Uses of BackgroundTaskServer in cn.boboweike.carrot.server.jmx
Constructors in cn.boboweike.carrot.server.jmx with parameters of type BackgroundTaskServer Constructor Description CarrotJMXExtensions(BackgroundTaskServer backgroundTaskServer, PartitionedStorageProvider storageProvider) -
Uses of BackgroundTaskServer in cn.boboweike.carrot.server.metrics
Constructors in cn.boboweike.carrot.server.metrics with parameters of type BackgroundTaskServer Constructor Description BackgroundTaskServerMetricsBinder(BackgroundTaskServer backgroundTaskServer, io.micrometer.core.instrument.MeterRegistry meterRegistry) -
Uses of BackgroundTaskServer in cn.boboweike.carrot.server.strategy
Constructors in cn.boboweike.carrot.server.strategy with parameters of type BackgroundTaskServer Constructor Description BasicWorkDistributionStrategy(BackgroundTaskServer backgroundTaskServer, int workerCount) -
Uses of BackgroundTaskServer in cn.boboweike.carrot.server.tasks
Constructors in cn.boboweike.carrot.server.tasks with parameters of type BackgroundTaskServer Constructor Description CheckIfAllTasksExistTask(BackgroundTaskServer backgroundTaskServer)CreateClusterIdIfNotExists(BackgroundTaskServer backgroundTaskServer) -
Uses of BackgroundTaskServer in cn.boboweike.carrot.tasks
Methods in cn.boboweike.carrot.tasks with parameters of type BackgroundTaskServer Modifier and Type Method Description voidTask. startProcessingOn(BackgroundTaskServer backgroundTaskServer)
-