Interface StragglerInfo.StragglerDebuggingInfoOrBuilder (0.67.0)

public static interface StragglerInfo.StragglerDebuggingInfoOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getHotKey()

public abstract HotKeyDebuggingInfo getHotKey()

Hot key debugging details.

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

Returns
Type Description
HotKeyDebuggingInfo

The hotKey.

getHotKeyOrBuilder()

public abstract HotKeyDebuggingInfoOrBuilder getHotKeyOrBuilder()

Hot key debugging details.

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

Returns
Type Description
HotKeyDebuggingInfoOrBuilder

getStragglerDebuggingInfoValueCase()

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

hasHotKey()

public abstract boolean hasHotKey()

Hot key debugging details.

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

Returns
Type Description
boolean

Whether the hotKey field is set.