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
- (::Google::Cloud::Bigtable::V2::RequestLatencyStats) — Request latency stats describe the time taken to complete a request, from the server side.
#request_latency_stats=
def request_latency_stats=(value) -> ::Google::Cloud::Bigtable::V2::RequestLatencyStats
Parameter
- value (::Google::Cloud::Bigtable::V2::RequestLatencyStats) — Request latency stats describe the time taken to complete a request, from the server side.
Returns
- (::Google::Cloud::Bigtable::V2::RequestLatencyStats) — Request latency stats describe the time taken to complete a request, from the server side.