Class CompositeShardedMongoClient
- java.lang.Object
-
- com.alpha.mongodb.sharding.core.client.DatabaseShardedMongoClient
-
- com.alpha.mongodb.sharding.core.client.CompositeShardedMongoClient
-
- All Implemented Interfaces:
ShardedMongoClient
,com.mongodb.client.MongoClient
,Closeable
,AutoCloseable
public class CompositeShardedMongoClient extends DatabaseShardedMongoClient
Composite Sharded Mongo Client- Author:
- Shashank Sharma
-
-
Constructor Summary
Constructors Constructor Description CompositeShardedMongoClient(com.mongodb.client.MongoClient delegatedMongoClient, CompositeShardingOptions shardingOptions)
CompositeShardedMongoClient(Map<String,com.mongodb.client.MongoClient> delegatedMongoClientMap, CompositeShardingOptions shardingOptions)
-
Method Summary
-
Methods inherited from class com.alpha.mongodb.sharding.core.client.DatabaseShardedMongoClient
close, getClusterDescription, getDatabase, listDatabaseNames, listDatabaseNames, listDatabases, listDatabases, listDatabases, listDatabases, startSession, startSession, watch, watch, watch, watch, watch, watch, watch, watch
-
-
-
-
Constructor Detail
-
CompositeShardedMongoClient
public CompositeShardedMongoClient(Map<String,com.mongodb.client.MongoClient> delegatedMongoClientMap, CompositeShardingOptions shardingOptions)
-
CompositeShardedMongoClient
public CompositeShardedMongoClient(com.mongodb.client.MongoClient delegatedMongoClient, CompositeShardingOptions shardingOptions)
-
-