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 interface
CollectionShardingAssistant
interface
DatabaseShardingAssistant<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 class
DatabaseShardedExecutableFindSupport<T>
Implementation ofExecutableFindOperation
modified for Database Shardingclass
DatabaseShardedExecutableInsertSupport<T>
class
DatabaseShardedExecutableRemoveSupport<T>
class
DatabaseShardedExecutableUpdateSupport<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 class
CollectionShardedMongoTemplate
Collection Sharded Mongo Template.class
CollectionShardedReactiveMongoTemplate
Collection Sharded Reactive Mongo Template for users who use reactive mongo template.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
class
ShardedMongoTemplate
Abstract Base Sharded Mongo Templateclass
ShardedReactiveMongoTemplate
Abstract Base Sharded Reactive Mongo Template
-