com.google.bigtable.v2.request_stats
Members list
Type members
Classlikes
FullReadStatsView captures all known information about a read.
FullReadStatsView captures all known information about a read.
Value parameters
- 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).
- requestLatencyStats
-
Request latency stats describe the time taken to complete a request, from the server side.
Attributes
- Companion
- object
- Source
- FullReadStatsView.scala
- Supertypes
-
trait Updatable[FullReadStatsView]trait GeneratedMessagetrait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
Attributes
- Companion
- class
- Source
- FullReadStatsView.scala
- Supertypes
-
trait Producttrait Mirrortrait GeneratedMessageCompanion[FullReadStatsView]trait Serializableclass Objecttrait Matchableclass AnyShow all
- Self type
-
FullReadStatsView.type
ReadIterationStats captures information about the iteration of rows or cells over the course of a read, e.g. how many results were scanned in a read operation versus the results returned.
ReadIterationStats captures information about the iteration of rows or cells over the course of a read, e.g. how many results were scanned in a read operation versus the results returned.
Value parameters
- cellsReturnedCount
-
The cells returned as part of the request.
- cellsSeenCount
-
The cells seen (scanned) as part of the request. This includes the count of cells returned, as captured below.
- rowsReturnedCount
-
The rows returned as part of the request.
- rowsSeenCount
-
The rows seen (scanned) as part of the request. This includes the count of rows returned, as captured below.
Attributes
- Companion
- object
- Source
- ReadIterationStats.scala
- Supertypes
-
trait Updatable[ReadIterationStats]trait GeneratedMessagetrait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
Attributes
- Companion
- class
- Source
- ReadIterationStats.scala
- Supertypes
-
trait Producttrait Mirrortrait GeneratedMessageCompanion[ReadIterationStats]trait Serializableclass Objecttrait Matchableclass AnyShow all
- Self type
-
ReadIterationStats.type
RequestLatencyStats provides a measurement of the latency of the request as it interacts with different systems over its lifetime, e.g. how long the request took to execute within a frontend server.
RequestLatencyStats provides a measurement of the latency of the request as it interacts with different systems over its lifetime, e.g. how long the request took to execute within a frontend server.
Value parameters
- frontendServerLatency
-
The latency measured by the frontend server handling this request, from when the request was received, to when this value is sent back in the response. For more context on the component that is measuring this latency, see: https://cloud.google.com/bigtable/docs/overview Note: This value may be slightly shorter than the value reported into aggregate latency metrics in Monitoring for this request (https://cloud.google.com/bigtable/docs/monitoring-instance) as this value needs to be sent in the response before the latency measurement including that transmission is finalized. Note: This value includes the end-to-end latency of contacting nodes in the targeted cluster, e.g. measuring from when the first byte arrives at the frontend server, to when this value is sent back as the last value in the response, including any latency incurred by contacting nodes, waiting for results from nodes, and finally sending results from nodes back to the caller.
Attributes
- Companion
- object
- Source
- RequestLatencyStats.scala
- Supertypes
-
trait Updatable[RequestLatencyStats]trait GeneratedMessagetrait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
Attributes
- Companion
- class
- Source
- RequestLatencyStats.scala
- Supertypes
-
trait Producttrait Mirrortrait GeneratedMessageCompanion[RequestLatencyStats]trait Serializableclass Objecttrait Matchableclass AnyShow all
- Self type
-
RequestLatencyStats.type
RequestStats is the container for additional information pertaining to a single request, helpful for evaluating the performance of the sent request. Currently, there are the following supported methods:
RequestStats is the container for additional information pertaining to a single request, helpful for evaluating the performance of the sent request. Currently, there are the following supported methods:
- google.bigtable.v2.ReadRows
Attributes
- Companion
- object
- Source
- RequestStats.scala
- Supertypes
-
trait Updatable[RequestStats]trait GeneratedMessagetrait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
Attributes
- Companion
- class
- Source
- RequestStats.scala
- Supertypes
-
trait Producttrait Mirrortrait GeneratedMessageCompanion[RequestStats]trait Serializableclass Objecttrait Matchableclass AnyShow all
- Self type
-
RequestStats.type
Attributes
- Source
- RequestStatsProto.scala
- Supertypes
-
class GeneratedFileObjectclass Objecttrait Matchableclass Any
- Self type
-
RequestStatsProto.type