Interface StragglerInfoOrBuilder (0.67.0)

public interface StragglerInfoOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

containsCauses(String key)

public abstract boolean containsCauses(String key)

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

map<string, .google.dataflow.v1beta3.StragglerInfo.StragglerDebuggingInfo> causes = 2;

Parameter
Name Description
key String
Returns
Type Description
boolean

getCauses() (deprecated)

public abstract Map<String,StragglerInfo.StragglerDebuggingInfo> getCauses()

Use #getCausesMap() instead.

Returns
Type Description
Map<String,StragglerDebuggingInfo>

getCausesCount()

public abstract int getCausesCount()

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

map<string, .google.dataflow.v1beta3.StragglerInfo.StragglerDebuggingInfo> causes = 2;

Returns
Type Description
int

getCausesMap()

public abstract Map<String,StragglerInfo.StragglerDebuggingInfo> getCausesMap()

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

map<string, .google.dataflow.v1beta3.StragglerInfo.StragglerDebuggingInfo> causes = 2;

Returns
Type Description
Map<String,StragglerDebuggingInfo>

getCausesOrDefault(String key, StragglerInfo.StragglerDebuggingInfo defaultValue)

public abstract StragglerInfo.StragglerDebuggingInfo getCausesOrDefault(String key, StragglerInfo.StragglerDebuggingInfo defaultValue)

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

map<string, .google.dataflow.v1beta3.StragglerInfo.StragglerDebuggingInfo> causes = 2;

Parameters
Name Description
key String
defaultValue StragglerInfo.StragglerDebuggingInfo
Returns
Type Description
StragglerInfo.StragglerDebuggingInfo

getCausesOrThrow(String key)

public abstract StragglerInfo.StragglerDebuggingInfo getCausesOrThrow(String key)

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

map<string, .google.dataflow.v1beta3.StragglerInfo.StragglerDebuggingInfo> causes = 2;

Parameter
Name Description
key String
Returns
Type Description
StragglerInfo.StragglerDebuggingInfo

getStartTime()

public abstract Timestamp getStartTime()

The time when the work item attempt became a straggler.

.google.protobuf.Timestamp start_time = 1;

Returns
Type Description
Timestamp

The startTime.

getStartTimeOrBuilder()

public abstract TimestampOrBuilder getStartTimeOrBuilder()

The time when the work item attempt became a straggler.

.google.protobuf.Timestamp start_time = 1;

Returns
Type Description
TimestampOrBuilder

hasStartTime()

public abstract boolean hasStartTime()

The time when the work item attempt became a straggler.

.google.protobuf.Timestamp start_time = 1;

Returns
Type Description
boolean

Whether the startTime field is set.