Class: Google::Cloud::Dataflow::V1beta3::HotKeyDebuggingInfo::HotKeyInfo
- Inherits:
-
Object
- Object
- Google::Cloud::Dataflow::V1beta3::HotKeyDebuggingInfo::HotKeyInfo
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/dataflow/v1beta3/metrics.rb
Overview
Information about a hot key.
Instance Attribute Summary collapse
-
#hot_key_age ⇒ ::Google::Protobuf::Duration
The age of the hot key measured from when it was first detected.
-
#key ⇒ ::String
A detected hot key that is causing limited parallelism.
-
#key_truncated ⇒ ::Boolean
If true, then the above key is truncated and cannot be deserialized.
Instance Attribute Details
#hot_key_age ⇒ ::Google::Protobuf::Duration
308 309 310 311 |
# File 'proto_docs/google/dataflow/v1beta3/metrics.rb', line 308 class HotKeyInfo include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#key ⇒ ::String
308 309 310 311 |
# File 'proto_docs/google/dataflow/v1beta3/metrics.rb', line 308 class HotKeyInfo include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#key_truncated ⇒ ::Boolean
308 309 310 311 |
# File 'proto_docs/google/dataflow/v1beta3/metrics.rb', line 308 class HotKeyInfo include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |