Constant Field Values

Contents

io.debezium.*

  • 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.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"