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.
-
Method Summary
Modifier and TypeMethodDescriptionGets the executionTimeMs.Gets the resultsReturned.Gets the totalDocsExamined.Gets the totalKeysExamined.Gets the totalQuorumDocsExamined.Methods inherited from class com.ibm.cloud.sdk.core.service.model.GenericModel
equals, hashCode, toString
-
Method Details
-
getExecutionTimeMs
Gets the executionTimeMs. Time to execute the query.- Returns:
- the executionTimeMs
-
getResultsReturned
Gets the resultsReturned. Number of results returned.- Returns:
- the resultsReturned
-
getTotalDocsExamined
Gets the totalDocsExamined. Number of documents fetched from the index.- Returns:
- the totalDocsExamined
-
getTotalKeysExamined
Gets the totalKeysExamined. Number of rows scanned in the index.- Returns:
- the totalKeysExamined
-
getTotalQuorumDocsExamined
Gets the totalQuorumDocsExamined. Number of documents fetched from the primary index with the specified read quorum.- Returns:
- the totalQuorumDocsExamined
-