Uses of Class
cn.boboweike.carrot.storage.StorageProviderUtils.DatabaseOptions
-
Packages that use StorageProviderUtils.DatabaseOptions Package Description cn.boboweike.carrot.storage cn.boboweike.carrot.storage.nosql.mongo -
-
Uses of StorageProviderUtils.DatabaseOptions in cn.boboweike.carrot.storage
Methods in cn.boboweike.carrot.storage that return StorageProviderUtils.DatabaseOptions Modifier and Type Method Description static StorageProviderUtils.DatabaseOptionsStorageProviderUtils.DatabaseOptions. valueOf(String name)Returns the enum constant of this type with the specified name.static StorageProviderUtils.DatabaseOptions[]StorageProviderUtils.DatabaseOptions. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in cn.boboweike.carrot.storage with parameters of type StorageProviderUtils.DatabaseOptions Modifier and Type Method Description voidInMemoryPartitionedStorageProvider. setUpStorageProvider(StorageProviderUtils.DatabaseOptions databaseOptions)voidPartitionedStorageProvider. setUpStorageProvider(StorageProviderUtils.DatabaseOptions databaseOptions)This method allows to reinitialize the StorageProvider.voidThreadSafePartitionedStorageProvider. setUpStorageProvider(StorageProviderUtils.DatabaseOptions databaseOptions) -
Uses of StorageProviderUtils.DatabaseOptions in cn.boboweike.carrot.storage.nosql.mongo
Methods in cn.boboweike.carrot.storage.nosql.mongo with parameters of type StorageProviderUtils.DatabaseOptions Modifier and Type Method Description voidMongoDBPartitionedStorageProvider. setUpStorageProvider(StorageProviderUtils.DatabaseOptions databaseOptions)Constructors in cn.boboweike.carrot.storage.nosql.mongo with parameters of type StorageProviderUtils.DatabaseOptions Constructor Description MongoDBPartitionedStorageProvider(com.mongodb.client.MongoClient mongoClient, StorageProviderUtils.DatabaseOptions databaseOptions, RateLimiter changeListenerNotificationRateLimit, int totalNumOfPartitions)MongoDBPartitionedStorageProvider(com.mongodb.client.MongoClient mongoClient, String dbName, StorageProviderUtils.DatabaseOptions databaseOptions, int totalNumOfPartitions)MongoDBPartitionedStorageProvider(com.mongodb.client.MongoClient mongoClient, String dbName, String collectionPrefix, StorageProviderUtils.DatabaseOptions databaseOptions, int totalNumOfPartitions)MongoDBPartitionedStorageProvider(com.mongodb.client.MongoClient mongoClient, String dbName, String collectionPrefix, StorageProviderUtils.DatabaseOptions databaseOptions, RateLimiter changeListenerNotificationRateLimit, int totalNumOfPartitions)
-