Class ReplicaIdentityInfo
java.lang.Object
io.debezium.connector.postgresql.connection.ReplicaIdentityInfo
Class to encapsulate
ReplicaIdentityInfo.ReplicaIdentity enumerator, adding the name of the index
in case of the Replica Identity was set to `INDEX`- Author:
- Ben White, Miguel Sotomayor
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumTable REPLICA IDENTITY information. -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate Stringprivate final ReplicaIdentityInfo.ReplicaIdentity -
Constructor Summary
ConstructorsConstructorDescriptionReplicaIdentityInfo(ReplicaIdentityInfo.ReplicaIdentity replicaIdentity) ReplicaIdentityInfo(ReplicaIdentityInfo.ReplicaIdentity replicaIdentity, String indexName) -
Method Summary