Uses of Class
io.debezium.testing.system.tools.databases.mongodb.sharded.OcpMongoShardedDeployer.OcpMongoShardedDeployerBuilder
Packages that use OcpMongoShardedDeployer.OcpMongoShardedDeployerBuilder
-
Uses of OcpMongoShardedDeployer.OcpMongoShardedDeployerBuilder in io.debezium.testing.system.tools.databases.mongodb.sharded
Methods in io.debezium.testing.system.tools.databases.mongodb.sharded that return OcpMongoShardedDeployer.OcpMongoShardedDeployerBuilderModifier and TypeMethodDescriptionOcpMongoShardedDeployer.builder()OcpMongoShardedDeployer.OcpMongoShardedDeployerBuilder.withConfigServerCount(int configServerCount) OcpMongoShardedDeployer.OcpMongoShardedDeployerBuilder.withOcp(io.fabric8.openshift.client.OpenShiftClient ocp) OcpMongoShardedDeployer.OcpMongoShardedDeployerBuilder.withProject(String project) OcpMongoShardedDeployer.OcpMongoShardedDeployerBuilder.withReplicaCount(int replicaCount) OcpMongoShardedDeployer.OcpMongoShardedDeployerBuilder.withRootUser(String rootUserName, String rootPassword) OcpMongoShardedDeployer.OcpMongoShardedDeployerBuilder.withShardCount(int shardCount) OcpMongoShardedDeployer.OcpMongoShardedDeployerBuilder.withShardKeys(List<MongoShardKey> shardKeys) OcpMongoShardedDeployer.OcpMongoShardedDeployerBuilder.withUseInternalAuth(boolean useInternalAuth)