public interface RequestStatsOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
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;
Type | Description |
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;
Type | Description |
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;
Type | Description |
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;
Type | Description |
ReadEfficiencyStatsOrBuilder |
getStatsCase()
public abstract RequestStats.StatsCase getStatsCase()
Type | Description |
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;
Type | Description |
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;
Type | Description |
boolean | Whether the readEfficiencyStats field is set. |