Uses of Interface
software.amazon.awssdk.services.databasemigration.model.DataMigrationStatistics.Builder
Packages that use DataMigrationStatistics.Builder
-
Uses of DataMigrationStatistics.Builder in software.amazon.awssdk.services.databasemigration.model
Methods in software.amazon.awssdk.services.databasemigration.model that return DataMigrationStatistics.BuilderModifier and TypeMethodDescriptionDataMigrationStatistics.builder()DataMigrationStatistics.Builder.cdcLatency(Integer cdcLatency) The current latency of the change data capture (CDC) operation.DataMigrationStatistics.Builder.elapsedTimeMillis(Long elapsedTimeMillis) The elapsed duration of the data migration run.DataMigrationStatistics.Builder.fullLoadPercentage(Integer fullLoadPercentage) The data migration's progress in the full-load migration phase.The time when the migration started.The time when the migration stopped or failed.DataMigrationStatistics.Builder.tablesErrored(Integer tablesErrored) The number of tables that DMS failed to process.DataMigrationStatistics.Builder.tablesLoaded(Integer tablesLoaded) The number of tables loaded in the current data migration run.DataMigrationStatistics.Builder.tablesLoading(Integer tablesLoading) The data migration's table loading progress.DataMigrationStatistics.Builder.tablesQueued(Integer tablesQueued) The number of tables that are waiting for processing.DataMigrationStatistics.toBuilder()Methods in software.amazon.awssdk.services.databasemigration.model that return types with arguments of type DataMigrationStatistics.BuilderModifier and TypeMethodDescriptionstatic Class<? extends DataMigrationStatistics.Builder>DataMigrationStatistics.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.databasemigration.model with type arguments of type DataMigrationStatistics.BuilderModifier and TypeMethodDescriptiondefault DataMigration.BuilderDataMigration.Builder.dataMigrationStatistics(Consumer<DataMigrationStatistics.Builder> dataMigrationStatistics) Provides information about the data migration's run, including start and stop time, latency, and data migration progress.