Uses of Package
org.postgresql.replication
-
Classes in org.postgresql.replication used by org.postgresql Class Description PGReplicationConnection Api available only if connection was create with required for replication properties:PGProperty.REPLICATION
andPGProperty.ASSUME_MIN_SERVER_VERSION
. -
Classes in org.postgresql.replication used by org.postgresql.core Class Description PGReplicationStream Not tread safe replication stream (though certain methods can be safely called by different threads). -
Classes in org.postgresql.replication used by org.postgresql.core.v3.replication Class Description LogSequenceNumber LSN (Log Sequence Number) data which is a pointer to a location in the XLOG.PGReplicationStream Not tread safe replication stream (though certain methods can be safely called by different threads).ReplicationType -
Classes in org.postgresql.replication used by org.postgresql.jdbc Class Description PGReplicationConnection Api available only if connection was create with required for replication properties:PGProperty.REPLICATION
andPGProperty.ASSUME_MIN_SERVER_VERSION
. -
Classes in org.postgresql.replication used by org.postgresql.replication Class Description LogSequenceNumber LSN (Log Sequence Number) data which is a pointer to a location in the XLOG.PGReplicationConnection Api available only if connection was create with required for replication properties:PGProperty.REPLICATION
andPGProperty.ASSUME_MIN_SERVER_VERSION
.ReplicationType -
Classes in org.postgresql.replication used by org.postgresql.replication.fluent Class Description LogSequenceNumber LSN (Log Sequence Number) data which is a pointer to a location in the XLOG.ReplicationSlotInfo Information returned on replication slot creation. -
Classes in org.postgresql.replication used by org.postgresql.replication.fluent.logical Class Description LogSequenceNumber LSN (Log Sequence Number) data which is a pointer to a location in the XLOG.PGReplicationStream Not tread safe replication stream (though certain methods can be safely called by different threads).ReplicationSlotInfo Information returned on replication slot creation. -
Classes in org.postgresql.replication used by org.postgresql.replication.fluent.physical Class Description LogSequenceNumber LSN (Log Sequence Number) data which is a pointer to a location in the XLOG.PGReplicationStream Not tread safe replication stream (though certain methods can be safely called by different threads).ReplicationSlotInfo Information returned on replication slot creation.