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 Details

    • getLatencyCountList

      List<Long> 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

      List<Long> 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

      List<Long> 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

      List<Long> 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.