Package io.debezium.connector.postgresql
Class PgSnapshot
java.lang.Object
io.debezium.connector.postgresql.PgSnapshot
This class contains the information returned by the pg_current_snapshot function.
- Author:
- Mario Fiore Vitale
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
SNAPSHOT_FORMAT
- See Also:
-
SNAPSHOT_PATTERN
-
SEPARATOR
- See Also:
-
xMin
-
xMax
-
xip
-
-
Constructor Details
-
PgSnapshot
-
-
Method Details
-
getXMin
-
getXMax
-
getXip
-
valueOf
Returns a PgSnapshot instance representing the specified snapshot string- Parameters:
snapshotString- is the string returned by the pg_current_snapshot function- Returns:
- a PgSnapshot representing the
snapshotString
-
equals
-
hashCode
public int hashCode() -
toString
-