Package migratedb.v1.core.api
Class Checksum
java.lang.Object
migratedb.v1.core.api.Checksum
Digest-based checksum that replaces the old Integer checksum.
-
Nested Class Summary
Nested Classes -
Method Summary
-
Method Details
-
equals
-
hashCode
public int hashCode() -
toString
Returns Base64-encoded value of this checksum for storage in the schema history table. The output of this method can be passed to theparse(String)method in order to reconstitute the checksum. -
parse
Parses the string value of a checksum. This method accepts the output oftoString().- Parameters:
string- String form of checksum to parse.- Returns:
- Reconstituted checksum.
-
builder
-