Uses of Interface
com.alpha.mongodb.sharding.core.assitant.ShardingAssistant
- 
Packages that use ShardingAssistant Package Description com.alpha.mongodb.sharding.core.assitant com.alpha.mongodb.sharding.core.executable com.alpha.mongodb.sharding.core.template  - 
- 
Uses of ShardingAssistant in com.alpha.mongodb.sharding.core.assitant
Subinterfaces of ShardingAssistant in com.alpha.mongodb.sharding.core.assitant Modifier and Type Interface Description interfaceCollectionShardingAssistantinterfaceDatabaseShardingAssistant<M> - 
Uses of ShardingAssistant in com.alpha.mongodb.sharding.core.executable
Classes in com.alpha.mongodb.sharding.core.executable that implement ShardingAssistant Modifier and Type Class Description classDatabaseShardedExecutableFindSupport<T>Implementation ofExecutableFindOperationmodified for Database ShardingclassDatabaseShardedExecutableInsertSupport<T>classDatabaseShardedExecutableRemoveSupport<T>classDatabaseShardedExecutableUpdateSupport<T> - 
Uses of ShardingAssistant in com.alpha.mongodb.sharding.core.template
Classes in com.alpha.mongodb.sharding.core.template that implement ShardingAssistant Modifier and Type Class Description classCollectionShardedMongoTemplateCollection Sharded Mongo Template.classCollectionShardedReactiveMongoTemplateCollection Sharded Reactive Mongo Template for users who use reactive mongo template.classCompositeShardedMongoTemplateComposite Sharded Mongo Template to be used with collections that are sharded both by Database and CollectionclassCompositeShardedReactiveMongoTemplateComposite Sharded Reactive Mongo Template to be used with collections that are sharded both by Database and CollectionclassDatabaseShardedMongoTemplateDatabase Sharded Reactive Mongo Template.classDatabaseShardedReactiveMongoTemplateclassShardedMongoTemplateAbstract Base Sharded Mongo TemplateclassShardedReactiveMongoTemplateAbstract Base Sharded Reactive Mongo Template 
 -