Constant Field Values

Contents

io.debezium.*

  • io.debezium.testing.system.fixtures.connectors.ConnectorFixture<T extends io.debezium.testing.system.tools.databases.DatabaseController<?>>
    Modifier and Type
    Constant Field
    Value
    private static final String
    "inventory-connector-mysql"
  • io.debezium.testing.system.fixtures.connectors.Db2Connector
    Modifier and Type
    Constant Field
    Value
    private static final String
    "inventory-connector-db2"
  • io.debezium.testing.system.fixtures.connectors.MongoConnector
    Modifier and Type
    Constant Field
    Value
    private static final String
    "inventory-connector-mongo"
  • io.debezium.testing.system.fixtures.connectors.MySqlConnector
    Modifier and Type
    Constant Field
    Value
    private static final String
    "inventory-connector-mysql"
  • io.debezium.testing.system.fixtures.connectors.OracleConnector
    Modifier and Type
    Constant Field
    Value
    private static final String
    "inventory-connector-oracle"
  • io.debezium.testing.system.fixtures.connectors.PostgreSqlConnector
    Modifier and Type
    Constant Field
    Value
    private static final String
    "inventory-connector-postgresql"
  • io.debezium.testing.system.fixtures.connectors.ShardedMongoConnector
    Modifier and Type
    Constant Field
    Value
    private static final String
    "inventory-connector-mongo"
  • io.debezium.testing.system.fixtures.connectors.ShardedReplicaMongoConnector
    Modifier and Type
    Constant Field
    Value
    private static final String
    "inventory-connector-mongo"
  • io.debezium.testing.system.fixtures.connectors.SqlServerConnector
    Modifier and Type
    Constant Field
    Value
    private static final String
    "inventory-connector-sqlserver"
  • io.debezium.testing.system.fixtures.databases.ocp.OcpDb2
    Modifier and Type
    Constant Field
    Value
    public static final String
    "/database-resources/db2/deployment.yaml"
    public static final String
    "/database-resources/db2/service.yaml"
  • io.debezium.testing.system.fixtures.databases.ocp.OcpMongo
    Modifier and Type
    Constant Field
    Value
    public static final String
    "/database-resources/mongodb/standalone/deployment.yaml"
    public static final String
    "/database-resources/mongodb/standalone/service.yaml"
  • io.debezium.testing.system.fixtures.databases.ocp.OcpMongoSharded
    Modifier and Type
    Constant Field
    Value
    public static final String
    "/database-resources/mongodb/sharded/deployment-config.yaml"
    public static final String
    "/database-resources/mongodb/sharded/deployment-mongos.yaml"
  • io.debezium.testing.system.fixtures.databases.ocp.OcpMySql
    Modifier and Type
    Constant Field
    Value
    public static final String
    "/database-resources/mysql/master/master-deployment.yaml"
    public static final String
    "/database-resources/mysql/master/master-service.yaml"
    private static final String
    "/database-resources/mysql/master/volume-claim.yml"
  • io.debezium.testing.system.fixtures.databases.ocp.OcpMySqlReplica
    Modifier and Type
    Constant Field
    Value
    public static final String
    "/database-resources/mysql/replica/replica-deployment.yaml"
    public static final String
    "/database-resources/mysql/replica/replica-service.yaml"
  • io.debezium.testing.system.fixtures.databases.ocp.OcpOracle
    Modifier and Type
    Constant Field
    Value
    public static final String
    "/database-resources/oracle/deployment.yaml"
    public static final String
    "/database-resources/oracle/service.yaml"
  • io.debezium.testing.system.fixtures.databases.ocp.OcpPostgreSql
    Modifier and Type
    Constant Field
    Value
    public static final String
    "/database-resources/postgresql/primary/deployment.yaml"
    public static final String
    "/database-resources/postgresql/primary/service.yaml"
  • io.debezium.testing.system.fixtures.databases.ocp.OcpPostgreSqlReplica
    Modifier and Type
    Constant Field
    Value
    public static final String
    "/database-resources/postgresql/replica/deployment.yaml"
    public static final String
    "/database-resources/postgresql/replica/service.yaml"
  • io.debezium.testing.system.fixtures.databases.ocp.OcpSqlServer
    Modifier and Type
    Constant Field
    Value
    public static final String
    "/database-resources/sqlserver/deployment.yaml"
    public static final String
    "/database-resources/sqlserver/service.yaml"