Interface FullReadStatsViewOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    FullReadStatsView, FullReadStatsView.Builder

    public interface FullReadStatsViewOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Detail

      • hasReadIterationStats

        boolean hasReadIterationStats()
         Iteration stats describe how efficient the read is, e.g. comparing
         rows seen vs. rows returned or cells seen vs cells returned can provide an
         indication of read efficiency (the higher the ratio of seen to retuned the
         better).
         
        .google.bigtable.v2.ReadIterationStats read_iteration_stats = 1;
        Returns:
        Whether the readIterationStats field is set.
      • getReadIterationStats

        ReadIterationStats getReadIterationStats()
         Iteration stats describe how efficient the read is, e.g. comparing
         rows seen vs. rows returned or cells seen vs cells returned can provide an
         indication of read efficiency (the higher the ratio of seen to retuned the
         better).
         
        .google.bigtable.v2.ReadIterationStats read_iteration_stats = 1;
        Returns:
        The readIterationStats.
      • getReadIterationStatsOrBuilder

        ReadIterationStatsOrBuilder getReadIterationStatsOrBuilder()
         Iteration stats describe how efficient the read is, e.g. comparing
         rows seen vs. rows returned or cells seen vs cells returned can provide an
         indication of read efficiency (the higher the ratio of seen to retuned the
         better).
         
        .google.bigtable.v2.ReadIterationStats read_iteration_stats = 1;
      • hasRequestLatencyStats

        boolean hasRequestLatencyStats()
         Request latency stats describe the time taken to complete a request, from
         the server side.
         
        .google.bigtable.v2.RequestLatencyStats request_latency_stats = 2;
        Returns:
        Whether the requestLatencyStats field is set.
      • getRequestLatencyStats

        RequestLatencyStats getRequestLatencyStats()
         Request latency stats describe the time taken to complete a request, from
         the server side.
         
        .google.bigtable.v2.RequestLatencyStats request_latency_stats = 2;
        Returns:
        The requestLatencyStats.
      • getRequestLatencyStatsOrBuilder

        RequestLatencyStatsOrBuilder getRequestLatencyStatsOrBuilder()
         Request latency stats describe the time taken to complete a request, from
         the server side.
         
        .google.bigtable.v2.RequestLatencyStats request_latency_stats = 2;