public final class StreamingConfigTask
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 Google 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.Flags| Constructor and Description |
|---|
StreamingConfigTask() |
| Modifier and Type | Method and Description |
|---|---|
StreamingConfigTask |
clone() |
java.util.List<StreamingComputationConfig> |
getStreamingComputationConfigs()
Set of computation configuration information.
|
java.util.Map<java.lang.String,java.lang.String> |
getUserStepToStateFamilyNameMap()
Map from user step names to state families.
|
java.lang.String |
getWindmillServiceEndpoint()
If present, the worker must use this endpoint to communicate with Windmill Service dispatchers,
otherwise the worker must continue to use whatever endpoint it had been using.
|
java.lang.Long |
getWindmillServicePort()
If present, the worker must use this port to communicate with Windmill Service dispatchers.
|
StreamingConfigTask |
set(java.lang.String fieldName,
java.lang.Object value) |
StreamingConfigTask |
setStreamingComputationConfigs(java.util.List<StreamingComputationConfig> streamingComputationConfigs)
Set of computation configuration information.
|
StreamingConfigTask |
setUserStepToStateFamilyNameMap(java.util.Map<java.lang.String,java.lang.String> userStepToStateFamilyNameMap)
Map from user step names to state families.
|
StreamingConfigTask |
setWindmillServiceEndpoint(java.lang.String windmillServiceEndpoint)
If present, the worker must use this endpoint to communicate with Windmill Service dispatchers,
otherwise the worker must continue to use whatever endpoint it had been using.
|
StreamingConfigTask |
setWindmillServicePort(java.lang.Long windmillServicePort)
If present, the worker must use this port to communicate with Windmill Service dispatchers.
|
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeyspublic java.util.List<StreamingComputationConfig> getStreamingComputationConfigs()
null for nonepublic StreamingConfigTask setStreamingComputationConfigs(java.util.List<StreamingComputationConfig> streamingComputationConfigs)
streamingComputationConfigs - streamingComputationConfigs or null for nonepublic java.util.Map<java.lang.String,java.lang.String> getUserStepToStateFamilyNameMap()
null for nonepublic StreamingConfigTask setUserStepToStateFamilyNameMap(java.util.Map<java.lang.String,java.lang.String> userStepToStateFamilyNameMap)
userStepToStateFamilyNameMap - userStepToStateFamilyNameMap or null for nonepublic java.lang.String getWindmillServiceEndpoint()
null for nonepublic StreamingConfigTask setWindmillServiceEndpoint(java.lang.String windmillServiceEndpoint)
windmillServiceEndpoint - windmillServiceEndpoint or null for nonepublic java.lang.Long getWindmillServicePort()
null for nonepublic StreamingConfigTask setWindmillServicePort(java.lang.Long windmillServicePort)
windmillServicePort - windmillServicePort or null for nonepublic StreamingConfigTask set(java.lang.String fieldName, java.lang.Object value)
set in class com.google.api.client.json.GenericJsonpublic StreamingConfigTask clone()
clone in class com.google.api.client.json.GenericJson