Class StragglerInfo.StragglerDebuggingInfo (0.67.0)

public static final class StragglerInfo.StragglerDebuggingInfo extends GeneratedMessageV3 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

Inheritance

Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > StragglerInfo.StragglerDebuggingInfo

Static Fields

HOT_KEY_FIELD_NUMBER

public static final int HOT_KEY_FIELD_NUMBER
Field Value
Type Description
int

Static Methods

getDefaultInstance()

public static StragglerInfo.StragglerDebuggingInfo getDefaultInstance()
Returns
Type Description
StragglerInfo.StragglerDebuggingInfo

getDescriptor()

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

newBuilder()

public static StragglerInfo.StragglerDebuggingInfo.Builder newBuilder()
Returns
Type Description
StragglerInfo.StragglerDebuggingInfo.Builder

newBuilder(StragglerInfo.StragglerDebuggingInfo prototype)

public static StragglerInfo.StragglerDebuggingInfo.Builder newBuilder(StragglerInfo.StragglerDebuggingInfo prototype)
Parameter
Name Description
prototype StragglerInfo.StragglerDebuggingInfo
Returns
Type Description
StragglerInfo.StragglerDebuggingInfo.Builder

parseDelimitedFrom(InputStream input)

public static StragglerInfo.StragglerDebuggingInfo parseDelimitedFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
StragglerInfo.StragglerDebuggingInfo
Exceptions
Type Description
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static StragglerInfo.StragglerDebuggingInfo parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
StragglerInfo.StragglerDebuggingInfo
Exceptions
Type Description
IOException

parseFrom(byte[] data)

public static StragglerInfo.StragglerDebuggingInfo parseFrom(byte[] data)
Parameter
Name Description
data byte[]
Returns
Type Description
StragglerInfo.StragglerDebuggingInfo
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static StragglerInfo.StragglerDebuggingInfo parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data byte[]
extensionRegistry ExtensionRegistryLite
Returns
Type Description
StragglerInfo.StragglerDebuggingInfo
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data)

public static StragglerInfo.StragglerDebuggingInfo parseFrom(ByteString data)
Parameter
Name Description
data ByteString
Returns
Type Description
StragglerInfo.StragglerDebuggingInfo
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static StragglerInfo.StragglerDebuggingInfo parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteString
extensionRegistry ExtensionRegistryLite
Returns
Type Description
StragglerInfo.StragglerDebuggingInfo
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static StragglerInfo.StragglerDebuggingInfo parseFrom(CodedInputStream input)
Parameter
Name Description
input CodedInputStream
Returns
Type Description
StragglerInfo.StragglerDebuggingInfo
Exceptions
Type Description
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static StragglerInfo.StragglerDebuggingInfo parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
StragglerInfo.StragglerDebuggingInfo
Exceptions
Type Description
IOException

parseFrom(InputStream input)

public static StragglerInfo.StragglerDebuggingInfo parseFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
StragglerInfo.StragglerDebuggingInfo
Exceptions
Type Description
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static StragglerInfo.StragglerDebuggingInfo parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
StragglerInfo.StragglerDebuggingInfo
Exceptions
Type Description
IOException

parseFrom(ByteBuffer data)

public static StragglerInfo.StragglerDebuggingInfo parseFrom(ByteBuffer data)
Parameter
Name Description
data ByteBuffer
Returns
Type Description
StragglerInfo.StragglerDebuggingInfo
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static StragglerInfo.StragglerDebuggingInfo parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteBuffer
extensionRegistry ExtensionRegistryLite
Returns
Type Description
StragglerInfo.StragglerDebuggingInfo
Exceptions
Type Description
InvalidProtocolBufferException

parser()

public static Parser<StragglerInfo.StragglerDebuggingInfo> parser()
Returns
Type Description
Parser<StragglerDebuggingInfo>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
Name Description
obj Object
Returns
Type Description
boolean
Overrides

getDefaultInstanceForType()

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

getHotKey()

public HotKeyDebuggingInfo getHotKey()

Hot key debugging details.

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

Returns
Type Description
HotKeyDebuggingInfo

The hotKey.

getHotKeyOrBuilder()

public HotKeyDebuggingInfoOrBuilder getHotKeyOrBuilder()

Hot key debugging details.

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

Returns
Type Description
HotKeyDebuggingInfoOrBuilder

getParserForType()

public Parser<StragglerInfo.StragglerDebuggingInfo> getParserForType()
Returns
Type Description
Parser<StragglerDebuggingInfo>
Overrides

getSerializedSize()

public int getSerializedSize()
Returns
Type Description
int
Overrides

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.

hashCode()

public int hashCode()
Returns
Type Description
int
Overrides

internalGetFieldAccessorTable()

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

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

newBuilderForType()

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

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected StragglerInfo.StragglerDebuggingInfo.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Name Description
parent BuilderParent
Returns
Type Description
StragglerInfo.StragglerDebuggingInfo.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Name Description
unused UnusedPrivateParameter
Returns
Type Description
Object
Overrides

toBuilder()

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

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
Name Description
output CodedOutputStream
Overrides
Exceptions
Type Description
IOException