Interface FullReadStatsViewOrBuilder (2.17.1)

public interface FullReadStatsViewOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

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;

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

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

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

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;

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

Returns
TypeDescription
boolean

Whether the requestLatencyStats field is set.