Class StragglerInfo (0.67.0)

public final class StragglerInfo extends GeneratedMessageV3 implements StragglerInfoOrBuilder

Information useful for straggler identification and debugging.

Protobuf type google.dataflow.v1beta3.StragglerInfo

Static Fields

CAUSES_FIELD_NUMBER

public static final int CAUSES_FIELD_NUMBER
Field Value
Type Description
int

START_TIME_FIELD_NUMBER

public static final int START_TIME_FIELD_NUMBER
Field Value
Type Description
int

Static Methods

getDefaultInstance()

public static StragglerInfo getDefaultInstance()
Returns
Type Description
StragglerInfo

getDescriptor()

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

newBuilder()

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

newBuilder(StragglerInfo prototype)

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

parseDelimitedFrom(InputStream input)

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

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(byte[] data)

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

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteString data)

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

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(CodedInputStream input)

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

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(InputStream input)

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

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteBuffer data)

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

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

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

parser()

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

Methods

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

equals(Object obj)

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

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

getParserForType()

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

getSerializedSize()

public int getSerializedSize()
Returns
Type Description
int
Overrides

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.

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.

hashCode()

public int hashCode()
Returns
Type Description
int
Overrides

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.internalGetMapFieldReflection(int)

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

newBuilderForType()

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

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected StragglerInfo.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Name Description
parent BuilderParent
Returns
Type Description
StragglerInfo.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.Builder toBuilder()
Returns
Type Description
StragglerInfo.Builder

writeTo(CodedOutputStream output)

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