Uses of Package
org.postgresql.replication
Packages that use org.postgresql.replication
Package
Description
-
Classes in org.postgresql.replication used by org.postgresqlClassDescriptionApi 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.coreClassDescriptionNot 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.replicationClassDescriptionLSN (Log Sequence Number) data which is a pointer to a location in the XLOG.Not tread safe replication stream (though certain methods can be safely called by different threads).
-
Classes in org.postgresql.replication used by org.postgresql.jdbcClassDescriptionApi 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.replicationClassDescriptionLSN (Log Sequence Number) data which is a pointer to a location in the XLOG.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.fluentClassDescriptionLSN (Log Sequence Number) data which is a pointer to a location in the XLOG.Information returned on replication slot creation.
-
Classes in org.postgresql.replication used by org.postgresql.replication.fluent.logicalClassDescriptionLSN (Log Sequence Number) data which is a pointer to a location in the XLOG.Not tread safe replication stream (though certain methods can be safely called by different threads).Information returned on replication slot creation.
-
Classes in org.postgresql.replication used by org.postgresql.replication.fluent.physicalClassDescriptionLSN (Log Sequence Number) data which is a pointer to a location in the XLOG.Not tread safe replication stream (though certain methods can be safely called by different threads).Information returned on replication slot creation.