你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
QueryMetrics 类
- java.
lang. Object - com.
microsoft. azure. cosmosdb. QueryMetrics
- com.
public class QueryMetrics
查询 Azure Cosmos 数据库服务中的指标。 此指标表示一组查询的移动平均值,这些查询的指标已聚合在一起。
字段摘要
修饰符和类型 | 字段和描述 |
---|---|
Query |
ZERO |
构造函数摘要
方法摘要
修饰符和类型 | 方法和描述 |
---|---|
Query |
add(QueryMetrics... queryMetricsArgs) |
Duration | getDocumentLoadTime() |
Duration | getDocumentWriteTime() |
long | getIndexHitDocumentCount() |
double |
getIndexHitRatio()
在 Azure Cosmos 数据库服务中按查询获取索引命中率。 |
Duration | getIndexLookupTime() |
long | getOutputDocumentCount() |
long | getOutputDocumentSize() |
Query |
getQueryPreparationTimes() |
long | getRetries() |
long | getRetrievedDocumentCount() |
long | getRetrievedDocumentSize() |
Runtime |
getRuntimeExecutionTimes() |
Duration | getTotalQueryExecutionTime() |
Duration | getVMExecutionTime() |
String | toString() |
字段详细信息
ZERO
public static QueryMetrics ZERO= new QueryMetrics( new ArrayList<>(), 0, 0, 0, 0, 0, Duration.ZERO, QueryPreparationTimes.ZERO, Duration.ZERO, Duration.ZERO, Duration.ZERO, RuntimeExecutionTimes.ZERO, Duration.ZERO, ClientSideMetrics.ZERO)
构造函数详细信息
QueryMetrics
public QueryMetrics(List
参数:
方法详细信息
add
public QueryMetrics add(QueryMetrics... queryMetricsArgs)
参数:
getDocumentLoadTime
public Duration getDocumentLoadTime()
返回:
getDocumentWriteTime
public Duration getDocumentWriteTime()
返回:
getIndexHitDocumentCount
public long getIndexHitDocumentCount()
返回:
getIndexHitRatio
public double getIndexHitRatio()
在 Azure Cosmos 数据库服务中按查询获取索引命中率。
返回:
getIndexLookupTime
public Duration getIndexLookupTime()
返回:
getOutputDocumentCount
public long getOutputDocumentCount()
返回:
getOutputDocumentSize
public long getOutputDocumentSize()
返回:
getQueryPreparationTimes
public QueryPreparationTimes getQueryPreparationTimes()
返回:
getRetries
public long getRetries()
返回:
getRetrievedDocumentCount
public long getRetrievedDocumentCount()
返回:
getRetrievedDocumentSize
public long getRetrievedDocumentSize()
返回:
getRuntimeExecutionTimes
public RuntimeExecutionTimes getRuntimeExecutionTimes()
返回:
getTotalQueryExecutionTime
public Duration getTotalQueryExecutionTime()
返回:
getVMExecutionTime
public Duration getVMExecutionTime()
返回:
toString
public String toString()