Uses of Class
cn.boboweike.carrot.utils.resilience.RateLimiter
-
Packages that use RateLimiter Package Description cn.boboweike.carrot.storage cn.boboweike.carrot.storage.nosql.mongo cn.boboweike.carrot.utils.resilience -
-
Uses of RateLimiter in cn.boboweike.carrot.storage
Constructors in cn.boboweike.carrot.storage with parameters of type RateLimiter Constructor Description AbstractPartitionedStorageProvider(RateLimiter changeListenerNotificationRateLimit)InMemoryPartitionedStorageProvider(RateLimiter rateLimiter) -
Uses of RateLimiter in cn.boboweike.carrot.storage.nosql.mongo
Constructors in cn.boboweike.carrot.storage.nosql.mongo with parameters of type RateLimiter Constructor Description MongoDBPartitionedStorageProvider(com.mongodb.client.MongoClient mongoClient, StorageProviderUtils.DatabaseOptions databaseOptions, RateLimiter changeListenerNotificationRateLimit, int totalNumOfPartitions)MongoDBPartitionedStorageProvider(com.mongodb.client.MongoClient mongoClient, RateLimiter changeListenerNotificationRateLimit, int totalNumOfPartitions)MongoDBPartitionedStorageProvider(com.mongodb.client.MongoClient mongoClient, String dbName, String collectionPrefix, StorageProviderUtils.DatabaseOptions databaseOptions, RateLimiter changeListenerNotificationRateLimit, int totalNumOfPartitions) -
Uses of RateLimiter in cn.boboweike.carrot.utils.resilience
Methods in cn.boboweike.carrot.utils.resilience that return RateLimiter Modifier and Type Method Description RateLimiterRateLimiter.Builder. per(int time, ChronoUnit unit)RateLimiterRateLimiter.Builder. per(Duration duration)RateLimiterRateLimiter.Builder. withoutLimits()
-