@Stability.Internal public class CoreSearchMetrics extends Object
| Constructor and Description |
|---|
CoreSearchMetrics(Duration 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 CoreSearchMetrics(Duration 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 © 2024 Couchbase, Inc.. All rights reserved.