Class SearchMetrics
- java.lang.Object
-
- com.couchbase.client.java.search.result.SearchMetrics
-
public class SearchMetrics extends Object
-
-
Constructor Summary
Constructors Constructor Description SearchMetrics(CoreSearchMetrics internal)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description long
errorPartitionCount()
double
maxScore()
long
successPartitionCount()
Duration
took()
String
toString()
long
totalPartitionCount()
long
totalRows()
-
-
-
Constructor Detail
-
SearchMetrics
@Internal public SearchMetrics(CoreSearchMetrics internal)
-
-
Method Detail
-
took
public Duration took()
-
totalRows
public long totalRows()
-
maxScore
public double maxScore()
-
successPartitionCount
public long successPartitionCount()
-
errorPartitionCount
public long errorPartitionCount()
-
totalPartitionCount
public long totalPartitionCount()
-
-