Uses of Class
io.debezium.connector.postgresql.connection.ServerInfo.ReplicaIdentity
-
Packages that use ServerInfo.ReplicaIdentity Package Description io.debezium.connector.postgresql.connection -
-
Uses of ServerInfo.ReplicaIdentity in io.debezium.connector.postgresql.connection
Methods in io.debezium.connector.postgresql.connection that return ServerInfo.ReplicaIdentity Modifier and Type Method Description protected static ServerInfo.ReplicaIdentityServerInfo.ReplicaIdentity. parseFromDB(String s)ServerInfo.ReplicaIdentityPostgresConnection. readReplicaIdentityInfo(TableId tableId)Prints out information about the REPLICA IDENTITY status of a table.static ServerInfo.ReplicaIdentityServerInfo.ReplicaIdentity. valueOf(String name)Returns the enum constant of this type with the specified name.static ServerInfo.ReplicaIdentity[]ServerInfo.ReplicaIdentity. values()Returns an array containing the constants of this enum type, in the order they are declared.
-