Class TableStatistics
- All Implemented Interfaces:
Serializable
,Cloneable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
getDdls()
The Data Definition Language (DDL) used to build and modify the structure of your tables.The number of delete actions performed on a table.The number of rows added during the Full Load operation.The number of insert actions performed on a table.The last time the table was updated.The schema name.The name of the table.The state of the table.The number of update actions performed on a table.int
hashCode()
void
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
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 table.void
setUpdates
(Long updates) The number of update actions performed on a table.toString()
Returns a string representation of this object; useful for testing and debugging.The Data Definition Language (DDL) used to build and modify the structure of your tables.withDeletes
(Long deletes) The number of delete actions performed on a table.withFullLoadRows
(Long fullLoadRows) The number of rows added during the Full Load operation.withInserts
(Long inserts) The number of insert actions performed on a table.withLastUpdateTime
(Date lastUpdateTime) The last time the table was updated.withSchemaName
(String schemaName) The schema name.withTableName
(String tableName) The name of the table.withTableState
(String tableState) The state of the table.withUpdates
(Long updates) The number of update actions performed on a table.
-
Constructor Details
-
TableStatistics
public TableStatistics()
-
-
Method Details
-
setSchemaName
The schema name.
- Parameters:
schemaName
- The schema name.
-
getSchemaName
The schema name.
- Returns:
- The schema name.
-
withSchemaName
The schema name.
- Parameters:
schemaName
- The schema name.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setTableName
The name of the table.
- Parameters:
tableName
- The name of the table.
-
getTableName
The name of the table.
- Returns:
- The name of the table.
-
withTableName
The name of the table.
- Parameters:
tableName
- The name of the table.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setInserts
The number of insert actions performed on a table.
- Parameters:
inserts
- The number of insert actions performed on a table.
-
getInserts
The number of insert actions performed on a table.
- Returns:
- The number of insert actions performed on a table.
-
withInserts
The number of insert actions performed on a table.
- Parameters:
inserts
- The number of insert actions performed on a table.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setDeletes
The number of delete actions performed on a table.
- Parameters:
deletes
- The number of delete actions performed on a table.
-
getDeletes
The number of delete actions performed on a table.
- Returns:
- The number of delete actions performed on a table.
-
withDeletes
The number of delete actions performed on a table.
- Parameters:
deletes
- The number of delete actions performed on a table.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setUpdates
The number of update actions performed on a table.
- Parameters:
updates
- The number of update actions performed on a table.
-
getUpdates
The number of update actions performed on a table.
- Returns:
- The number of update actions performed on a table.
-
withUpdates
The number of update actions performed on a table.
- Parameters:
updates
- The number of update actions performed on a table.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setDdls
The Data Definition Language (DDL) used to build and modify the structure of your tables.
- Parameters:
ddls
- The Data Definition Language (DDL) used to build and modify the structure of your tables.
-
getDdls
The Data Definition Language (DDL) used to build and modify the structure of your tables.
- Returns:
- The Data Definition Language (DDL) used to build and modify the structure of your tables.
-
withDdls
The Data Definition Language (DDL) used to build and modify the structure of your tables.
- Parameters:
ddls
- The Data Definition Language (DDL) used to build and modify the structure of your tables.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setFullLoadRows
The number of rows added during the Full Load operation.
- Parameters:
fullLoadRows
- The number of rows added during the Full Load operation.
-
getFullLoadRows
The number of rows added during the Full Load operation.
- Returns:
- The number of rows added during the Full Load operation.
-
withFullLoadRows
The number of rows added during the Full Load operation.
- Parameters:
fullLoadRows
- The number of rows added during the Full Load operation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setLastUpdateTime
The last time the table was updated.
- Parameters:
lastUpdateTime
- The last time the table was updated.
-
getLastUpdateTime
The last time the table was updated.
- Returns:
- The last time the table was updated.
-
withLastUpdateTime
The last time the table was updated.
- Parameters:
lastUpdateTime
- The last time the table was updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setTableState
The state of the table.
- Parameters:
tableState
- The state of the table.
-
getTableState
The state of the table.
- Returns:
- The state of the table.
-
withTableState
The state of the table.
- Parameters:
tableState
- The state of the table.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-