Cloud Bigtable V2 API - Class Google::Cloud::Bigtable::V2::ReadEfficiencyStats (v0.7.0)

Reference documentation and code samples for the Cloud Bigtable V2 API class Google::Cloud::Bigtable::V2::ReadEfficiencyStats.

ReadEfficiencyStats captures information about the efficiency of a read.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#read_iterator_stats

def read_iterator_stats() -> ::Google::Cloud::Bigtable::V2::ReadIteratorStats
Returns
  • (::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).

#read_iterator_stats=

def read_iterator_stats=(value) -> ::Google::Cloud::Bigtable::V2::ReadIteratorStats
Parameter
  • value (::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).
Returns
  • (::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

def request_latency_stats() -> ::Google::Cloud::Bigtable::V2::RequestLatencyStats
Returns

#request_latency_stats=

def request_latency_stats=(value) -> ::Google::Cloud::Bigtable::V2::RequestLatencyStats
Parameter
Returns