Package com.ibm.cloud.cloudant.v1.model
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.
-
-
Constructor Summary
Constructors Constructor Description ExecutionStats()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Double
getExecutionTimeMs()
Gets the executionTimeMs.Long
getResultsReturned()
Gets the resultsReturned.Long
getTotalDocsExamined()
Gets the totalDocsExamined.Long
getTotalKeysExamined()
Gets the totalKeysExamined.Long
getTotalQuorumDocsExamined()
Gets the totalQuorumDocsExamined.
-
-
-
Method Detail
-
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
-
-