Reference documentation and code samples for the Google Cloud Dataflow V1beta3 Client class StreamingStragglerInfo.
Information useful for streaming straggler identification and debugging.
Generated from protobuf message google.dataflow.v1beta3.StreamingStragglerInfo
Namespace
Google \ Cloud \ Dataflow \ V1beta3Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ start_time |
Google\Protobuf\Timestamp
Start time of this straggler. |
↳ end_time |
Google\Protobuf\Timestamp
End time of this straggler. |
↳ worker_name |
string
Name of the worker where the straggler was detected. |
↳ data_watermark_lag |
Google\Protobuf\Duration
The event-time watermark lag at the time of the straggler detection. |
↳ system_watermark_lag |
Google\Protobuf\Duration
The system watermark lag at the time of the straggler detection. |
getStartTime
Start time of this straggler.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Timestamp|null |
hasStartTime
clearStartTime
setStartTime
Start time of this straggler.
Parameter | |
---|---|
Name | Description |
var |
Google\Protobuf\Timestamp
|
Returns | |
---|---|
Type | Description |
$this |
getEndTime
End time of this straggler.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Timestamp|null |
hasEndTime
clearEndTime
setEndTime
End time of this straggler.
Parameter | |
---|---|
Name | Description |
var |
Google\Protobuf\Timestamp
|
Returns | |
---|---|
Type | Description |
$this |
getWorkerName
Name of the worker where the straggler was detected.
Returns | |
---|---|
Type | Description |
string |
setWorkerName
Name of the worker where the straggler was detected.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getDataWatermarkLag
The event-time watermark lag at the time of the straggler detection.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Duration|null |
hasDataWatermarkLag
clearDataWatermarkLag
setDataWatermarkLag
The event-time watermark lag at the time of the straggler detection.
Parameter | |
---|---|
Name | Description |
var |
Google\Protobuf\Duration
|
Returns | |
---|---|
Type | Description |
$this |
getSystemWatermarkLag
The system watermark lag at the time of the straggler detection.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Duration|null |
hasSystemWatermarkLag
clearSystemWatermarkLag
setSystemWatermarkLag
The system watermark lag at the time of the straggler detection.
Parameter | |
---|---|
Name | Description |
var |
Google\Protobuf\Duration
|
Returns | |
---|---|
Type | Description |
$this |