Dataflow V1beta3 API - Class Google::Cloud::Dataflow::V1beta3::StragglerSummary (v0.13.0)

Reference documentation and code samples for the Dataflow V1beta3 API class Google::Cloud::Dataflow::V1beta3::StragglerSummary.

Summarized straggler identification details.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#recent_stragglers

def recent_stragglers() -> ::Array<::Google::Cloud::Dataflow::V1beta3::Straggler>
Returns

#recent_stragglers=

def recent_stragglers=(value) -> ::Array<::Google::Cloud::Dataflow::V1beta3::Straggler>
Parameter
Returns

#straggler_cause_count

def straggler_cause_count() -> ::Google::Protobuf::Map{::String => ::Integer}
Returns
  • (::Google::Protobuf::Map{::String => ::Integer}) — Aggregated counts of straggler causes, keyed by the string representation of the StragglerCause enum.

#straggler_cause_count=

def straggler_cause_count=(value) -> ::Google::Protobuf::Map{::String => ::Integer}
Parameter
  • value (::Google::Protobuf::Map{::String => ::Integer}) — Aggregated counts of straggler causes, keyed by the string representation of the StragglerCause enum.
Returns
  • (::Google::Protobuf::Map{::String => ::Integer}) — Aggregated counts of straggler causes, keyed by the string representation of the StragglerCause enum.

#total_straggler_count

def total_straggler_count() -> ::Integer
Returns
  • (::Integer) — The total count of stragglers.

#total_straggler_count=

def total_straggler_count=(value) -> ::Integer
Parameter
  • value (::Integer) — The total count of stragglers.
Returns
  • (::Integer) — The total count of stragglers.