Class: Google::Cloud::Bigtable::V2::FullReadStatsView
- Inherits:
-
Object
- Object
- Google::Cloud::Bigtable::V2::FullReadStatsView
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/bigtable/v2/request_stats.rb
Overview
FullReadStatsView captures all known information about a read.
Instance Attribute Summary collapse
-
#read_iteration_stats ⇒ ::Google::Cloud::Bigtable::V2::ReadIterationStats
Iteration stats describe how efficient the read is, e.g.
-
#request_latency_stats ⇒ ::Google::Cloud::Bigtable::V2::RequestLatencyStats
Request latency stats describe the time taken to complete a request, from the server side.
Instance Attribute Details
#read_iteration_stats ⇒ ::Google::Cloud::Bigtable::V2::ReadIterationStats
84 85 86 87 |
# File 'proto_docs/google/bigtable/v2/request_stats.rb', line 84 class FullReadStatsView include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#request_latency_stats ⇒ ::Google::Cloud::Bigtable::V2::RequestLatencyStats
84 85 86 87 |
# File 'proto_docs/google/bigtable/v2/request_stats.rb', line 84 class FullReadStatsView include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |