Package | Description |
---|---|
com.google.api.services.dataflow.model |
Modifier and Type | Method and Description |
---|---|
StreamingStragglerInfo |
StreamingStragglerInfo.clone() |
StreamingStragglerInfo |
Straggler.getStreamingStraggler()
Streaming straggler identification and debugging information.
|
StreamingStragglerInfo |
StreamingStragglerInfo.set(String fieldName,
Object value) |
StreamingStragglerInfo |
StreamingStragglerInfo.setDataWatermarkLag(String dataWatermarkLag)
The event-time watermark lag at the time of the straggler detection.
|
StreamingStragglerInfo |
StreamingStragglerInfo.setEndTime(String endTime)
End time of this straggler.
|
StreamingStragglerInfo |
StreamingStragglerInfo.setStartTime(String startTime)
Start time of this straggler.
|
StreamingStragglerInfo |
StreamingStragglerInfo.setSystemWatermarkLag(String systemWatermarkLag)
The system watermark lag at the time of the straggler detection.
|
StreamingStragglerInfo |
StreamingStragglerInfo.setWorkerName(String workerName)
Name of the worker where the straggler was detected.
|
Modifier and Type | Method and Description |
---|---|
Straggler |
Straggler.setStreamingStraggler(StreamingStragglerInfo streamingStraggler)
Streaming straggler identification and debugging information.
|
Copyright © 2011–2025 Google. All rights reserved.