Uses of Class
org.postgresql.replication.ReplicationType
-
Packages that use ReplicationType Package Description org.postgresql.core.v3.replication org.postgresql.replication -
-
Uses of ReplicationType in org.postgresql.core.v3.replication
Fields in org.postgresql.core.v3.replication declared as ReplicationType Modifier and Type Field Description private ReplicationTypeV3PGReplicationStream. replicationTypeMethods in org.postgresql.core.v3.replication with parameters of type ReplicationType Modifier and Type Method Description private PGReplicationStreamV3ReplicationProtocol. initializeReplication(java.lang.String query, CommonOptions options, ReplicationType replicationType)Constructors in org.postgresql.core.v3.replication with parameters of type ReplicationType Constructor Description V3PGReplicationStream(CopyDual copyDual, LogSequenceNumber startLSN, long updateIntervalMs, ReplicationType replicationType) -
Uses of ReplicationType in org.postgresql.replication
Fields in org.postgresql.replication declared as ReplicationType Modifier and Type Field Description private ReplicationTypeReplicationSlotInfo. replicationTypeMethods in org.postgresql.replication that return ReplicationType Modifier and Type Method Description ReplicationTypeReplicationSlotInfo. getReplicationType()Replication type of the slot created, might be PHYSICAL or LOGICAL.static ReplicationTypeReplicationType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static ReplicationType[]ReplicationType. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.postgresql.replication with parameters of type ReplicationType Constructor Description ReplicationSlotInfo(java.lang.String slotName, ReplicationType replicationType, LogSequenceNumber consistentPoint, java.lang.String snapshotName, java.lang.String outputPlugin)
-