Class: Google::Cloud::Dataflow::V1beta3::StragglerInfo::StragglerDebuggingInfo

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#hot_key::Google::Cloud::Dataflow::V1beta3::HotKeyDebuggingInfo

Returns Hot key debugging details.

Returns:



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