public static interface Reports.ClientNameStatsOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsCacheHitsPerVersion(java.lang.String key)
map<string, uint64> cache_hits_per_version = 4; |
boolean |
containsForbiddenOperationCountPerVersion(java.lang.String key)
map<string, uint64> forbidden_operation_count_per_version = 13; |
boolean |
containsPersistedQueryHitsPerVersion(java.lang.String key)
map<string, uint64> persisted_query_hits_per_version = 10; |
boolean |
containsPersistedQueryMissesPerVersion(java.lang.String key)
map<string, uint64> persisted_query_misses_per_version = 11; |
boolean |
containsRegisteredOperationCountPerVersion(java.lang.String key)
map<string, uint64> registered_operation_count_per_version = 12; |
boolean |
containsRequestsCountPerVersion(java.lang.String key)
These per-version fields were used to understand what versions contributed to this sample
when we were implementing the aggregation of this information ourselves using BigTable.
|
java.util.Map<java.lang.String,java.lang.Long> |
getCacheHitsPerVersion()
Deprecated.
|
int |
getCacheHitsPerVersionCount()
map<string, uint64> cache_hits_per_version = 4; |
java.util.Map<java.lang.String,java.lang.Long> |
getCacheHitsPerVersionMap()
map<string, uint64> cache_hits_per_version = 4; |
long |
getCacheHitsPerVersionOrDefault(java.lang.String key,
long defaultValue)
map<string, uint64> cache_hits_per_version = 4; |
long |
getCacheHitsPerVersionOrThrow(java.lang.String key)
map<string, uint64> cache_hits_per_version = 4; |
long |
getCacheLatencyCount(int index)
Duration histogram; see docs/histograms.md
|
int |
getCacheLatencyCountCount()
Duration histogram; see docs/histograms.md
|
java.util.List<java.lang.Long> |
getCacheLatencyCountList()
Duration histogram; see docs/histograms.md
|
java.util.Map<java.lang.String,java.lang.Long> |
getForbiddenOperationCountPerVersion()
Deprecated.
|
int |
getForbiddenOperationCountPerVersionCount()
map<string, uint64> forbidden_operation_count_per_version = 13; |
java.util.Map<java.lang.String,java.lang.Long> |
getForbiddenOperationCountPerVersionMap()
map<string, uint64> forbidden_operation_count_per_version = 13; |
long |
getForbiddenOperationCountPerVersionOrDefault(java.lang.String key,
long defaultValue)
map<string, uint64> forbidden_operation_count_per_version = 13; |
long |
getForbiddenOperationCountPerVersionOrThrow(java.lang.String key)
map<string, uint64> forbidden_operation_count_per_version = 13; |
long |
getLatencyCount(int index)
Duration histogram for non-cache-hit queries.
|
int |
getLatencyCountCount()
Duration histogram for non-cache-hit queries.
|
java.util.List<java.lang.Long> |
getLatencyCountList()
Duration histogram for non-cache-hit queries.
|
java.util.Map<java.lang.String,java.lang.Long> |
getPersistedQueryHitsPerVersion()
Deprecated.
|
int |
getPersistedQueryHitsPerVersionCount()
map<string, uint64> persisted_query_hits_per_version = 10; |
java.util.Map<java.lang.String,java.lang.Long> |
getPersistedQueryHitsPerVersionMap()
map<string, uint64> persisted_query_hits_per_version = 10; |
long |
getPersistedQueryHitsPerVersionOrDefault(java.lang.String key,
long defaultValue)
map<string, uint64> persisted_query_hits_per_version = 10; |
long |
getPersistedQueryHitsPerVersionOrThrow(java.lang.String key)
map<string, uint64> persisted_query_hits_per_version = 10; |
java.util.Map<java.lang.String,java.lang.Long> |
getPersistedQueryMissesPerVersion()
Deprecated.
|
int |
getPersistedQueryMissesPerVersionCount()
map<string, uint64> persisted_query_misses_per_version = 11; |
java.util.Map<java.lang.String,java.lang.Long> |
getPersistedQueryMissesPerVersionMap()
map<string, uint64> persisted_query_misses_per_version = 11; |
long |
getPersistedQueryMissesPerVersionOrDefault(java.lang.String key,
long defaultValue)
map<string, uint64> persisted_query_misses_per_version = 11; |
long |
getPersistedQueryMissesPerVersionOrThrow(java.lang.String key)
map<string, uint64> persisted_query_misses_per_version = 11; |
long |
getPrivateCacheTtlCount(int index)
TTL histograms for cache misses for the private cache.
|
int |
getPrivateCacheTtlCountCount()
TTL histograms for cache misses for the private cache.
|
java.util.List<java.lang.Long> |
getPrivateCacheTtlCountList()
TTL histograms for cache misses for the private cache.
|
long |
getPublicCacheTtlCount(int index)
TTL histograms for cache misses for the public cache.
|
int |
getPublicCacheTtlCountCount()
TTL histograms for cache misses for the public cache.
|
java.util.List<java.lang.Long> |
getPublicCacheTtlCountList()
TTL histograms for cache misses for the public cache.
|
java.util.Map<java.lang.String,java.lang.Long> |
getRegisteredOperationCountPerVersion()
Deprecated.
|
int |
getRegisteredOperationCountPerVersionCount()
map<string, uint64> registered_operation_count_per_version = 12; |
java.util.Map<java.lang.String,java.lang.Long> |
getRegisteredOperationCountPerVersionMap()
map<string, uint64> registered_operation_count_per_version = 12; |
long |
getRegisteredOperationCountPerVersionOrDefault(java.lang.String key,
long defaultValue)
map<string, uint64> registered_operation_count_per_version = 12; |
long |
getRegisteredOperationCountPerVersionOrThrow(java.lang.String key)
map<string, uint64> registered_operation_count_per_version = 12; |
java.util.Map<java.lang.String,java.lang.Long> |
getRequestsCountPerVersion()
Deprecated.
|
int |
getRequestsCountPerVersionCount()
These per-version fields were used to understand what versions contributed to this sample
when we were implementing the aggregation of this information ourselves using BigTable.
|
java.util.Map<java.lang.String,java.lang.Long> |
getRequestsCountPerVersionMap()
These per-version fields were used to understand what versions contributed to this sample
when we were implementing the aggregation of this information ourselves using BigTable.
|
long |
getRequestsCountPerVersionOrDefault(java.lang.String key,
long defaultValue)
These per-version fields were used to understand what versions contributed to this sample
when we were implementing the aggregation of this information ourselves using BigTable.
|
long |
getRequestsCountPerVersionOrThrow(java.lang.String key)
These per-version fields were used to understand what versions contributed to this sample
when we were implementing the aggregation of this information ourselves using BigTable.
|
long |
getRequestsWithErrorsCount()
uint64 requests_with_errors_count = 7; |
Reports.PathErrorStats |
getRootErrorStats()
.mdg.engine.proto.PathErrorStats root_error_stats = 6; |
Reports.PathErrorStatsOrBuilder |
getRootErrorStatsOrBuilder()
.mdg.engine.proto.PathErrorStats root_error_stats = 6; |
boolean |
hasRootErrorStats()
.mdg.engine.proto.PathErrorStats root_error_stats = 6; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofjava.util.List<java.lang.Long> getLatencyCountList()
Duration histogram for non-cache-hit queries. (See docs/histograms.md for the histogram format.)
repeated int64 latency_count = 1;int getLatencyCountCount()
Duration histogram for non-cache-hit queries. (See docs/histograms.md for the histogram format.)
repeated int64 latency_count = 1;long getLatencyCount(int index)
Duration histogram for non-cache-hit queries. (See docs/histograms.md for the histogram format.)
repeated int64 latency_count = 1;index - The index of the element to return.int getRequestsCountPerVersionCount()
These per-version fields were used to understand what versions contributed to this sample when we were implementing the aggregation of this information ourselves using BigTable. However, since the per-version stats don't separate out latency, it makes more sense to have stats reported with contextual information so we can have the specific breakdown we're looking for. These fields are somewhat misleading as we never actually do any per-version awareness with anything reporting in the legacy "per_client_name" stats, and instead use "query_stats_with_context" to have more contextual information.
map<string, uint64> requests_count_per_version = 3;boolean containsRequestsCountPerVersion(java.lang.String key)
These per-version fields were used to understand what versions contributed to this sample when we were implementing the aggregation of this information ourselves using BigTable. However, since the per-version stats don't separate out latency, it makes more sense to have stats reported with contextual information so we can have the specific breakdown we're looking for. These fields are somewhat misleading as we never actually do any per-version awareness with anything reporting in the legacy "per_client_name" stats, and instead use "query_stats_with_context" to have more contextual information.
map<string, uint64> requests_count_per_version = 3;@Deprecated java.util.Map<java.lang.String,java.lang.Long> getRequestsCountPerVersion()
getRequestsCountPerVersionMap() instead.java.util.Map<java.lang.String,java.lang.Long> getRequestsCountPerVersionMap()
These per-version fields were used to understand what versions contributed to this sample when we were implementing the aggregation of this information ourselves using BigTable. However, since the per-version stats don't separate out latency, it makes more sense to have stats reported with contextual information so we can have the specific breakdown we're looking for. These fields are somewhat misleading as we never actually do any per-version awareness with anything reporting in the legacy "per_client_name" stats, and instead use "query_stats_with_context" to have more contextual information.
map<string, uint64> requests_count_per_version = 3;long getRequestsCountPerVersionOrDefault(java.lang.String key,
long defaultValue)
These per-version fields were used to understand what versions contributed to this sample when we were implementing the aggregation of this information ourselves using BigTable. However, since the per-version stats don't separate out latency, it makes more sense to have stats reported with contextual information so we can have the specific breakdown we're looking for. These fields are somewhat misleading as we never actually do any per-version awareness with anything reporting in the legacy "per_client_name" stats, and instead use "query_stats_with_context" to have more contextual information.
map<string, uint64> requests_count_per_version = 3;long getRequestsCountPerVersionOrThrow(java.lang.String key)
These per-version fields were used to understand what versions contributed to this sample when we were implementing the aggregation of this information ourselves using BigTable. However, since the per-version stats don't separate out latency, it makes more sense to have stats reported with contextual information so we can have the specific breakdown we're looking for. These fields are somewhat misleading as we never actually do any per-version awareness with anything reporting in the legacy "per_client_name" stats, and instead use "query_stats_with_context" to have more contextual information.
map<string, uint64> requests_count_per_version = 3;int getCacheHitsPerVersionCount()
map<string, uint64> cache_hits_per_version = 4;boolean containsCacheHitsPerVersion(java.lang.String key)
map<string, uint64> cache_hits_per_version = 4;@Deprecated java.util.Map<java.lang.String,java.lang.Long> getCacheHitsPerVersion()
getCacheHitsPerVersionMap() instead.java.util.Map<java.lang.String,java.lang.Long> getCacheHitsPerVersionMap()
map<string, uint64> cache_hits_per_version = 4;long getCacheHitsPerVersionOrDefault(java.lang.String key,
long defaultValue)
map<string, uint64> cache_hits_per_version = 4;long getCacheHitsPerVersionOrThrow(java.lang.String key)
map<string, uint64> cache_hits_per_version = 4;int getPersistedQueryHitsPerVersionCount()
map<string, uint64> persisted_query_hits_per_version = 10;boolean containsPersistedQueryHitsPerVersion(java.lang.String key)
map<string, uint64> persisted_query_hits_per_version = 10;@Deprecated java.util.Map<java.lang.String,java.lang.Long> getPersistedQueryHitsPerVersion()
getPersistedQueryHitsPerVersionMap() instead.java.util.Map<java.lang.String,java.lang.Long> getPersistedQueryHitsPerVersionMap()
map<string, uint64> persisted_query_hits_per_version = 10;long getPersistedQueryHitsPerVersionOrDefault(java.lang.String key,
long defaultValue)
map<string, uint64> persisted_query_hits_per_version = 10;long getPersistedQueryHitsPerVersionOrThrow(java.lang.String key)
map<string, uint64> persisted_query_hits_per_version = 10;int getPersistedQueryMissesPerVersionCount()
map<string, uint64> persisted_query_misses_per_version = 11;boolean containsPersistedQueryMissesPerVersion(java.lang.String key)
map<string, uint64> persisted_query_misses_per_version = 11;@Deprecated java.util.Map<java.lang.String,java.lang.Long> getPersistedQueryMissesPerVersion()
getPersistedQueryMissesPerVersionMap() instead.java.util.Map<java.lang.String,java.lang.Long> getPersistedQueryMissesPerVersionMap()
map<string, uint64> persisted_query_misses_per_version = 11;long getPersistedQueryMissesPerVersionOrDefault(java.lang.String key,
long defaultValue)
map<string, uint64> persisted_query_misses_per_version = 11;long getPersistedQueryMissesPerVersionOrThrow(java.lang.String key)
map<string, uint64> persisted_query_misses_per_version = 11;int getRegisteredOperationCountPerVersionCount()
map<string, uint64> registered_operation_count_per_version = 12;boolean containsRegisteredOperationCountPerVersion(java.lang.String key)
map<string, uint64> registered_operation_count_per_version = 12;@Deprecated java.util.Map<java.lang.String,java.lang.Long> getRegisteredOperationCountPerVersion()
getRegisteredOperationCountPerVersionMap() instead.java.util.Map<java.lang.String,java.lang.Long> getRegisteredOperationCountPerVersionMap()
map<string, uint64> registered_operation_count_per_version = 12;long getRegisteredOperationCountPerVersionOrDefault(java.lang.String key,
long defaultValue)
map<string, uint64> registered_operation_count_per_version = 12;long getRegisteredOperationCountPerVersionOrThrow(java.lang.String key)
map<string, uint64> registered_operation_count_per_version = 12;int getForbiddenOperationCountPerVersionCount()
map<string, uint64> forbidden_operation_count_per_version = 13;boolean containsForbiddenOperationCountPerVersion(java.lang.String key)
map<string, uint64> forbidden_operation_count_per_version = 13;@Deprecated java.util.Map<java.lang.String,java.lang.Long> getForbiddenOperationCountPerVersion()
getForbiddenOperationCountPerVersionMap() instead.java.util.Map<java.lang.String,java.lang.Long> getForbiddenOperationCountPerVersionMap()
map<string, uint64> forbidden_operation_count_per_version = 13;long getForbiddenOperationCountPerVersionOrDefault(java.lang.String key,
long defaultValue)
map<string, uint64> forbidden_operation_count_per_version = 13;long getForbiddenOperationCountPerVersionOrThrow(java.lang.String key)
map<string, uint64> forbidden_operation_count_per_version = 13;java.util.List<java.lang.Long> getCacheLatencyCountList()
Duration histogram; see docs/histograms.md
repeated int64 cache_latency_count = 5;int getCacheLatencyCountCount()
Duration histogram; see docs/histograms.md
repeated int64 cache_latency_count = 5;long getCacheLatencyCount(int index)
Duration histogram; see docs/histograms.md
repeated int64 cache_latency_count = 5;index - The index of the element to return.boolean hasRootErrorStats()
.mdg.engine.proto.PathErrorStats root_error_stats = 6;Reports.PathErrorStats getRootErrorStats()
.mdg.engine.proto.PathErrorStats root_error_stats = 6;Reports.PathErrorStatsOrBuilder getRootErrorStatsOrBuilder()
.mdg.engine.proto.PathErrorStats root_error_stats = 6;long getRequestsWithErrorsCount()
uint64 requests_with_errors_count = 7;java.util.List<java.lang.Long> getPublicCacheTtlCountList()
TTL histograms for cache misses for the public cache.
repeated int64 public_cache_ttl_count = 8;int getPublicCacheTtlCountCount()
TTL histograms for cache misses for the public cache.
repeated int64 public_cache_ttl_count = 8;long getPublicCacheTtlCount(int index)
TTL histograms for cache misses for the public cache.
repeated int64 public_cache_ttl_count = 8;index - The index of the element to return.java.util.List<java.lang.Long> getPrivateCacheTtlCountList()
TTL histograms for cache misses for the private cache.
repeated int64 private_cache_ttl_count = 9;int getPrivateCacheTtlCountCount()
TTL histograms for cache misses for the private cache.
repeated int64 private_cache_ttl_count = 9;long getPrivateCacheTtlCount(int index)
TTL histograms for cache misses for the private cache.
repeated int64 private_cache_ttl_count = 9;index - The index of the element to return.