public class QueryMetrics extends Object
Modifier and Type | Field and Description |
---|---|
static QueryMetrics |
EMPTY_METRICS |
Modifier and Type | Method and Description |
---|---|
Duration |
elapsedTime() |
long |
errorCount() |
Duration |
executionTime() |
long |
mutationCount() |
long |
resultCount() |
long |
resultSize() |
long |
sortCount() |
String |
toString() |
long |
warningCount() |
public static final QueryMetrics EMPTY_METRICS
public Duration elapsedTime()
public Duration executionTime()
public long sortCount()
public long resultCount()
public long resultSize()
public long mutationCount()
public long errorCount()
public long warningCount()
Copyright © 2021 Couchbase, Inc.. All rights reserved.