Google Cloud Dataflow V1beta3 Client - Class StragglerInfo (0.8.1)

Reference documentation and code samples for the Google Cloud Dataflow V1beta3 Client class StragglerInfo.

Information useful for straggler identification and debugging.

Generated from protobuf message google.dataflow.v1beta3.StragglerInfo

Namespace

Google \ Cloud \ Dataflow \ V1beta3

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ start_time Google\Protobuf\Timestamp

The time when the work item attempt became a straggler.

↳ causes array|Google\Protobuf\Internal\MapField

The straggler causes, keyed by the string representation of the StragglerCause enum and contains specialized debugging information for each straggler cause.

getStartTime

The time when the work item attempt became a straggler.

Returns
Type Description
Google\Protobuf\Timestamp|null

hasStartTime

clearStartTime

setStartTime

The time when the work item attempt became a straggler.

Parameter
Name Description
var Google\Protobuf\Timestamp
Returns
Type Description
$this

getCauses

The straggler causes, keyed by the string representation of the StragglerCause enum and contains specialized debugging information for each straggler cause.

Returns
Type Description
Google\Protobuf\Internal\MapField

setCauses

The straggler causes, keyed by the string representation of the StragglerCause enum and contains specialized debugging information for each straggler cause.

Parameter
Name Description
var array|Google\Protobuf\Internal\MapField
Returns
Type Description
$this