Class: Google::Cloud::Dataflow::V1beta3::HotKeyDebuggingInfo::HotKeyInfo

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

Instance Attribute Details

#hot_key_age::Google::Protobuf::Duration

Returns The age of the hot key measured from when it was first detected.

Returns:



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

Returns A detected hot key that is causing limited parallelism. This field will be populated only if the following flag is set to true: "--enable_hot_key_logging".

Returns:

  • (::String)

    A detected hot key that is causing limited parallelism. This field will be populated only if the following flag is set to true: "--enable_hot_key_logging".



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

Returns If true, then the above key is truncated and cannot be deserialized. This occurs if the key above is populated and the key size is >5MB.

Returns:

  • (::Boolean)

    If true, then the above key is truncated and cannot be deserialized. This occurs if the key above is populated and the key size is >5MB.



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