Interface RequestStatsOrBuilder (2.14.0)

public interface RequestStatsOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getAllReadStats()

public abstract AllReadStats getAllReadStats()

Available with the ReadRowsRequest.RequestStatsView.REQUEST_STATS_FULL view, see package google.bigtable.v2.

.google.bigtable.v2.AllReadStats all_read_stats = 2;

Returns
TypeDescription
AllReadStats

The allReadStats.

getAllReadStatsOrBuilder()

public abstract AllReadStatsOrBuilder getAllReadStatsOrBuilder()

Available with the ReadRowsRequest.RequestStatsView.REQUEST_STATS_FULL view, see package google.bigtable.v2.

.google.bigtable.v2.AllReadStats all_read_stats = 2;

Returns
TypeDescription
AllReadStatsOrBuilder

getReadEfficiencyStats()

public abstract ReadEfficiencyStats getReadEfficiencyStats()

Available with the ReadRowsRequest.RequestStatsView.REQUEST_STATS_EFFICIENCY view, see package google.bigtable.v2.

.google.bigtable.v2.ReadEfficiencyStats read_efficiency_stats = 1;

Returns
TypeDescription
ReadEfficiencyStats

The readEfficiencyStats.

getReadEfficiencyStatsOrBuilder()

public abstract ReadEfficiencyStatsOrBuilder getReadEfficiencyStatsOrBuilder()

Available with the ReadRowsRequest.RequestStatsView.REQUEST_STATS_EFFICIENCY view, see package google.bigtable.v2.

.google.bigtable.v2.ReadEfficiencyStats read_efficiency_stats = 1;

Returns
TypeDescription
ReadEfficiencyStatsOrBuilder

getStatsCase()

public abstract RequestStats.StatsCase getStatsCase()
Returns
TypeDescription
RequestStats.StatsCase

hasAllReadStats()

public abstract boolean hasAllReadStats()

Available with the ReadRowsRequest.RequestStatsView.REQUEST_STATS_FULL view, see package google.bigtable.v2.

.google.bigtable.v2.AllReadStats all_read_stats = 2;

Returns
TypeDescription
boolean

Whether the allReadStats field is set.

hasReadEfficiencyStats()

public abstract boolean hasReadEfficiencyStats()

Available with the ReadRowsRequest.RequestStatsView.REQUEST_STATS_EFFICIENCY view, see package google.bigtable.v2.

.google.bigtable.v2.ReadEfficiencyStats read_efficiency_stats = 1;

Returns
TypeDescription
boolean

Whether the readEfficiencyStats field is set.