Class StragglerInfo.Builder (0.67.0)

public static final class StragglerInfo.Builder extends GeneratedMessageV3.Builder<StragglerInfo.Builder> implements StragglerInfoOrBuilder

Information useful for straggler identification and debugging.

Protobuf type google.dataflow.v1beta3.StragglerInfo

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

Methods

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public StragglerInfo.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
StragglerInfo.Builder
Overrides

build()

public StragglerInfo build()
Returns
Type Description
StragglerInfo

buildPartial()

public StragglerInfo buildPartial()
Returns
Type Description
StragglerInfo

clear()

public StragglerInfo.Builder clear()
Returns
Type Description
StragglerInfo.Builder
Overrides

clearCauses()

public StragglerInfo.Builder clearCauses()
Returns
Type Description
StragglerInfo.Builder

clearField(Descriptors.FieldDescriptor field)

public StragglerInfo.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
Name Description
field FieldDescriptor
Returns
Type Description
StragglerInfo.Builder
Overrides

clearOneof(Descriptors.OneofDescriptor oneof)

public StragglerInfo.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
Name Description
oneof OneofDescriptor
Returns
Type Description
StragglerInfo.Builder
Overrides

clearStartTime()

public StragglerInfo.Builder clearStartTime()

The time when the work item attempt became a straggler.

.google.protobuf.Timestamp start_time = 1;

Returns
Type Description
StragglerInfo.Builder

clone()

public StragglerInfo.Builder clone()
Returns
Type Description
StragglerInfo.Builder
Overrides

containsCauses(String key)

public 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 Map<String,StragglerInfo.StragglerDebuggingInfo> getCauses()

Use #getCausesMap() instead.

Returns
Type Description
Map<String,StragglerDebuggingInfo>

getCausesCount()

public 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 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 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 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

getDefaultInstanceForType()

public StragglerInfo getDefaultInstanceForType()
Returns
Type Description
StragglerInfo

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
Type Description
Descriptor
Overrides

getMutableCauses() (deprecated)

public Map<String,StragglerInfo.StragglerDebuggingInfo> getMutableCauses()

Use alternate mutation accessors instead.

Returns
Type Description
Map<String,StragglerDebuggingInfo>

getStartTime()

public Timestamp getStartTime()

The time when the work item attempt became a straggler.

.google.protobuf.Timestamp start_time = 1;

Returns
Type Description
Timestamp

The startTime.

getStartTimeBuilder()

public Timestamp.Builder getStartTimeBuilder()

The time when the work item attempt became a straggler.

.google.protobuf.Timestamp start_time = 1;

Returns
Type Description
Builder

getStartTimeOrBuilder()

public TimestampOrBuilder getStartTimeOrBuilder()

The time when the work item attempt became a straggler.

.google.protobuf.Timestamp start_time = 1;

Returns
Type Description
TimestampOrBuilder

hasStartTime()

public 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.

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

internalGetMapFieldReflection(int number)

protected MapFieldReflectionAccessor internalGetMapFieldReflection(int number)
Parameter
Name Description
number int
Returns
Type Description
com.google.protobuf.MapFieldReflectionAccessor
Overrides
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMapFieldReflection(int)

internalGetMutableMapFieldReflection(int number)

protected MapFieldReflectionAccessor internalGetMutableMapFieldReflection(int number)
Parameter
Name Description
number int
Returns
Type Description
com.google.protobuf.MapFieldReflectionAccessor
Overrides
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMutableMapFieldReflection(int)

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(StragglerInfo other)

public StragglerInfo.Builder mergeFrom(StragglerInfo other)
Parameter
Name Description
other StragglerInfo
Returns
Type Description
StragglerInfo.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public StragglerInfo.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
StragglerInfo.Builder
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

public StragglerInfo.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Returns
Type Description
StragglerInfo.Builder
Overrides

mergeStartTime(Timestamp value)

public StragglerInfo.Builder mergeStartTime(Timestamp value)

The time when the work item attempt became a straggler.

.google.protobuf.Timestamp start_time = 1;

Parameter
Name Description
value Timestamp
Returns
Type Description
StragglerInfo.Builder

mergeUnknownFields(UnknownFieldSet unknownFields)

public final StragglerInfo.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
StragglerInfo.Builder
Overrides

putAllCauses(Map<String,StragglerInfo.StragglerDebuggingInfo> values)

public StragglerInfo.Builder putAllCauses(Map<String,StragglerInfo.StragglerDebuggingInfo> values)

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
values Map<String,StragglerDebuggingInfo>
Returns
Type Description
StragglerInfo.Builder

putCauses(String key, StragglerInfo.StragglerDebuggingInfo value)

public StragglerInfo.Builder putCauses(String key, StragglerInfo.StragglerDebuggingInfo value)

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
value StragglerInfo.StragglerDebuggingInfo
Returns
Type Description
StragglerInfo.Builder

putCausesBuilderIfAbsent(String key)

public StragglerInfo.StragglerDebuggingInfo.Builder putCausesBuilderIfAbsent(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.Builder

removeCauses(String key)

public StragglerInfo.Builder removeCauses(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.Builder

setField(Descriptors.FieldDescriptor field, Object value)

public StragglerInfo.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
StragglerInfo.Builder
Overrides

setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)

public StragglerInfo.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
Name Description
field FieldDescriptor
index int
value Object
Returns
Type Description
StragglerInfo.Builder
Overrides

setStartTime(Timestamp value)

public StragglerInfo.Builder setStartTime(Timestamp value)

The time when the work item attempt became a straggler.

.google.protobuf.Timestamp start_time = 1;

Parameter
Name Description
value Timestamp
Returns
Type Description
StragglerInfo.Builder

setStartTime(Timestamp.Builder builderForValue)

public StragglerInfo.Builder setStartTime(Timestamp.Builder builderForValue)

The time when the work item attempt became a straggler.

.google.protobuf.Timestamp start_time = 1;

Parameter
Name Description
builderForValue Builder
Returns
Type Description
StragglerInfo.Builder

setUnknownFields(UnknownFieldSet unknownFields)

public final StragglerInfo.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
StragglerInfo.Builder
Overrides