Interface StragglerOrBuilder (0.67.0)

public interface StragglerOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getBatchStraggler()

public abstract StragglerInfo getBatchStraggler()

Batch straggler identification and debugging information.

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

Returns
Type Description
StragglerInfo

The batchStraggler.

getBatchStragglerOrBuilder()

public abstract StragglerInfoOrBuilder getBatchStragglerOrBuilder()

Batch straggler identification and debugging information.

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

Returns
Type Description
StragglerInfoOrBuilder

getStragglerInfoCase()

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

getStreamingStraggler()

public abstract StreamingStragglerInfo getStreamingStraggler()

Streaming straggler identification and debugging information.

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

Returns
Type Description
StreamingStragglerInfo

The streamingStraggler.

getStreamingStragglerOrBuilder()

public abstract StreamingStragglerInfoOrBuilder getStreamingStragglerOrBuilder()

Streaming straggler identification and debugging information.

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

Returns
Type Description
StreamingStragglerInfoOrBuilder

hasBatchStraggler()

public abstract 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 abstract 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.