public interface FullReadStatsViewOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getReadIterationStats()
public abstract 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;
Type | Description |
ReadIterationStats | The readIterationStats. |
getReadIterationStatsOrBuilder()
public abstract 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;
Type | Description |
ReadIterationStatsOrBuilder |
getRequestLatencyStats()
public abstract 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;
Type | Description |
RequestLatencyStats | The requestLatencyStats. |
getRequestLatencyStatsOrBuilder()
public abstract 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;
Type | Description |
RequestLatencyStatsOrBuilder |
hasReadIterationStats()
public abstract 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;
Type | Description |
boolean | Whether the readIterationStats field is set. |
hasRequestLatencyStats()
public abstract 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;
Type | Description |
boolean | Whether the requestLatencyStats field is set. |