Class: Google::Cloud::Dataflow::V1beta3::StragglerInfo::StragglerDebuggingInfo
- Inherits:
-
Object
- Object
- Google::Cloud::Dataflow::V1beta3::StragglerInfo::StragglerDebuggingInfo
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/dataflow/v1beta3/metrics.rb
Overview
Information useful for debugging a straggler. Each type will provide specialized debugging information relevant for a particular cause. The StragglerDebuggingInfo will be 1:1 mapping to the StragglerCause enum.
Instance Attribute Summary collapse
-
#hot_key ⇒ ::Google::Cloud::Dataflow::V1beta3::HotKeyDebuggingInfo
Hot key debugging details.
Instance Attribute Details
#hot_key ⇒ ::Google::Cloud::Dataflow::V1beta3::HotKeyDebuggingInfo
Returns Hot key debugging details.
234 235 236 237 |
# File 'proto_docs/google/dataflow/v1beta3/metrics.rb', line 234 class StragglerDebuggingInfo include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |