Uses of Class
io.debezium.connector.postgresql.connection.ReplicaIdentityInfo
Packages that use ReplicaIdentityInfo
-
Uses of ReplicaIdentityInfo in io.debezium.connector.postgresql
Fields in io.debezium.connector.postgresql with type parameters of type ReplicaIdentityInfoModifier and TypeFieldDescriptionprivate Map<Predicate<TableId>,ReplicaIdentityInfo> ReplicaIdentityMapper.replicaIdentityPredicateMapMethods in io.debezium.connector.postgresql that return types with arguments of type ReplicaIdentityInfoModifier and TypeMethodDescriptionReplicaIdentityMapper.findReplicaIdentity(TableId tableId) This method get the Replica Identity of theTableId, checking if theTableIdis contained in theMapofPredicatesstored inReplicaIdentityMapper.replicaIdentityPredicateMapprivate Map<Predicate<TableId>,ReplicaIdentityInfo> ReplicaIdentityMapper.getReplicaIdentityPredicateMap()This method parses the property `replica.identity.autoset.values` stored inReplicaIdentityMapper.replicaAutoSetValueattribute generating a map collection with the Table and its respective Replica Identity -
Uses of ReplicaIdentityInfo in io.debezium.connector.postgresql.connection
Methods in io.debezium.connector.postgresql.connection that return ReplicaIdentityInfoModifier and TypeMethodDescriptionPostgresConnection.readReplicaIdentityInfo(TableId tableId) Prints out information about the REPLICA IDENTITY status of a table.Methods in io.debezium.connector.postgresql.connection with parameters of type ReplicaIdentityInfoModifier and TypeMethodDescriptionvoidPostgresConnection.setReplicaIdentityForTable(TableId tableId, ReplicaIdentityInfo replicaIdentityValue) Update REPLICA IDENTITY status of a table.