Uses of Interface
software.amazon.awssdk.services.databasemigration.model.TableStatistics.Builder
Packages that use TableStatistics.Builder
-
Uses of TableStatistics.Builder in software.amazon.awssdk.services.databasemigration.model
Methods in software.amazon.awssdk.services.databasemigration.model that return TableStatistics.BuilderModifier and TypeMethodDescriptionTableStatistics.Builder.appliedDdls(Long appliedDdls) The number of data definition language (DDL) statements used to build and modify the structure of your tables applied on the target.TableStatistics.Builder.appliedDeletes(Long appliedDeletes) The number of delete actions applied on a target table.TableStatistics.Builder.appliedInserts(Long appliedInserts) The number of insert actions applied on a target table.TableStatistics.Builder.appliedUpdates(Long appliedUpdates) The number of update actions applied on a target table.static TableStatistics.BuilderTableStatistics.builder()The data definition language (DDL) used to build and modify the structure of your tables.The number of delete actions performed on a table.TableStatistics.Builder.fullLoadCondtnlChkFailedRows(Long fullLoadCondtnlChkFailedRows) The number of rows that failed conditional checks during the full load operation (valid only for migrations where DynamoDB is the target).TableStatistics.Builder.fullLoadEndTime(Instant fullLoadEndTime) The time when the full load operation completed.TableStatistics.Builder.fullLoadErrorRows(Long fullLoadErrorRows) The number of rows that failed to load during the full load operation (valid only for migrations where DynamoDB is the target).TableStatistics.Builder.fullLoadReloaded(Boolean fullLoadReloaded) A value that indicates if the table was reloaded (true) or loaded as part of a new full load operation (false).TableStatistics.Builder.fullLoadRows(Long fullLoadRows) The number of rows added during the full load operation.TableStatistics.Builder.fullLoadStartTime(Instant fullLoadStartTime) The time when the full load operation started.The number of insert actions performed on a table.TableStatistics.Builder.lastUpdateTime(Instant lastUpdateTime) The last time a table was updated.TableStatistics.Builder.resyncProgress(Double resyncProgress) Calculates the percentage of failed validations that were successfully resynced to the system.TableStatistics.Builder.resyncRowsAttempted(Long resyncRowsAttempted) Records the total number of mismatched data rows where the system attempted to apply fixes in the target database.TableStatistics.Builder.resyncRowsFailed(Long resyncRowsFailed) Records the total number of mismatched data rows where fix attempts failed in the target database.TableStatistics.Builder.resyncRowsSucceeded(Long resyncRowsSucceeded) Records the total number of mismatched data rows where fixes were successfully applied in the target database.TableStatistics.Builder.resyncState(String resyncState) Records the current state of table resynchronization in the migration task.TableStatistics.Builder.schemaName(String schemaName) The schema name.The name of the table.TableStatistics.Builder.tableState(String tableState) The state of the tables described.TableStatistics.toBuilder()The number of update actions performed on a table.TableStatistics.Builder.validationFailedRecords(Long validationFailedRecords) The number of records that failed validation.TableStatistics.Builder.validationPendingRecords(Long validationPendingRecords) The number of records that have yet to be validated.TableStatistics.Builder.validationState(String validationState) The validation state of the table.TableStatistics.Builder.validationStateDetails(String validationStateDetails) Additional details about the state of validation.TableStatistics.Builder.validationSuspendedRecords(Long validationSuspendedRecords) The number of records that couldn't be validated.Methods in software.amazon.awssdk.services.databasemigration.model that return types with arguments of type TableStatistics.BuilderModifier and TypeMethodDescriptionstatic Class<? extends TableStatistics.Builder>TableStatistics.serializableBuilderClass()