@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class TableStatistics extends Object implements Serializable, Cloneable, StructuredPojo
Constructor and Description |
---|
TableStatistics() |
Modifier and Type | Method and Description |
---|---|
TableStatistics |
clone() |
boolean |
equals(Object obj) |
Long |
getDdls()
The Data Definition Language (DDL) used to build and modify the structure of your tables.
|
Long |
getDeletes()
The number of delete actions performed on a table.
|
Long |
getFullLoadCondtnlChkFailedRows()
The number of rows that failed conditional checks during the Full Load operation (valid only for DynamoDB as a
target migrations).
|
Long |
getFullLoadErrorRows()
The number of rows that failed to load during the Full Load operation (valid only for DynamoDB as a target
migrations).
|
Long |
getFullLoadRows()
The number of rows added during the Full Load operation.
|
Long |
getInserts()
The number of insert actions performed on a table.
|
Date |
getLastUpdateTime()
The last time the table was updated.
|
String |
getSchemaName()
The schema name.
|
String |
getTableName()
The name of the table.
|
String |
getTableState()
The state of the tables described.
|
Long |
getUpdates()
The number of update actions performed on a table.
|
Long |
getValidationFailedRecords()
The number of records that failed validation.
|
Long |
getValidationPendingRecords()
The number of records that have yet to be validated.
|
String |
getValidationState()
The validation state of the table.
|
String |
getValidationStateDetails()
Additional details about the state of validation.
|
Long |
getValidationSuspendedRecords()
The number of records that could not be validated.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setDdls(Long ddls)
The Data Definition Language (DDL) used to build and modify the structure of your tables.
|
void |
setDeletes(Long deletes)
The number of delete actions performed on a table.
|
void |
setFullLoadCondtnlChkFailedRows(Long fullLoadCondtnlChkFailedRows)
The number of rows that failed conditional checks during the Full Load operation (valid only for DynamoDB as a
target migrations).
|
void |
setFullLoadErrorRows(Long fullLoadErrorRows)
The number of rows that failed to load during the Full Load operation (valid only for DynamoDB as a target
migrations).
|
void |
setFullLoadRows(Long fullLoadRows)
The number of rows added during the Full Load operation.
|
void |
setInserts(Long inserts)
The number of insert actions performed on a table.
|
void |
setLastUpdateTime(Date lastUpdateTime)
The last time the table was updated.
|
void |
setSchemaName(String schemaName)
The schema name.
|
void |
setTableName(String tableName)
The name of the table.
|
void |
setTableState(String tableState)
The state of the tables described.
|
void |
setUpdates(Long updates)
The number of update actions performed on a table.
|
void |
setValidationFailedRecords(Long validationFailedRecords)
The number of records that failed validation.
|
void |
setValidationPendingRecords(Long validationPendingRecords)
The number of records that have yet to be validated.
|
void |
setValidationState(String validationState)
The validation state of the table.
|
void |
setValidationStateDetails(String validationStateDetails)
Additional details about the state of validation.
|
void |
setValidationSuspendedRecords(Long validationSuspendedRecords)
The number of records that could not be validated.
|
String |
toString()
Returns a string representation of this object.
|
TableStatistics |
withDdls(Long ddls)
The Data Definition Language (DDL) used to build and modify the structure of your tables.
|
TableStatistics |
withDeletes(Long deletes)
The number of delete actions performed on a table.
|
TableStatistics |
withFullLoadCondtnlChkFailedRows(Long fullLoadCondtnlChkFailedRows)
The number of rows that failed conditional checks during the Full Load operation (valid only for DynamoDB as a
target migrations).
|
TableStatistics |
withFullLoadErrorRows(Long fullLoadErrorRows)
The number of rows that failed to load during the Full Load operation (valid only for DynamoDB as a target
migrations).
|
TableStatistics |
withFullLoadRows(Long fullLoadRows)
The number of rows added during the Full Load operation.
|
TableStatistics |
withInserts(Long inserts)
The number of insert actions performed on a table.
|
TableStatistics |
withLastUpdateTime(Date lastUpdateTime)
The last time the table was updated.
|
TableStatistics |
withSchemaName(String schemaName)
The schema name.
|
TableStatistics |
withTableName(String tableName)
The name of the table.
|
TableStatistics |
withTableState(String tableState)
The state of the tables described.
|
TableStatistics |
withUpdates(Long updates)
The number of update actions performed on a table.
|
TableStatistics |
withValidationFailedRecords(Long validationFailedRecords)
The number of records that failed validation.
|
TableStatistics |
withValidationPendingRecords(Long validationPendingRecords)
The number of records that have yet to be validated.
|
TableStatistics |
withValidationState(String validationState)
The validation state of the table.
|
TableStatistics |
withValidationStateDetails(String validationStateDetails)
Additional details about the state of validation.
|
TableStatistics |
withValidationSuspendedRecords(Long validationSuspendedRecords)
The number of records that could not be validated.
|
public void setSchemaName(String schemaName)
The schema name.
schemaName
- The schema name.public String getSchemaName()
The schema name.
public TableStatistics withSchemaName(String schemaName)
The schema name.
schemaName
- The schema name.public void setTableName(String tableName)
The name of the table.
tableName
- The name of the table.public String getTableName()
The name of the table.
public TableStatistics withTableName(String tableName)
The name of the table.
tableName
- The name of the table.public void setInserts(Long inserts)
The number of insert actions performed on a table.
inserts
- The number of insert actions performed on a table.public Long getInserts()
The number of insert actions performed on a table.
public TableStatistics withInserts(Long inserts)
The number of insert actions performed on a table.
inserts
- The number of insert actions performed on a table.public void setDeletes(Long deletes)
The number of delete actions performed on a table.
deletes
- The number of delete actions performed on a table.public Long getDeletes()
The number of delete actions performed on a table.
public TableStatistics withDeletes(Long deletes)
The number of delete actions performed on a table.
deletes
- The number of delete actions performed on a table.public void setUpdates(Long updates)
The number of update actions performed on a table.
updates
- The number of update actions performed on a table.public Long getUpdates()
The number of update actions performed on a table.
public TableStatistics withUpdates(Long updates)
The number of update actions performed on a table.
updates
- The number of update actions performed on a table.public void setDdls(Long ddls)
The Data Definition Language (DDL) used to build and modify the structure of your tables.
ddls
- The Data Definition Language (DDL) used to build and modify the structure of your tables.public Long getDdls()
The Data Definition Language (DDL) used to build and modify the structure of your tables.
public TableStatistics withDdls(Long ddls)
The Data Definition Language (DDL) used to build and modify the structure of your tables.
ddls
- The Data Definition Language (DDL) used to build and modify the structure of your tables.public void setFullLoadRows(Long fullLoadRows)
The number of rows added during the Full Load operation.
fullLoadRows
- The number of rows added during the Full Load operation.public Long getFullLoadRows()
The number of rows added during the Full Load operation.
public TableStatistics withFullLoadRows(Long fullLoadRows)
The number of rows added during the Full Load operation.
fullLoadRows
- The number of rows added during the Full Load operation.public void setFullLoadCondtnlChkFailedRows(Long fullLoadCondtnlChkFailedRows)
The number of rows that failed conditional checks during the Full Load operation (valid only for DynamoDB as a target migrations).
fullLoadCondtnlChkFailedRows
- The number of rows that failed conditional checks during the Full Load operation (valid only for DynamoDB
as a target migrations).public Long getFullLoadCondtnlChkFailedRows()
The number of rows that failed conditional checks during the Full Load operation (valid only for DynamoDB as a target migrations).
public TableStatistics withFullLoadCondtnlChkFailedRows(Long fullLoadCondtnlChkFailedRows)
The number of rows that failed conditional checks during the Full Load operation (valid only for DynamoDB as a target migrations).
fullLoadCondtnlChkFailedRows
- The number of rows that failed conditional checks during the Full Load operation (valid only for DynamoDB
as a target migrations).public void setFullLoadErrorRows(Long fullLoadErrorRows)
The number of rows that failed to load during the Full Load operation (valid only for DynamoDB as a target migrations).
fullLoadErrorRows
- The number of rows that failed to load during the Full Load operation (valid only for DynamoDB as a target
migrations).public Long getFullLoadErrorRows()
The number of rows that failed to load during the Full Load operation (valid only for DynamoDB as a target migrations).
public TableStatistics withFullLoadErrorRows(Long fullLoadErrorRows)
The number of rows that failed to load during the Full Load operation (valid only for DynamoDB as a target migrations).
fullLoadErrorRows
- The number of rows that failed to load during the Full Load operation (valid only for DynamoDB as a target
migrations).public void setLastUpdateTime(Date lastUpdateTime)
The last time the table was updated.
lastUpdateTime
- The last time the table was updated.public Date getLastUpdateTime()
The last time the table was updated.
public TableStatistics withLastUpdateTime(Date lastUpdateTime)
The last time the table was updated.
lastUpdateTime
- The last time the table was updated.public void setTableState(String tableState)
The state of the tables described.
Valid states: Table does not exist | Before load | Full load | Table completed | Table cancelled | Table error | Table all | Table updates | Table is being reloaded
tableState
- The state of the tables described.
Valid states: Table does not exist | Before load | Full load | Table completed | Table cancelled | Table error | Table all | Table updates | Table is being reloaded
public String getTableState()
The state of the tables described.
Valid states: Table does not exist | Before load | Full load | Table completed | Table cancelled | Table error | Table all | Table updates | Table is being reloaded
Valid states: Table does not exist | Before load | Full load | Table completed | Table cancelled | Table error | Table all | Table updates | Table is being reloaded
public TableStatistics withTableState(String tableState)
The state of the tables described.
Valid states: Table does not exist | Before load | Full load | Table completed | Table cancelled | Table error | Table all | Table updates | Table is being reloaded
tableState
- The state of the tables described.
Valid states: Table does not exist | Before load | Full load | Table completed | Table cancelled | Table error | Table all | Table updates | Table is being reloaded
public void setValidationPendingRecords(Long validationPendingRecords)
The number of records that have yet to be validated.
validationPendingRecords
- The number of records that have yet to be validated.public Long getValidationPendingRecords()
The number of records that have yet to be validated.
public TableStatistics withValidationPendingRecords(Long validationPendingRecords)
The number of records that have yet to be validated.
validationPendingRecords
- The number of records that have yet to be validated.public void setValidationFailedRecords(Long validationFailedRecords)
The number of records that failed validation.
validationFailedRecords
- The number of records that failed validation.public Long getValidationFailedRecords()
The number of records that failed validation.
public TableStatistics withValidationFailedRecords(Long validationFailedRecords)
The number of records that failed validation.
validationFailedRecords
- The number of records that failed validation.public void setValidationSuspendedRecords(Long validationSuspendedRecords)
The number of records that could not be validated.
validationSuspendedRecords
- The number of records that could not be validated.public Long getValidationSuspendedRecords()
The number of records that could not be validated.
public TableStatistics withValidationSuspendedRecords(Long validationSuspendedRecords)
The number of records that could not be validated.
validationSuspendedRecords
- The number of records that could not be validated.public void setValidationState(String validationState)
The validation state of the table.
The parameter can have the following values
Not enabled—Validation is not enabled for the table in the migration task.
Pending records—Some records in the table are waiting for validation.
Mismatched records—Some records in the table do not match between the source and target.
Suspended records—Some records in the table could not be validated.
No primary key—The table could not be validated because it had no primary key.
Table error—The table was not validated because it was in an error state and some data was not migrated.
Validated—All rows in the table were validated. If the table is updated, the status can change from Validated.
Error—The table could not be validated because of an unexpected error.
validationState
- The validation state of the table.
The parameter can have the following values
Not enabled—Validation is not enabled for the table in the migration task.
Pending records—Some records in the table are waiting for validation.
Mismatched records—Some records in the table do not match between the source and target.
Suspended records—Some records in the table could not be validated.
No primary key—The table could not be validated because it had no primary key.
Table error—The table was not validated because it was in an error state and some data was not migrated.
Validated—All rows in the table were validated. If the table is updated, the status can change from Validated.
Error—The table could not be validated because of an unexpected error.
public String getValidationState()
The validation state of the table.
The parameter can have the following values
Not enabled—Validation is not enabled for the table in the migration task.
Pending records—Some records in the table are waiting for validation.
Mismatched records—Some records in the table do not match between the source and target.
Suspended records—Some records in the table could not be validated.
No primary key—The table could not be validated because it had no primary key.
Table error—The table was not validated because it was in an error state and some data was not migrated.
Validated—All rows in the table were validated. If the table is updated, the status can change from Validated.
Error—The table could not be validated because of an unexpected error.
The parameter can have the following values
Not enabled—Validation is not enabled for the table in the migration task.
Pending records—Some records in the table are waiting for validation.
Mismatched records—Some records in the table do not match between the source and target.
Suspended records—Some records in the table could not be validated.
No primary key—The table could not be validated because it had no primary key.
Table error—The table was not validated because it was in an error state and some data was not migrated.
Validated—All rows in the table were validated. If the table is updated, the status can change from Validated.
Error—The table could not be validated because of an unexpected error.
public TableStatistics withValidationState(String validationState)
The validation state of the table.
The parameter can have the following values
Not enabled—Validation is not enabled for the table in the migration task.
Pending records—Some records in the table are waiting for validation.
Mismatched records—Some records in the table do not match between the source and target.
Suspended records—Some records in the table could not be validated.
No primary key—The table could not be validated because it had no primary key.
Table error—The table was not validated because it was in an error state and some data was not migrated.
Validated—All rows in the table were validated. If the table is updated, the status can change from Validated.
Error—The table could not be validated because of an unexpected error.
validationState
- The validation state of the table.
The parameter can have the following values
Not enabled—Validation is not enabled for the table in the migration task.
Pending records—Some records in the table are waiting for validation.
Mismatched records—Some records in the table do not match between the source and target.
Suspended records—Some records in the table could not be validated.
No primary key—The table could not be validated because it had no primary key.
Table error—The table was not validated because it was in an error state and some data was not migrated.
Validated—All rows in the table were validated. If the table is updated, the status can change from Validated.
Error—The table could not be validated because of an unexpected error.
public void setValidationStateDetails(String validationStateDetails)
Additional details about the state of validation.
validationStateDetails
- Additional details about the state of validation.public String getValidationStateDetails()
Additional details about the state of validation.
public TableStatistics withValidationStateDetails(String validationStateDetails)
Additional details about the state of validation.
validationStateDetails
- Additional details about the state of validation.public String toString()
toString
in class Object
Object.toString()
public TableStatistics clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.