public interface AllReadStatsOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getReadIteratorStats()
public abstract ReadIteratorStats getReadIteratorStats()
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.ReadIteratorStats read_iterator_stats = 1;
Type | Description |
ReadIteratorStats | The readIteratorStats. |
getReadIteratorStatsOrBuilder()
public abstract ReadIteratorStatsOrBuilder getReadIteratorStatsOrBuilder()
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.ReadIteratorStats read_iterator_stats = 1;
Type | Description |
ReadIteratorStatsOrBuilder |
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 |
hasReadIteratorStats()
public abstract boolean hasReadIteratorStats()
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.ReadIteratorStats read_iterator_stats = 1;
Type | Description |
boolean | Whether the readIteratorStats 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. |