Class: Google::Cloud::Dataflow::V1beta3::StragglerSummary
- Inherits:
-
Object
- Object
- Google::Cloud::Dataflow::V1beta3::StragglerSummary
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/dataflow/v1beta3/metrics.rb
Overview
Summarized straggler identification details.
Defined Under Namespace
Classes: StragglerCauseCountEntry
Instance Attribute Summary collapse
-
#recent_stragglers ⇒ ::Array<::Google::Cloud::Dataflow::V1beta3::Straggler>
The most recent stragglers.
-
#straggler_cause_count ⇒ ::Google::Protobuf::Map{::String => ::Integer}
Aggregated counts of straggler causes, keyed by the string representation of the StragglerCause enum.
-
#total_straggler_count ⇒ ::Integer
The total count of stragglers.
Instance Attribute Details
#recent_stragglers ⇒ ::Array<::Google::Cloud::Dataflow::V1beta3::Straggler>
Returns The most recent stragglers.
334 335 336 337 338 339 340 341 342 343 344 345 346 |
# File 'proto_docs/google/dataflow/v1beta3/metrics.rb', line 334 class StragglerSummary include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::Integer] class StragglerCauseCountEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#straggler_cause_count ⇒ ::Google::Protobuf::Map{::String => ::Integer}
Returns Aggregated counts of straggler causes, keyed by the string representation of the StragglerCause enum.
334 335 336 337 338 339 340 341 342 343 344 345 346 |
# File 'proto_docs/google/dataflow/v1beta3/metrics.rb', line 334 class StragglerSummary include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::Integer] class StragglerCauseCountEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#total_straggler_count ⇒ ::Integer
Returns The total count of stragglers.
334 335 336 337 338 339 340 341 342 343 344 345 346 |
# File 'proto_docs/google/dataflow/v1beta3/metrics.rb', line 334 class StragglerSummary include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::Integer] class StragglerCauseCountEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |