Interface TableSizeAware

All Superinterfaces:
TableNameAware
All Known Subinterfaces:
TableBloatAware
All Known Implementing Classes:
Table, TableWithBloat, TableWithMissingIndex

public interface TableSizeAware extends TableNameAware
Allows getting table size in bytes. Used as a marker interface for filtering exclusions in AbstractHealthLogger
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    long
    Gets table size in bytes.

    Methods inherited from interface io.github.mfvanek.pg.model.table.TableNameAware

    getTableName
  • Method Details

    • getTableSizeInBytes

      long getTableSizeInBytes()
      Gets table size in bytes.
      Returns:
      table size in bytes