Class SearchIndexerStatus.UriCounts

    • Constructor Detail

      • UriCounts

        public UriCounts​(int excluded,
                         int deleted,
                         int updated,
                         int remaining,
                         int total)
    • Method Detail

      • getExcluded

        public int getExcluded()
      • getDeleted

        public int getDeleted()
      • getUpdated

        public int getUpdated()
      • getRemaining

        public int getRemaining()
      • getTotal

        public int getTotal()