Uses of Enum Class
org.postgresql.replication.ReplicationType
Packages that use ReplicationType
-
Uses of ReplicationType in org.postgresql.core.v3.replication
Fields in org.postgresql.core.v3.replication declared as ReplicationTypeModifier and TypeFieldDescriptionprivate final ReplicationType
V3PGReplicationStream.replicationType
Methods in org.postgresql.core.v3.replication with parameters of type ReplicationTypeModifier and TypeMethodDescriptionprivate PGReplicationStream
V3ReplicationProtocol.initializeReplication
(String query, CommonOptions options, ReplicationType replicationType) Constructors in org.postgresql.core.v3.replication with parameters of type ReplicationTypeModifierConstructorDescriptionV3PGReplicationStream
(CopyDual copyDual, LogSequenceNumber startLSN, long updateIntervalMs, ReplicationType replicationType) -
Uses of ReplicationType in org.postgresql.replication
Fields in org.postgresql.replication declared as ReplicationTypeModifier and TypeFieldDescriptionprivate final ReplicationType
ReplicationSlotInfo.replicationType
Methods in org.postgresql.replication that return ReplicationTypeModifier and TypeMethodDescriptionReplicationSlotInfo.getReplicationType()
Replication type of the slot created, might be PHYSICAL or LOGICAL.static ReplicationType
Returns the enum constant of this class with the specified name.static ReplicationType[]
ReplicationType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.postgresql.replication with parameters of type ReplicationTypeModifierConstructorDescriptionReplicationSlotInfo
(String slotName, ReplicationType replicationType, LogSequenceNumber consistentPoint, String snapshotName, String outputPlugin)