public sealed class StreamingStragglerInfo : IMessage<StreamingStragglerInfo>, IEquatable<StreamingStragglerInfo>, IDeepCloneable<StreamingStragglerInfo>, IBufferMessage, IMessageReference documentation and code samples for the Dataflow v1beta3 API class StreamingStragglerInfo.
Information useful for streaming straggler identification and debugging.
Implements
IMessageStreamingStragglerInfo, IEquatableStreamingStragglerInfo, IDeepCloneableStreamingStragglerInfo, IBufferMessage, IMessageNamespace
Google.Cloud.Dataflow.V1Beta3Assembly
Google.Cloud.Dataflow.V1Beta3.dll
Constructors
StreamingStragglerInfo()
public StreamingStragglerInfo()StreamingStragglerInfo(StreamingStragglerInfo)
public StreamingStragglerInfo(StreamingStragglerInfo other)| Parameter | |
|---|---|
| Name | Description |
other |
StreamingStragglerInfo |
Properties
DataWatermarkLag
public Duration DataWatermarkLag { get; set; }The event-time watermark lag at the time of the straggler detection.
| Property Value | |
|---|---|
| Type | Description |
Duration |
|
EndTime
public Timestamp EndTime { get; set; }End time of this straggler.
| Property Value | |
|---|---|
| Type | Description |
Timestamp |
|
StartTime
public Timestamp StartTime { get; set; }Start time of this straggler.
| Property Value | |
|---|---|
| Type | Description |
Timestamp |
|
SystemWatermarkLag
public Duration SystemWatermarkLag { get; set; }The system watermark lag at the time of the straggler detection.
| Property Value | |
|---|---|
| Type | Description |
Duration |
|
WorkerName
public string WorkerName { get; set; }Name of the worker where the straggler was detected.
| Property Value | |
|---|---|
| Type | Description |
string |
|