Uses of Interface
com.alpha.mongodb.sharding.core.assitant.DatabaseShardingAssistant
-
Packages that use DatabaseShardingAssistant Package Description com.alpha.mongodb.sharding.core.executable com.alpha.mongodb.sharding.core.template -
-
Uses of DatabaseShardingAssistant in com.alpha.mongodb.sharding.core.executable
Classes in com.alpha.mongodb.sharding.core.executable that implement DatabaseShardingAssistant Modifier and Type Class Description class
DatabaseShardedExecutableFindSupport<T>
Implementation ofExecutableFindOperation
modified for Database Shardingclass
DatabaseShardedExecutableInsertSupport<T>
class
DatabaseShardedExecutableRemoveSupport<T>
class
DatabaseShardedExecutableUpdateSupport<T>
-
Uses of DatabaseShardingAssistant in com.alpha.mongodb.sharding.core.template
Classes in com.alpha.mongodb.sharding.core.template that implement DatabaseShardingAssistant Modifier and Type Class Description class
CompositeShardedMongoTemplate
Composite Sharded Mongo Template to be used with collections that are sharded both by Database and Collectionclass
CompositeShardedReactiveMongoTemplate
Composite Sharded Reactive Mongo Template to be used with collections that are sharded both by Database and Collectionclass
DatabaseShardedMongoTemplate
Database Sharded Reactive Mongo Template.class
DatabaseShardedReactiveMongoTemplate
-