Package mdg.engine.proto
Interface Reports.QueryLatencyStatsOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Reports.QueryLatencyStats,Reports.QueryLatencyStats.Builder
- Enclosing class:
- Reports
public static interface Reports.QueryLatencyStatsOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionlonguint64 cache_hits = 3;longgetCacheLatencyCount(int index) repeated int64 cache_latency_count = 6;intrepeated int64 cache_latency_count = 6;repeated int64 cache_latency_count = 6;longuint64 forbidden_operation_count = 12;longgetLatencyCount(int index) repeated int64 latency_count = 1;intrepeated int64 latency_count = 1;repeated int64 latency_count = 1;longuint64 persisted_query_hits = 4;longuint64 persisted_query_misses = 5;longgetPrivateCacheTtlCount(int index) repeated int64 private_cache_ttl_count = 10;intrepeated int64 private_cache_ttl_count = 10;repeated int64 private_cache_ttl_count = 10;longgetPublicCacheTtlCount(int index) repeated int64 public_cache_ttl_count = 9;intrepeated int64 public_cache_ttl_count = 9;repeated int64 public_cache_ttl_count = 9;longuint64 registered_operation_count = 11;longuint64 request_count = 2;longuint64 requests_with_errors_count = 8;.mdg.engine.proto.PathErrorStats root_error_stats = 7;.mdg.engine.proto.PathErrorStats root_error_stats = 7;boolean.mdg.engine.proto.PathErrorStats root_error_stats = 7;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getLatencyCountList
repeated int64 latency_count = 1;- Returns:
- A list containing the latencyCount.
-
getLatencyCountCount
int getLatencyCountCount()repeated int64 latency_count = 1;- Returns:
- The count of latencyCount.
-
getLatencyCount
long getLatencyCount(int index) repeated int64 latency_count = 1;- Parameters:
index- The index of the element to return.- Returns:
- The latencyCount at the given index.
-
getRequestCount
long getRequestCount()uint64 request_count = 2;- Returns:
- The requestCount.
-
getCacheHits
long getCacheHits()uint64 cache_hits = 3;- Returns:
- The cacheHits.
-
getPersistedQueryHits
long getPersistedQueryHits()uint64 persisted_query_hits = 4;- Returns:
- The persistedQueryHits.
-
getPersistedQueryMisses
long getPersistedQueryMisses()uint64 persisted_query_misses = 5;- Returns:
- The persistedQueryMisses.
-
getCacheLatencyCountList
repeated int64 cache_latency_count = 6;- Returns:
- A list containing the cacheLatencyCount.
-
getCacheLatencyCountCount
int getCacheLatencyCountCount()repeated int64 cache_latency_count = 6;- Returns:
- The count of cacheLatencyCount.
-
getCacheLatencyCount
long getCacheLatencyCount(int index) repeated int64 cache_latency_count = 6;- Parameters:
index- The index of the element to return.- Returns:
- The cacheLatencyCount at the given index.
-
hasRootErrorStats
boolean hasRootErrorStats().mdg.engine.proto.PathErrorStats root_error_stats = 7;- Returns:
- Whether the rootErrorStats field is set.
-
getRootErrorStats
Reports.PathErrorStats getRootErrorStats().mdg.engine.proto.PathErrorStats root_error_stats = 7;- Returns:
- The rootErrorStats.
-
getRootErrorStatsOrBuilder
Reports.PathErrorStatsOrBuilder getRootErrorStatsOrBuilder().mdg.engine.proto.PathErrorStats root_error_stats = 7; -
getRequestsWithErrorsCount
long getRequestsWithErrorsCount()uint64 requests_with_errors_count = 8;- Returns:
- The requestsWithErrorsCount.
-
getPublicCacheTtlCountList
repeated int64 public_cache_ttl_count = 9;- Returns:
- A list containing the publicCacheTtlCount.
-
getPublicCacheTtlCountCount
int getPublicCacheTtlCountCount()repeated int64 public_cache_ttl_count = 9;- Returns:
- The count of publicCacheTtlCount.
-
getPublicCacheTtlCount
long getPublicCacheTtlCount(int index) repeated int64 public_cache_ttl_count = 9;- Parameters:
index- The index of the element to return.- Returns:
- The publicCacheTtlCount at the given index.
-
getPrivateCacheTtlCountList
repeated int64 private_cache_ttl_count = 10;- Returns:
- A list containing the privateCacheTtlCount.
-
getPrivateCacheTtlCountCount
int getPrivateCacheTtlCountCount()repeated int64 private_cache_ttl_count = 10;- Returns:
- The count of privateCacheTtlCount.
-
getPrivateCacheTtlCount
long getPrivateCacheTtlCount(int index) repeated int64 private_cache_ttl_count = 10;- Parameters:
index- The index of the element to return.- Returns:
- The privateCacheTtlCount at the given index.
-
getRegisteredOperationCount
long getRegisteredOperationCount()uint64 registered_operation_count = 11;- Returns:
- The registeredOperationCount.
-
getForbiddenOperationCount
long getForbiddenOperationCount()uint64 forbidden_operation_count = 12;- Returns:
- The forbiddenOperationCount.
-