Class SearchMetrics
java.lang.Object
com.couchbase.client.java.search.result.SearchMetrics
public class SearchMetrics extends Object
-
Constructor Summary
Constructors Constructor Description SearchMetrics(long took, long totalRows, double maxScore, long successPartitionCount, long errorPartitionCount) -
Method Summary
Modifier and Type Method Description longerrorPartitionCount()doublemaxScore()longsuccessPartitionCount()Durationtook()StringtoString()longtotalPartitionCount()longtotalRows()
-
Constructor Details
-
SearchMetrics
public SearchMetrics(long took, long totalRows, double maxScore, long successPartitionCount, long errorPartitionCount)
-
-
Method Details