Cloud Bigtable V2 Client - Class ReadEfficiencyStats (1.23.0)

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

ReadEfficiencyStats captures information about the efficiency of a read.

Generated from protobuf message google.bigtable.v2.ReadEfficiencyStats

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ read_iterator_stats Google\Cloud\Bigtable\V2\ReadIteratorStats

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_stats Google\Cloud\Bigtable\V2\RequestLatencyStats

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

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

Returns
TypeDescription
Google\Cloud\Bigtable\V2\ReadIteratorStats|null

hasReadIteratorStats

clearReadIteratorStats

setReadIteratorStats

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
var Google\Cloud\Bigtable\V2\ReadIteratorStats
Returns
TypeDescription
$this

getRequestLatencyStats

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

Returns
TypeDescription
Google\Cloud\Bigtable\V2\RequestLatencyStats|null

hasRequestLatencyStats

clearRequestLatencyStats

setRequestLatencyStats

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

Parameter
NameDescription
var Google\Cloud\Bigtable\V2\RequestLatencyStats
Returns
TypeDescription
$this