causes property

Map<String, StragglerDebuggingInfo>? causes
getter/setter pair

The straggler causes, keyed by the string representation of the StragglerCause enum and contains specialized debugging information for each straggler cause.

Implementation

core.Map<core.String, StragglerDebuggingInfo>? causes;