StreamingStragglerInfo class
Information useful for streaming straggler identification and debugging.
Constructors
- StreamingStragglerInfo({String? dataWatermarkLag, String? endTime, String? startTime, String? systemWatermarkLag, String? workerName})
- StreamingStragglerInfo.fromJson(Map json_)
Properties
- dataWatermarkLag ↔ String?
-
The event-time watermark lag at the time of the straggler detection.
getter/setter pair
- endTime ↔ String?
-
End time of this straggler.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- startTime ↔ String?
-
Start time of this straggler.
getter/setter pair
- systemWatermarkLag ↔ String?
-
The system watermark lag at the time of the straggler detection.
getter/setter pair
- workerName ↔ String?
-
Name of the worker where the straggler was detected.
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited