Class StragglerSummary (0.67.0)

public final class StragglerSummary extends GeneratedMessageV3 implements StragglerSummaryOrBuilder

Summarized straggler identification details.

Protobuf type google.dataflow.v1beta3.StragglerSummary

Static Fields

RECENT_STRAGGLERS_FIELD_NUMBER

public static final int RECENT_STRAGGLERS_FIELD_NUMBER
Field Value
Type Description
int

STRAGGLER_CAUSE_COUNT_FIELD_NUMBER

public static final int STRAGGLER_CAUSE_COUNT_FIELD_NUMBER
Field Value
Type Description
int

TOTAL_STRAGGLER_COUNT_FIELD_NUMBER

public static final int TOTAL_STRAGGLER_COUNT_FIELD_NUMBER
Field Value
Type Description
int

Static Methods

getDefaultInstance()

public static StragglerSummary getDefaultInstance()
Returns
Type Description
StragglerSummary

getDescriptor()

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

newBuilder()

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

newBuilder(StragglerSummary prototype)

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

parseDelimitedFrom(InputStream input)

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

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(byte[] data)

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

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteString data)

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

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(CodedInputStream input)

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

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(InputStream input)

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

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteBuffer data)

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

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

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

parser()

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

Methods

containsStragglerCauseCount(String key)

public boolean containsStragglerCauseCount(String key)

Aggregated counts of straggler causes, keyed by the string representation of the StragglerCause enum.

map<string, int64> straggler_cause_count = 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

getDefaultInstanceForType()

public StragglerSummary getDefaultInstanceForType()
Returns
Type Description
StragglerSummary

getParserForType()

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

getRecentStragglers(int index)

public Straggler getRecentStragglers(int index)

The most recent stragglers.

repeated .google.dataflow.v1beta3.Straggler recent_stragglers = 3;

Parameter
Name Description
index int
Returns
Type Description
Straggler

getRecentStragglersCount()

public int getRecentStragglersCount()

The most recent stragglers.

repeated .google.dataflow.v1beta3.Straggler recent_stragglers = 3;

Returns
Type Description
int

getRecentStragglersList()

public List<Straggler> getRecentStragglersList()

The most recent stragglers.

repeated .google.dataflow.v1beta3.Straggler recent_stragglers = 3;

Returns
Type Description
List<Straggler>

getRecentStragglersOrBuilder(int index)

public StragglerOrBuilder getRecentStragglersOrBuilder(int index)

The most recent stragglers.

repeated .google.dataflow.v1beta3.Straggler recent_stragglers = 3;

Parameter
Name Description
index int
Returns
Type Description
StragglerOrBuilder

getRecentStragglersOrBuilderList()

public List<? extends StragglerOrBuilder> getRecentStragglersOrBuilderList()

The most recent stragglers.

repeated .google.dataflow.v1beta3.Straggler recent_stragglers = 3;

Returns
Type Description
List<? extends com.google.dataflow.v1beta3.StragglerOrBuilder>

getSerializedSize()

public int getSerializedSize()
Returns
Type Description
int
Overrides

getStragglerCauseCount() (deprecated)

public Map<String,Long> getStragglerCauseCount()
Returns
Type Description
Map<String,java.lang.Long>

getStragglerCauseCountCount()

public int getStragglerCauseCountCount()

Aggregated counts of straggler causes, keyed by the string representation of the StragglerCause enum.

map<string, int64> straggler_cause_count = 2;

Returns
Type Description
int

getStragglerCauseCountMap()

public Map<String,Long> getStragglerCauseCountMap()

Aggregated counts of straggler causes, keyed by the string representation of the StragglerCause enum.

map<string, int64> straggler_cause_count = 2;

Returns
Type Description
Map<String,java.lang.Long>

getStragglerCauseCountOrDefault(String key, long defaultValue)

public long getStragglerCauseCountOrDefault(String key, long defaultValue)

Aggregated counts of straggler causes, keyed by the string representation of the StragglerCause enum.

map<string, int64> straggler_cause_count = 2;

Parameters
Name Description
key String
defaultValue long
Returns
Type Description
long

getStragglerCauseCountOrThrow(String key)

public long getStragglerCauseCountOrThrow(String key)

Aggregated counts of straggler causes, keyed by the string representation of the StragglerCause enum.

map<string, int64> straggler_cause_count = 2;

Parameter
Name Description
key String
Returns
Type Description
long

getTotalStragglerCount()

public long getTotalStragglerCount()

The total count of stragglers.

int64 total_straggler_count = 1;

Returns
Type Description
long

The totalStragglerCount.

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 StragglerSummary.Builder newBuilderForType()
Returns
Type Description
StragglerSummary.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

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

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

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

toBuilder()

public StragglerSummary.Builder toBuilder()
Returns
Type Description
StragglerSummary.Builder

writeTo(CodedOutputStream output)

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