Class StragglerInfo.StragglerDebuggingInfo.Builder (0.67.0)

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

Information useful for debugging a straggler. Each type will provide specialized debugging information relevant for a particular cause. The StragglerDebuggingInfo will be 1:1 mapping to the StragglerCause enum.

Protobuf type google.dataflow.v1beta3.StragglerInfo.StragglerDebuggingInfo

Static Methods

getDescriptor()

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

Methods

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

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

build()

public StragglerInfo.StragglerDebuggingInfo build()
Returns
Type Description
StragglerInfo.StragglerDebuggingInfo

buildPartial()

public StragglerInfo.StragglerDebuggingInfo buildPartial()
Returns
Type Description
StragglerInfo.StragglerDebuggingInfo

clear()

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

clearField(Descriptors.FieldDescriptor field)

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

clearHotKey()

public StragglerInfo.StragglerDebuggingInfo.Builder clearHotKey()

Hot key debugging details.

.google.dataflow.v1beta3.HotKeyDebuggingInfo hot_key = 1;

Returns
Type Description
StragglerInfo.StragglerDebuggingInfo.Builder

clearOneof(Descriptors.OneofDescriptor oneof)

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

clearStragglerDebuggingInfoValue()

public StragglerInfo.StragglerDebuggingInfo.Builder clearStragglerDebuggingInfoValue()
Returns
Type Description
StragglerInfo.StragglerDebuggingInfo.Builder

clone()

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

getDefaultInstanceForType()

public StragglerInfo.StragglerDebuggingInfo getDefaultInstanceForType()
Returns
Type Description
StragglerInfo.StragglerDebuggingInfo

getDescriptorForType()

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

getHotKey()

public HotKeyDebuggingInfo getHotKey()

Hot key debugging details.

.google.dataflow.v1beta3.HotKeyDebuggingInfo hot_key = 1;

Returns
Type Description
HotKeyDebuggingInfo

The hotKey.

getHotKeyBuilder()

public HotKeyDebuggingInfo.Builder getHotKeyBuilder()

Hot key debugging details.

.google.dataflow.v1beta3.HotKeyDebuggingInfo hot_key = 1;

Returns
Type Description
HotKeyDebuggingInfo.Builder

getHotKeyOrBuilder()

public HotKeyDebuggingInfoOrBuilder getHotKeyOrBuilder()

Hot key debugging details.

.google.dataflow.v1beta3.HotKeyDebuggingInfo hot_key = 1;

Returns
Type Description
HotKeyDebuggingInfoOrBuilder

getStragglerDebuggingInfoValueCase()

public StragglerInfo.StragglerDebuggingInfo.StragglerDebuggingInfoValueCase getStragglerDebuggingInfoValueCase()
Returns
Type Description
StragglerInfo.StragglerDebuggingInfo.StragglerDebuggingInfoValueCase

hasHotKey()

public boolean hasHotKey()

Hot key debugging details.

.google.dataflow.v1beta3.HotKeyDebuggingInfo hot_key = 1;

Returns
Type Description
boolean

Whether the hotKey field is set.

internalGetFieldAccessorTable()

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

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(StragglerInfo.StragglerDebuggingInfo other)

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

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

mergeHotKey(HotKeyDebuggingInfo value)

public StragglerInfo.StragglerDebuggingInfo.Builder mergeHotKey(HotKeyDebuggingInfo value)

Hot key debugging details.

.google.dataflow.v1beta3.HotKeyDebuggingInfo hot_key = 1;

Parameter
Name Description
value HotKeyDebuggingInfo
Returns
Type Description
StragglerInfo.StragglerDebuggingInfo.Builder

mergeUnknownFields(UnknownFieldSet unknownFields)

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

setField(Descriptors.FieldDescriptor field, Object value)

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

setHotKey(HotKeyDebuggingInfo value)

public StragglerInfo.StragglerDebuggingInfo.Builder setHotKey(HotKeyDebuggingInfo value)

Hot key debugging details.

.google.dataflow.v1beta3.HotKeyDebuggingInfo hot_key = 1;

Parameter
Name Description
value HotKeyDebuggingInfo
Returns
Type Description
StragglerInfo.StragglerDebuggingInfo.Builder

setHotKey(HotKeyDebuggingInfo.Builder builderForValue)

public StragglerInfo.StragglerDebuggingInfo.Builder setHotKey(HotKeyDebuggingInfo.Builder builderForValue)

Hot key debugging details.

.google.dataflow.v1beta3.HotKeyDebuggingInfo hot_key = 1;

Parameter
Name Description
builderForValue HotKeyDebuggingInfo.Builder
Returns
Type Description
StragglerInfo.StragglerDebuggingInfo.Builder

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

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

setUnknownFields(UnknownFieldSet unknownFields)

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