Interface IndexSizeAware

All Superinterfaces:
IndexNameAware
All Known Subinterfaces:
IndexBloatAware
All Known Implementing Classes:
IndexWithBloat, IndexWithNulls, IndexWithSize, UnusedIndex

public interface IndexSizeAware extends IndexNameAware
Allows getting index size in bytes. Used as a marker interface for filtering exclusions in AbstractHealthLogger
See Also:
  • Method Summary

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

    Methods inherited from interface io.github.mfvanek.pg.model.index.IndexNameAware

    getIndexName
  • Method Details

    • getIndexSizeInBytes

      long getIndexSizeInBytes()
      Gets index size in bytes.
      Returns:
      index size in bytes