Class ExecutionStats

java.lang.Object
com.ibm.cloud.sdk.core.service.model.GenericModel
com.ibm.cloud.cloudant.v1.model.ExecutionStats
All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel

public class ExecutionStats extends com.ibm.cloud.sdk.core.service.model.GenericModel
Schema for find query execution statistics.
  • Method Details

    • getExecutionTimeMs

      public Double getExecutionTimeMs()
      Gets the executionTimeMs. Time to execute the query.
      Returns:
      the executionTimeMs
    • getResultsReturned

      public Long getResultsReturned()
      Gets the resultsReturned. Number of results returned.
      Returns:
      the resultsReturned
    • getTotalDocsExamined

      public Long getTotalDocsExamined()
      Gets the totalDocsExamined. Number of documents fetched from the index.
      Returns:
      the totalDocsExamined
    • getTotalKeysExamined

      public Long getTotalKeysExamined()
      Gets the totalKeysExamined. Number of rows scanned in the index.
      Returns:
      the totalKeysExamined
    • getTotalQuorumDocsExamined

      public Long getTotalQuorumDocsExamined()
      Gets the totalQuorumDocsExamined. Number of documents fetched from the primary index with the specified read quorum.
      Returns:
      the totalQuorumDocsExamined