Class IndexStatisticsHelper.IndexStatistics

java.lang.Object
com.atlassian.jira.plugins.quicksearch.impl.IndexStatisticsHelper.IndexStatistics
Enclosing class:
IndexStatisticsHelper

@Immutable public static class IndexStatisticsHelper.IndexStatistics extends Object
  • Constructor Details

    • IndexStatistics

      public IndexStatistics(long numDocs, long numDeletedDocs, long numSegments)
  • Method Details

    • getNumDocs

      public long getNumDocs()
    • getNumDeletedDocs

      public long getNumDeletedDocs()
    • getNumSegments

      public long getNumSegments()