Reference documentation and code samples for the Google Cloud Dataflow V1beta3 Client class StragglerSummary.
Summarized straggler identification details.
Generated from protobuf message google.dataflow.v1beta3.StragglerSummary
Namespace
Google \ Cloud \ Dataflow \ V1beta3Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ total_straggler_count |
int|string
The total count of stragglers. |
↳ straggler_cause_count |
array|Google\Protobuf\Internal\MapField
Aggregated counts of straggler causes, keyed by the string representation of the StragglerCause enum. |
↳ recent_stragglers |
array<Straggler>
The most recent stragglers. |
getTotalStragglerCount
The total count of stragglers.
Returns | |
---|---|
Type | Description |
int|string |
setTotalStragglerCount
The total count of stragglers.
Parameter | |
---|---|
Name | Description |
var |
int|string
|
Returns | |
---|---|
Type | Description |
$this |
getStragglerCauseCount
Aggregated counts of straggler causes, keyed by the string representation of the StragglerCause enum.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Internal\MapField |
setStragglerCauseCount
Aggregated counts of straggler causes, keyed by the string representation of the StragglerCause enum.
Parameter | |
---|---|
Name | Description |
var |
array|Google\Protobuf\Internal\MapField
|
Returns | |
---|---|
Type | Description |
$this |
getRecentStragglers
The most recent stragglers.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Internal\RepeatedField |
setRecentStragglers
The most recent stragglers.
Parameter | |
---|---|
Name | Description |
var |
array<Straggler>
|
Returns | |
---|---|
Type | Description |
$this |