public final class StreamingStragglerInfo
extends com.google.api.client.json.GenericJson
This is the Java data model class that specifies how to parse/serialize into the JSON that is transmitted over HTTP when working with the Dataflow API. For a detailed explanation see: https://developers.google.com/api-client-library/java/google-http-java-client/json
com.google.api.client.util.GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
StreamingStragglerInfo() |
| Modifier and Type | Method and Description |
|---|---|
StreamingStragglerInfo |
clone() |
String |
getDataWatermarkLag()
The event-time watermark lag at the time of the straggler detection.
|
String |
getEndTime()
End time of this straggler.
|
String |
getStartTime()
Start time of this straggler.
|
String |
getSystemWatermarkLag()
The system watermark lag at the time of the straggler detection.
|
String |
getWorkerName()
Name of the worker where the straggler was detected.
|
StreamingStragglerInfo |
set(String fieldName,
Object value) |
StreamingStragglerInfo |
setDataWatermarkLag(String dataWatermarkLag)
The event-time watermark lag at the time of the straggler detection.
|
StreamingStragglerInfo |
setEndTime(String endTime)
End time of this straggler.
|
StreamingStragglerInfo |
setStartTime(String startTime)
Start time of this straggler.
|
StreamingStragglerInfo |
setSystemWatermarkLag(String systemWatermarkLag)
The system watermark lag at the time of the straggler detection.
|
StreamingStragglerInfo |
setWorkerName(String workerName)
Name of the worker where the straggler was detected.
|
getFactory, setFactory, toPrettyString, toStringentrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, isEmpty, keySet, size, valuesfinalize, getClass, notify, notifyAll, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAllpublic String getDataWatermarkLag()
null for nonepublic StreamingStragglerInfo setDataWatermarkLag(String dataWatermarkLag)
dataWatermarkLag - dataWatermarkLag or null for nonepublic String getEndTime()
null for nonepublic StreamingStragglerInfo setEndTime(String endTime)
endTime - endTime or null for nonepublic String getStartTime()
null for nonepublic StreamingStragglerInfo setStartTime(String startTime)
startTime - startTime or null for nonepublic String getSystemWatermarkLag()
null for nonepublic StreamingStragglerInfo setSystemWatermarkLag(String systemWatermarkLag)
systemWatermarkLag - systemWatermarkLag or null for nonepublic String getWorkerName()
null for nonepublic StreamingStragglerInfo setWorkerName(String workerName)
workerName - workerName or null for nonepublic StreamingStragglerInfo set(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic StreamingStragglerInfo clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2025 Google. All rights reserved.