| Modifier and Type | Field and Description |
|---|---|
static QueryMetrics |
QueryMetrics.ZERO |
| Modifier and Type | Method and Description |
|---|---|
QueryMetrics |
QueryMetrics.add(QueryMetrics... queryMetricsArgs) |
static QueryMetrics |
BridgeInternal.createQueryMetricsFromCollection(Collection<QueryMetrics> queryMetricsCollection) |
static QueryMetrics |
BridgeInternal.createQueryMetricsFromDelimitedStringAndClientSideMetrics(String queryMetricsDelimitedString,
com.microsoft.azure.cosmosdb.internal.query.metrics.ClientSideMetrics clientSideMetrics,
String activityId) |
| Modifier and Type | Method and Description |
|---|---|
ConcurrentMap<String,QueryMetrics> |
FeedResponse.getQueryMetrics()
Gets the QueryMetrics for each partition.
|
| Modifier and Type | Method and Description |
|---|---|
QueryMetrics |
QueryMetrics.add(QueryMetrics... queryMetricsArgs) |
static com.microsoft.azure.cosmosdb.internal.query.metrics.ClientSideMetrics |
BridgeInternal.getClientSideMetrics(QueryMetrics queryMetrics) |
static <T extends Resource> |
BridgeInternal.putQueryMetricsIntoMap(FeedResponse<T> response,
String partitionKeyRangeId,
QueryMetrics queryMetrics) |
| Modifier and Type | Method and Description |
|---|---|
static <T extends Resource> |
BridgeInternal.createFeedResponseWithQueryMetrics(List<T> results,
Map<String,String> headers,
ConcurrentMap<String,QueryMetrics> queryMetricsMap) |
static QueryMetrics |
BridgeInternal.createQueryMetricsFromCollection(Collection<QueryMetrics> queryMetricsCollection) |
Copyright © 2020. All rights reserved.