Class SearchIndexerStatus.StatementCounts

    • Constructor Detail

      • StatementCounts

        public StatementCounts​(int processed,
                               int remaining,
                               int total)
    • Method Detail

      • getProcessed

        public int getProcessed()
      • getRemaining

        public int getRemaining()
      • getTotal

        public int getTotal()