Class ReplicaIdentityMapper

java.lang.Object
io.debezium.connector.postgresql.ReplicaIdentityMapper

@Immutable public class ReplicaIdentityMapper extends Object
Class that records Replica Identity information for the PostgresConnector
Author:
Ben White, Miguel Sotomayor
  • Field Details

    • REPLICA_AUTO_SET_PATTERN

      public static final Pattern REPLICA_AUTO_SET_PATTERN
    • PATTERN_SPLIT

      public static final Pattern PATTERN_SPLIT
    • replicaIdentityPredicateMap

      private Map<Predicate<TableId>,ReplicaIdentityInfo> replicaIdentityPredicateMap
    • replicaAutoSetValue

      private final String replicaAutoSetValue
  • Constructor Details

    • ReplicaIdentityMapper

      public ReplicaIdentityMapper(String replicaAutoSetValue)
  • Method Details