Uses of Enum
io.debezium.connector.postgresql.connection.ReplicaIdentityInfo.ReplicaIdentity
Packages that use ReplicaIdentityInfo.ReplicaIdentity
-
Uses of ReplicaIdentityInfo.ReplicaIdentity in io.debezium.connector.postgresql.connection
Fields in io.debezium.connector.postgresql.connection declared as ReplicaIdentityInfo.ReplicaIdentityModifier and TypeFieldDescriptionprivate final ReplicaIdentityInfo.ReplicaIdentityReplicaIdentityInfo.replicaIdentityMethods in io.debezium.connector.postgresql.connection that return ReplicaIdentityInfo.ReplicaIdentityModifier and TypeMethodDescriptionReplicaIdentityInfo.getReplicaIdentity()(package private) static ReplicaIdentityInfo.ReplicaIdentityReplicaIdentityInfo.ReplicaIdentity.parseFromDB(String s) Returns the enum constant of this type with the specified name.static ReplicaIdentityInfo.ReplicaIdentity[]ReplicaIdentityInfo.ReplicaIdentity.values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in io.debezium.connector.postgresql.connection with parameters of type ReplicaIdentityInfo.ReplicaIdentityModifierConstructorDescriptionReplicaIdentityInfo(ReplicaIdentityInfo.ReplicaIdentity replicaIdentity) ReplicaIdentityInfo(ReplicaIdentityInfo.ReplicaIdentity replicaIdentity, String indexName)