Class OcpMongoSharded
java.lang.Object
fixture5.TestFixture
io.debezium.testing.system.fixtures.databases.DatabaseFixture<T>
io.debezium.testing.system.fixtures.databases.ocp.OcpDatabaseFixture<io.debezium.testing.system.tools.databases.mongodb.OcpMongoShardedController>
io.debezium.testing.system.fixtures.databases.ocp.OcpMongoSharded
public class OcpMongoSharded
extends OcpDatabaseFixture<io.debezium.testing.system.tools.databases.mongodb.OcpMongoShardedController>
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Stringprivate io.debezium.testing.system.tools.databases.mongodb.OcpMongoShardedControllerstatic final Stringstatic final String[]Fields inherited from class io.debezium.testing.system.fixtures.databases.ocp.OcpDatabaseFixture
ocpFields inherited from class io.debezium.testing.system.fixtures.databases.DatabaseFixture
controllerType, dbController -
Constructor Summary
ConstructorsConstructorDescriptionOcpMongoSharded(org.junit.jupiter.api.extension.ExtensionContext.Store store) -
Method Summary
Modifier and TypeMethodDescriptionprotected io.debezium.testing.system.tools.databases.mongodb.OcpMongoShardedControllerMethods inherited from class io.debezium.testing.system.fixtures.databases.ocp.OcpDatabaseFixture
teardownMethods inherited from class io.debezium.testing.system.fixtures.databases.DatabaseFixture
setupMethods inherited from class fixture5.TestFixture
retrieve, retrieve, store, store, store
-
Field Details
-
MONGOS_DEPLOYMENT
- See Also:
-
CONFIG_DEPLOYMENT
- See Also:
-
SERVICES
-
controller
private io.debezium.testing.system.tools.databases.mongodb.OcpMongoShardedController controller
-
-
Constructor Details
-
OcpMongoSharded
public OcpMongoSharded(org.junit.jupiter.api.extension.ExtensionContext.Store store)
-
-
Method Details
-
databaseController
protected io.debezium.testing.system.tools.databases.mongodb.OcpMongoShardedController databaseController() throws Exception- Specified by:
databaseControllerin classDatabaseFixture<io.debezium.testing.system.tools.databases.mongodb.OcpMongoShardedController>- Throws:
Exception
-