Uses of Class
com.lordofthejars.nosqlunit.mongodb.replicaset.ReplicaSetManagedMongoDb
-
Packages that use ReplicaSetManagedMongoDb Package Description com.lordofthejars.nosqlunit.mongodb.replicaset com.lordofthejars.nosqlunit.mongodb.shard -
-
Uses of ReplicaSetManagedMongoDb in com.lordofthejars.nosqlunit.mongodb.replicaset
Methods in com.lordofthejars.nosqlunit.mongodb.replicaset that return ReplicaSetManagedMongoDb Modifier and Type Method Description ReplicaSetManagedMongoDbReplicaSetBuilder. get()ReplicaSetManagedMongoDbReplicaSetBuilder. get(int index) -
Uses of ReplicaSetManagedMongoDb in com.lordofthejars.nosqlunit.mongodb.shard
Methods in com.lordofthejars.nosqlunit.mongodb.shard that return types with arguments of type ReplicaSetManagedMongoDb Modifier and Type Method Description java.util.List<ReplicaSetManagedMongoDb>ShardedGroup. getReplicaSets()Methods in com.lordofthejars.nosqlunit.mongodb.shard with parameters of type ReplicaSetManagedMongoDb Modifier and Type Method Description voidShardedGroup. addReplicaSet(ReplicaSetManagedMongoDb replicaSetManagedMongoDb)ShardedGroupBuilderShardedGroupBuilder. replicaSet(ReplicaSetManagedMongoDb replicaSetManagedMongoDb)
-