public class SearchMetrics extends Object
| Constructor and Description |
|---|
SearchMetrics(long took,
long totalRows,
double maxScore,
long successPartitionCount,
long errorPartitionCount) |
| Modifier and Type | Method and Description |
|---|---|
long |
errorPartitionCount() |
double |
maxScore() |
long |
successPartitionCount() |
Duration |
took() |
String |
toString() |
long |
totalPartitionCount() |
long |
totalRows() |
public SearchMetrics(long took,
long totalRows,
double maxScore,
long successPartitionCount,
long errorPartitionCount)
public Duration took()
public long totalRows()
public double maxScore()
public long successPartitionCount()
public long errorPartitionCount()
public long totalPartitionCount()
Copyright © 2020 Couchbase, Inc.. All rights reserved.