public static interface Reports.QueryLatencyStatsOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
long |
getCacheHits()
uint64 cache_hits = 3; |
long |
getCacheLatencyCount(int index)
repeated int64 cache_latency_count = 6; |
int |
getCacheLatencyCountCount()
repeated int64 cache_latency_count = 6; |
java.util.List<java.lang.Long> |
getCacheLatencyCountList()
repeated int64 cache_latency_count = 6; |
long |
getForbiddenOperationCount()
uint64 forbidden_operation_count = 12; |
long |
getLatencyCount(int index)
repeated int64 latency_count = 1; |
int |
getLatencyCountCount()
repeated int64 latency_count = 1; |
java.util.List<java.lang.Long> |
getLatencyCountList()
repeated int64 latency_count = 1; |
long |
getPersistedQueryHits()
uint64 persisted_query_hits = 4; |
long |
getPersistedQueryMisses()
uint64 persisted_query_misses = 5; |
long |
getPrivateCacheTtlCount(int index)
repeated int64 private_cache_ttl_count = 10; |
int |
getPrivateCacheTtlCountCount()
repeated int64 private_cache_ttl_count = 10; |
java.util.List<java.lang.Long> |
getPrivateCacheTtlCountList()
repeated int64 private_cache_ttl_count = 10; |
long |
getPublicCacheTtlCount(int index)
repeated int64 public_cache_ttl_count = 9; |
int |
getPublicCacheTtlCountCount()
repeated int64 public_cache_ttl_count = 9; |
java.util.List<java.lang.Long> |
getPublicCacheTtlCountList()
repeated int64 public_cache_ttl_count = 9; |
long |
getRegisteredOperationCount()
uint64 registered_operation_count = 11; |
long |
getRequestCount()
uint64 request_count = 2; |
long |
getRequestsWithErrorsCount()
uint64 requests_with_errors_count = 8; |
Reports.PathErrorStats |
getRootErrorStats()
.mdg.engine.proto.PathErrorStats root_error_stats = 7; |
Reports.PathErrorStatsOrBuilder |
getRootErrorStatsOrBuilder()
.mdg.engine.proto.PathErrorStats root_error_stats = 7; |
boolean |
hasRootErrorStats()
.mdg.engine.proto.PathErrorStats root_error_stats = 7; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofjava.util.List<java.lang.Long> getLatencyCountList()
repeated int64 latency_count = 1;int getLatencyCountCount()
repeated int64 latency_count = 1;long getLatencyCount(int index)
repeated int64 latency_count = 1;index - The index of the element to return.long getRequestCount()
uint64 request_count = 2;long getCacheHits()
uint64 cache_hits = 3;long getPersistedQueryHits()
uint64 persisted_query_hits = 4;long getPersistedQueryMisses()
uint64 persisted_query_misses = 5;java.util.List<java.lang.Long> getCacheLatencyCountList()
repeated int64 cache_latency_count = 6;int getCacheLatencyCountCount()
repeated int64 cache_latency_count = 6;long getCacheLatencyCount(int index)
repeated int64 cache_latency_count = 6;index - The index of the element to return.boolean hasRootErrorStats()
.mdg.engine.proto.PathErrorStats root_error_stats = 7;Reports.PathErrorStats getRootErrorStats()
.mdg.engine.proto.PathErrorStats root_error_stats = 7;Reports.PathErrorStatsOrBuilder getRootErrorStatsOrBuilder()
.mdg.engine.proto.PathErrorStats root_error_stats = 7;long getRequestsWithErrorsCount()
uint64 requests_with_errors_count = 8;java.util.List<java.lang.Long> getPublicCacheTtlCountList()
repeated int64 public_cache_ttl_count = 9;int getPublicCacheTtlCountCount()
repeated int64 public_cache_ttl_count = 9;long getPublicCacheTtlCount(int index)
repeated int64 public_cache_ttl_count = 9;index - The index of the element to return.java.util.List<java.lang.Long> getPrivateCacheTtlCountList()
repeated int64 private_cache_ttl_count = 10;int getPrivateCacheTtlCountCount()
repeated int64 private_cache_ttl_count = 10;long getPrivateCacheTtlCount(int index)
repeated int64 private_cache_ttl_count = 10;index - The index of the element to return.long getRegisteredOperationCount()
uint64 registered_operation_count = 11;long getForbiddenOperationCount()
uint64 forbidden_operation_count = 12;