Class SearchServiceStatistics


  • public final class SearchServiceStatistics
    extends Object
    Response from a get service statistics request. If successful, it includes service level counters and limits.
    • Constructor Detail

      • SearchServiceStatistics

        public SearchServiceStatistics​(SearchServiceCounters counters,
                                       SearchServiceLimits limits)
        Creates an instance of SearchServiceStatistics class.
        Parameters:
        counters - the counters value to set.
        limits - the limits value to set.
    • Method Detail

      • getCounters

        public SearchServiceCounters getCounters()
        Get the counters property: Service level resource counters.
        Returns:
        the counters value.
      • getLimits

        public SearchServiceLimits getLimits()
        Get the limits property: Service level general limits.
        Returns:
        the limits value.