Reference documentation and code samples for the Cloud Bigtable V2 API class Google::Cloud::Bigtable::V2::FullReadStatsView.
FullReadStatsView captures all known information about a read.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#read_iteration_stats
def read_iteration_stats() -> ::Google::Cloud::Bigtable::V2::ReadIterationStats
Returns
- (::Google::Cloud::Bigtable::V2::ReadIterationStats) — 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_iteration_stats=
def read_iteration_stats=(value) -> ::Google::Cloud::Bigtable::V2::ReadIterationStats
Parameter
- value (::Google::Cloud::Bigtable::V2::ReadIterationStats) — 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::ReadIterationStats) — 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.