Class UnusedIndex

All Implemented Interfaces:
DbObject, IndexNameAware, IndexSizeAware, TableNameAware, Comparable<Index>

@Immutable public final class UnusedIndex extends IndexWithSize
  • Method Details

    • getIndexScans

      public long getIndexScans()
    • toString

      @Nonnull public String toString()
      Overrides:
      toString in class IndexWithSize
    • of

      public static UnusedIndex of(@Nonnull String tableName, @Nonnull String indexName, long indexSizeInBytes, long indexScans)