Interface BloatAware

  • All Known Implementing Classes:
    IndexWithBloat, TableWithBloat

    public interface BloatAware
    Allows to get information about bloat in database.
    • Method Detail

      • getBloatSizeInBytes

        long getBloatSizeInBytes()
        Gets bloat amount in bytes.
        Returns:
        bloat amount
      • getBloatPercentage

        int getBloatPercentage()
        Gets bloat percentage (in the range from 0 to 100 inclusive).
        Returns:
        bloat percentage