Class OcpMongoReplicaSet.OcpMongoReplicaSetBuilder
java.lang.Object
io.debezium.testing.system.tools.databases.mongodb.sharded.OcpMongoReplicaSet.OcpMongoReplicaSetBuilder
- Enclosing class:
- OcpMongoReplicaSet
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()withConfigServer(boolean configServer) withMemberCount(int memberCount) withOcp(io.fabric8.openshift.client.OpenShiftClient ocp) withProject(String project) withRootPassword(String rootPassword) withRootUserName(String rootUserName) withShardNum(int shardNum) withUseKeyfile(boolean useKeyfile) withUseTls(boolean useTls)
-
Field Details
-
name
-
configServer
private boolean configServer -
memberCount
private int memberCount -
rootUserName
-
rootPassword
-
ocp
private io.fabric8.openshift.client.OpenShiftClient ocp -
project
-
useKeyfile
private boolean useKeyfile -
shardNum
private int shardNum -
useTls
private boolean useTls
-
-
Constructor Details
-
OcpMongoReplicaSetBuilder
private OcpMongoReplicaSetBuilder()
-
-
Method Details
-
withName
-
withConfigServer
-
withMemberCount
-
withRootUserName
-
withRootPassword
-
withOcp
public OcpMongoReplicaSet.OcpMongoReplicaSetBuilder withOcp(io.fabric8.openshift.client.OpenShiftClient ocp) -
withProject
-
withUseKeyfile
-
withUseTls
-
withShardNum
-
build
-