public class TableStatistics
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable
Modifier and Type | Field and Description |
---|---|
private java.lang.Long |
ddls
The Data Definition Language (DDL) used to build and modify the structure
of your tables.
|
private java.lang.Long |
deletes
The number of delete actions performed on a table.
|
private java.lang.Long |
fullLoadRows
The number of rows added during the Full Load operation.
|
private java.lang.Long |
inserts
The number of insert actions performed on a table.
|
private java.util.Date |
lastUpdateTime
The last time the table was updated.
|
private java.lang.String |
schemaName
The schema name.
|
private java.lang.String |
tableName
The name of the table.
|
private java.lang.String |
tableState
The state of the table.
|
private java.lang.Long |
updates
The number of update actions performed on a table.
|
Constructor and Description |
---|
TableStatistics() |
Modifier and Type | Method and Description |
---|---|
TableStatistics |
clone() |
boolean |
equals(java.lang.Object obj) |
java.lang.Long |
getDdls()
The Data Definition Language (DDL) used to build and modify the structure
of your tables.
|
java.lang.Long |
getDeletes()
The number of delete actions performed on a table.
|
java.lang.Long |
getFullLoadRows()
The number of rows added during the Full Load operation.
|
java.lang.Long |
getInserts()
The number of insert actions performed on a table.
|
java.util.Date |
getLastUpdateTime()
The last time the table was updated.
|
java.lang.String |
getSchemaName()
The schema name.
|
java.lang.String |
getTableName()
The name of the table.
|
java.lang.String |
getTableState()
The state of the table.
|
java.lang.Long |
getUpdates()
The number of update actions performed on a table.
|
int |
hashCode() |
void |
setDdls(java.lang.Long ddls)
The Data Definition Language (DDL) used to build and modify the structure
of your tables.
|
void |
setDeletes(java.lang.Long deletes)
The number of delete actions performed on a table.
|
void |
setFullLoadRows(java.lang.Long fullLoadRows)
The number of rows added during the Full Load operation.
|
void |
setInserts(java.lang.Long inserts)
The number of insert actions performed on a table.
|
void |
setLastUpdateTime(java.util.Date lastUpdateTime)
The last time the table was updated.
|
void |
setSchemaName(java.lang.String schemaName)
The schema name.
|
void |
setTableName(java.lang.String tableName)
The name of the table.
|
void |
setTableState(java.lang.String tableState)
The state of the table.
|
void |
setUpdates(java.lang.Long updates)
The number of update actions performed on a table.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
TableStatistics |
withDdls(java.lang.Long ddls)
The Data Definition Language (DDL) used to build and modify the structure
of your tables.
|
TableStatistics |
withDeletes(java.lang.Long deletes)
The number of delete actions performed on a table.
|
TableStatistics |
withFullLoadRows(java.lang.Long fullLoadRows)
The number of rows added during the Full Load operation.
|
TableStatistics |
withInserts(java.lang.Long inserts)
The number of insert actions performed on a table.
|
TableStatistics |
withLastUpdateTime(java.util.Date lastUpdateTime)
The last time the table was updated.
|
TableStatistics |
withSchemaName(java.lang.String schemaName)
The schema name.
|
TableStatistics |
withTableName(java.lang.String tableName)
The name of the table.
|
TableStatistics |
withTableState(java.lang.String tableState)
The state of the table.
|
TableStatistics |
withUpdates(java.lang.Long updates)
The number of update actions performed on a table.
|
private java.lang.String schemaName
The schema name.
private java.lang.String tableName
The name of the table.
private java.lang.Long inserts
The number of insert actions performed on a table.
private java.lang.Long deletes
The number of delete actions performed on a table.
private java.lang.Long updates
The number of update actions performed on a table.
private java.lang.Long ddls
The Data Definition Language (DDL) used to build and modify the structure of your tables.
private java.lang.Long fullLoadRows
The number of rows added during the Full Load operation.
private java.util.Date lastUpdateTime
The last time the table was updated.
private java.lang.String tableState
The state of the table.
public void setSchemaName(java.lang.String schemaName)
The schema name.
schemaName
- The schema name.public java.lang.String getSchemaName()
The schema name.
public TableStatistics withSchemaName(java.lang.String schemaName)
The schema name.
schemaName
- The schema name.public void setTableName(java.lang.String tableName)
The name of the table.
tableName
- The name of the table.public java.lang.String getTableName()
The name of the table.
public TableStatistics withTableName(java.lang.String tableName)
The name of the table.
tableName
- The name of the table.public void setInserts(java.lang.Long inserts)
The number of insert actions performed on a table.
inserts
- The number of insert actions performed on a table.public java.lang.Long getInserts()
The number of insert actions performed on a table.
public TableStatistics withInserts(java.lang.Long inserts)
The number of insert actions performed on a table.
inserts
- The number of insert actions performed on a table.public void setDeletes(java.lang.Long deletes)
The number of delete actions performed on a table.
deletes
- The number of delete actions performed on a table.public java.lang.Long getDeletes()
The number of delete actions performed on a table.
public TableStatistics withDeletes(java.lang.Long deletes)
The number of delete actions performed on a table.
deletes
- The number of delete actions performed on a table.public void setUpdates(java.lang.Long updates)
The number of update actions performed on a table.
updates
- The number of update actions performed on a table.public java.lang.Long getUpdates()
The number of update actions performed on a table.
public TableStatistics withUpdates(java.lang.Long updates)
The number of update actions performed on a table.
updates
- The number of update actions performed on a table.public void setDdls(java.lang.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 java.lang.Long getDdls()
The Data Definition Language (DDL) used to build and modify the structure of your tables.
public TableStatistics withDdls(java.lang.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(java.lang.Long fullLoadRows)
The number of rows added during the Full Load operation.
fullLoadRows
- The number of rows added during the Full Load operation.public java.lang.Long getFullLoadRows()
The number of rows added during the Full Load operation.
public TableStatistics withFullLoadRows(java.lang.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 setLastUpdateTime(java.util.Date lastUpdateTime)
The last time the table was updated.
lastUpdateTime
- The last time the table was updated.public java.util.Date getLastUpdateTime()
The last time the table was updated.
public TableStatistics withLastUpdateTime(java.util.Date lastUpdateTime)
The last time the table was updated.
lastUpdateTime
- The last time the table was updated.public void setTableState(java.lang.String tableState)
The state of the table.
tableState
- The state of the table.public java.lang.String getTableState()
The state of the table.
public TableStatistics withTableState(java.lang.String tableState)
The state of the table.
tableState
- The state of the table.public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public TableStatistics clone()
clone
in class java.lang.Object