Interface AllReadStatsOrBuilder (2.14.0)

public interface AllReadStatsOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

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;

Returns
TypeDescription
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;

Returns
TypeDescription
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;

Returns
TypeDescription
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;

Returns
TypeDescription
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;

Returns
TypeDescription
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;

Returns
TypeDescription
boolean

Whether the requestLatencyStats field is set.