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