Class Straggler (0.67.0)

public final class Straggler extends GeneratedMessageV3 implements StragglerOrBuilder

Information for a straggler.

Protobuf type google.dataflow.v1beta3.Straggler

Implements

StragglerOrBuilder

Static Fields

BATCH_STRAGGLER_FIELD_NUMBER

public static final int BATCH_STRAGGLER_FIELD_NUMBER
Field Value
Type Description
int

STREAMING_STRAGGLER_FIELD_NUMBER

public static final int STREAMING_STRAGGLER_FIELD_NUMBER
Field Value
Type Description
int

Static Methods

getDefaultInstance()

public static Straggler getDefaultInstance()
Returns
Type Description
Straggler

getDescriptor()

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

newBuilder()

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

newBuilder(Straggler prototype)

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

parseDelimitedFrom(InputStream input)

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

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(byte[] data)

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

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteString data)

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

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(CodedInputStream input)

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

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(InputStream input)

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

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteBuffer data)

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

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

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

parser()

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

Methods

equals(Object obj)

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

getBatchStraggler()

public StragglerInfo getBatchStraggler()

Batch straggler identification and debugging information.

.google.dataflow.v1beta3.StragglerInfo batch_straggler = 1;

Returns
Type Description
StragglerInfo

The batchStraggler.

getBatchStragglerOrBuilder()

public StragglerInfoOrBuilder getBatchStragglerOrBuilder()

Batch straggler identification and debugging information.

.google.dataflow.v1beta3.StragglerInfo batch_straggler = 1;

Returns
Type Description
StragglerInfoOrBuilder

getDefaultInstanceForType()

public Straggler getDefaultInstanceForType()
Returns
Type Description
Straggler

getParserForType()

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

getSerializedSize()

public int getSerializedSize()
Returns
Type Description
int
Overrides

getStragglerInfoCase()

public Straggler.StragglerInfoCase getStragglerInfoCase()
Returns
Type Description
Straggler.StragglerInfoCase

getStreamingStraggler()

public StreamingStragglerInfo getStreamingStraggler()

Streaming straggler identification and debugging information.

.google.dataflow.v1beta3.StreamingStragglerInfo streaming_straggler = 2;

Returns
Type Description
StreamingStragglerInfo

The streamingStraggler.

getStreamingStragglerOrBuilder()

public StreamingStragglerInfoOrBuilder getStreamingStragglerOrBuilder()

Streaming straggler identification and debugging information.

.google.dataflow.v1beta3.StreamingStragglerInfo streaming_straggler = 2;

Returns
Type Description
StreamingStragglerInfoOrBuilder

hasBatchStraggler()

public boolean hasBatchStraggler()

Batch straggler identification and debugging information.

.google.dataflow.v1beta3.StragglerInfo batch_straggler = 1;

Returns
Type Description
boolean

Whether the batchStraggler field is set.

hasStreamingStraggler()

public boolean hasStreamingStraggler()

Streaming straggler identification and debugging information.

.google.dataflow.v1beta3.StreamingStragglerInfo streaming_straggler = 2;

Returns
Type Description
boolean

Whether the streamingStraggler 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 Straggler.Builder newBuilderForType()
Returns
Type Description
Straggler.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

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

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

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

toBuilder()

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

writeTo(CodedOutputStream output)

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