Reference documentation and code samples for the Dataflow V1beta3 API class Google::Cloud::Dataflow::V1beta3::StragglerInfo.
Information useful for straggler identification and debugging.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#causes
def causes() -> ::Google::Protobuf::Map{::String => ::Google::Cloud::Dataflow::V1beta3::StragglerInfo::StragglerDebuggingInfo}
Returns
- (::Google::Protobuf::Map{::String => ::Google::Cloud::Dataflow::V1beta3::StragglerInfo::StragglerDebuggingInfo}) — The straggler causes, keyed by the string representation of the StragglerCause enum and contains specialized debugging information for each straggler cause.
#causes=
def causes=(value) -> ::Google::Protobuf::Map{::String => ::Google::Cloud::Dataflow::V1beta3::StragglerInfo::StragglerDebuggingInfo}
Parameter
- value (::Google::Protobuf::Map{::String => ::Google::Cloud::Dataflow::V1beta3::StragglerInfo::StragglerDebuggingInfo}) — The straggler causes, keyed by the string representation of the StragglerCause enum and contains specialized debugging information for each straggler cause.
Returns
- (::Google::Protobuf::Map{::String => ::Google::Cloud::Dataflow::V1beta3::StragglerInfo::StragglerDebuggingInfo}) — The straggler causes, keyed by the string representation of the StragglerCause enum and contains specialized debugging information for each straggler cause.
#start_time
def start_time() -> ::Google::Protobuf::Timestamp
Returns
- (::Google::Protobuf::Timestamp) — The time when the work item attempt became a straggler.
#start_time=
def start_time=(value) -> ::Google::Protobuf::Timestamp
Parameter
- value (::Google::Protobuf::Timestamp) — The time when the work item attempt became a straggler.
Returns
- (::Google::Protobuf::Timestamp) — The time when the work item attempt became a straggler.