Cloud Bigtable V2 Client - Class FullReadStatsView (2.11.1)

Reference documentation and code samples for the Cloud Bigtable V2 Client class FullReadStatsView.

FullReadStatsView captures all known information about a read.

Generated from protobuf message google.bigtable.v2.FullReadStatsView

Namespace

Google \ Cloud \ Bigtable \ V2

Methods

__construct

Constructor.

Parameters
NameDescription
dataarray

Optional. Data for populating the Message object.

↳ read_iteration_statsReadIterationStats

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).

↳ request_latency_statsRequestLatencyStats

Request latency stats describe the time taken to complete a request, from the server side.

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).

Returns
TypeDescription
ReadIterationStats|null

hasReadIterationStats

clearReadIterationStats

setReadIterationStats

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).

Parameter
NameDescription
varReadIterationStats
Returns
TypeDescription
$this

getRequestLatencyStats

Request latency stats describe the time taken to complete a request, from the server side.

Returns
TypeDescription
RequestLatencyStats|null

hasRequestLatencyStats

clearRequestLatencyStats

setRequestLatencyStats

Request latency stats describe the time taken to complete a request, from the server side.

Parameter
NameDescription
varRequestLatencyStats
Returns
TypeDescription
$this