Uses of Enum Class
io.r2dbc.postgresql.replication.ReplicationType
Packages that use ReplicationType
Package
Description
Support for logical and physical replication streams.
-
Uses of ReplicationType in io.r2dbc.postgresql.replication
Subclasses with type arguments of type ReplicationType in io.r2dbc.postgresql.replicationMethods in io.r2dbc.postgresql.replication that return ReplicationTypeModifier and TypeMethodDescriptionReplicationRequest.getReplicationType()Returns the replication type of the slot,PHYSICALorLOGICAL.ReplicationSlot.getReplicationType()Replication type of the slot created,PHYSICALorLOGICAL.ReplicationSlotRequest.getReplicationType()Returns the replication type of the slot,PHYSICALorLOGICAL.static ReplicationTypeReturns 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 io.r2dbc.postgresql.replication with parameters of type ReplicationTypeModifierConstructorDescriptionReplicationSlot(String slotName, ReplicationType replicationType, LogSequenceNumber consistentPoint, String snapshotName, String outputPlugin)