Uses of Class
migratedb.v1.core.api.Checksum
Packages that use Checksum
Package
Description
MigrateDbException, MigrationInfo and related classes.
Interfaces for Migration implementors.
Interfaces for Migration resolvers.
Private API.
Private API.
-
Uses of Checksum in migratedb.v1.core.api
Methods in migratedb.v1.core.api that return ChecksumModifier and TypeMethodDescriptionChecksum.Builder.build()Returns the final checksum and resets the state of this builder (as if it were freshly constructed).@Nullable ChecksumMigrationInfo.getChecksum()static ChecksumParses the string value of a checksum. -
Uses of Checksum in migratedb.v1.core.api.internal.schemahistory
Methods in migratedb.v1.core.api.internal.schemahistory that return ChecksumConstructors in migratedb.v1.core.api.internal.schemahistory with parameters of type ChecksumModifierConstructorDescriptionAppliedMigration(int installedRank, @Nullable Version version, String description, MigrationType type, String script, @Nullable Checksum checksum, Timestamp installedOn, String installedBy, int executionTime, boolean success) Creates a new applied migration. -
Uses of Checksum in migratedb.v1.core.api.migration
Methods in migratedb.v1.core.api.migration that return ChecksumModifier and TypeMethodDescriptiondefault @Nullable ChecksumJavaMigration.getChecksum(Configuration configuration) ScriptMigration.getChecksum(Configuration configuration) -
Uses of Checksum in migratedb.v1.core.api.resolver
Methods in migratedb.v1.core.api.resolver that return ChecksumMethods in migratedb.v1.core.api.resolver with parameters of type Checksum -
Uses of Checksum in migratedb.v1.core.internal.resolver
Methods in migratedb.v1.core.internal.resolver that return ChecksumModifier and TypeMethodDescriptionstatic ChecksumChecksumCalculator.calculate(Collection<Resource> resources, Configuration configuration) Calculates the checksum of these resources.ResolvedMigrationImpl.getChecksum()Methods in migratedb.v1.core.internal.resolver with parameters of type ChecksumModifier and TypeMethodDescriptionbooleanResolvedMigrationImpl.checksumMatches(Checksum checksum) Constructors in migratedb.v1.core.internal.resolver with parameters of type ChecksumModifierConstructorDescriptionResolvedMigrationImpl(Version version, String description, String script, Checksum checksum, Checksum equivalentChecksum, MigrationType type, String locationDescription, MigrationExecutor executor) -
Uses of Checksum in migratedb.v1.core.internal.schemahistory
Methods in migratedb.v1.core.internal.schemahistory with parameters of type ChecksumModifier and TypeMethodDescriptionabstract voidSchemaHistory.addAppliedMigration(int installedRank, Version version, String description, MigrationType type, String script, @Nullable Checksum checksum, int executionTime, boolean success) final voidSchemaHistory.addAppliedMigration(Version version, String description, MigrationType type, String script, @Nullable Checksum checksum, int executionTime, boolean success) Records a new applied migration.