Class TableStatistics

    • Constructor Detail

      • TableStatistics

        public TableStatistics()
    • Method Detail

      • setSchemaName

        public void setSchemaName​(String schemaName)

        The schema name.

        Parameters:
        schemaName - The schema name.
      • getSchemaName

        public String getSchemaName()

        The schema name.

        Returns:
        The schema name.
      • withSchemaName

        public TableStatistics withSchemaName​(String schemaName)

        The schema name.

        Parameters:
        schemaName - The schema name.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setTableName

        public void setTableName​(String tableName)

        The name of the table.

        Parameters:
        tableName - The name of the table.
      • getTableName

        public String getTableName()

        The name of the table.

        Returns:
        The name of the table.
      • withTableName

        public TableStatistics withTableName​(String tableName)

        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

        public void setInserts​(Long inserts)

        The number of insert actions performed on a table.

        Parameters:
        inserts - The number of insert actions performed on a table.
      • getInserts

        public Long getInserts()

        The number of insert actions performed on a table.

        Returns:
        The number of insert actions performed on a table.
      • withInserts

        public TableStatistics withInserts​(Long inserts)

        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

        public void setDeletes​(Long deletes)

        The number of delete actions performed on a table.

        Parameters:
        deletes - The number of delete actions performed on a table.
      • getDeletes

        public Long getDeletes()

        The number of delete actions performed on a table.

        Returns:
        The number of delete actions performed on a table.
      • withDeletes

        public TableStatistics withDeletes​(Long deletes)

        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

        public void setUpdates​(Long updates)

        The number of update actions performed on a table.

        Parameters:
        updates - The number of update actions performed on a table.
      • getUpdates

        public Long getUpdates()

        The number of update actions performed on a table.

        Returns:
        The number of update actions performed on a table.
      • withUpdates

        public TableStatistics withUpdates​(Long updates)

        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

        public void setDdls​(Long ddls)

        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

        public Long 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

        public TableStatistics withDdls​(Long ddls)

        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

        public void setFullLoadRows​(Long fullLoadRows)

        The number of rows added during the Full Load operation.

        Parameters:
        fullLoadRows - The number of rows added during the Full Load operation.
      • getFullLoadRows

        public Long getFullLoadRows()

        The number of rows added during the Full Load operation.

        Returns:
        The number of rows added during the Full Load operation.
      • withFullLoadRows

        public TableStatistics withFullLoadRows​(Long fullLoadRows)

        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

        public void setLastUpdateTime​(Date lastUpdateTime)

        The last time the table was updated.

        Parameters:
        lastUpdateTime - The last time the table was updated.
      • getLastUpdateTime

        public Date getLastUpdateTime()

        The last time the table was updated.

        Returns:
        The last time the table was updated.
      • withLastUpdateTime

        public TableStatistics withLastUpdateTime​(Date lastUpdateTime)

        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

        public void setTableState​(String tableState)

        The state of the table.

        Parameters:
        tableState - The state of the table.
      • getTableState

        public String getTableState()

        The state of the table.

        Returns:
        The state of the table.
      • withTableState

        public TableStatistics withTableState​(String tableState)

        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

        public String toString()
        Returns a string representation of this object; useful for testing and debugging.
        Overrides:
        toString in class Object
        Returns:
        A string representation of this object.
        See Also:
        Object.toString()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object