public final class StreamingComputationConfig
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.Flags
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
Constructor and Description |
---|
StreamingComputationConfig() |
Modifier and Type | Method and Description |
---|---|
StreamingComputationConfig |
clone() |
String |
getComputationId()
Unique identifier for this computation.
|
List<ParallelInstruction> |
getInstructions()
Instructions that comprise the computation.
|
String |
getStageName()
Stage name of this computation.
|
String |
getSystemName()
System defined name for this computation.
|
Map<String,String> |
getTransformUserNameToStateFamily()
Map from user name of stateful transforms in this stage to their state family.
|
StreamingComputationConfig |
set(String fieldName,
Object value) |
StreamingComputationConfig |
setComputationId(String computationId)
Unique identifier for this computation.
|
StreamingComputationConfig |
setInstructions(List<ParallelInstruction> instructions)
Instructions that comprise the computation.
|
StreamingComputationConfig |
setStageName(String stageName)
Stage name of this computation.
|
StreamingComputationConfig |
setSystemName(String systemName)
System defined name for this computation.
|
StreamingComputationConfig |
setTransformUserNameToStateFamily(Map<String,String> transformUserNameToStateFamily)
Map from user name of stateful transforms in this stage to their state family.
|
getFactory, setFactory, toPrettyString, toString
entrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeys
clear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, values
finalize, getClass, notify, notifyAll, wait, wait, wait
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
public String getComputationId()
null
for nonepublic StreamingComputationConfig setComputationId(String computationId)
computationId
- computationId or null
for nonepublic List<ParallelInstruction> getInstructions()
null
for nonepublic StreamingComputationConfig setInstructions(List<ParallelInstruction> instructions)
instructions
- instructions or null
for nonepublic String getStageName()
null
for nonepublic StreamingComputationConfig setStageName(String stageName)
stageName
- stageName or null
for nonepublic String getSystemName()
null
for nonepublic StreamingComputationConfig setSystemName(String systemName)
systemName
- systemName or null
for nonepublic Map<String,String> getTransformUserNameToStateFamily()
null
for nonepublic StreamingComputationConfig setTransformUserNameToStateFamily(Map<String,String> transformUserNameToStateFamily)
transformUserNameToStateFamily
- transformUserNameToStateFamily or null
for nonepublic StreamingComputationConfig set(String fieldName, Object value)
set
in class com.google.api.client.json.GenericJson
public StreamingComputationConfig clone()
clone
in class com.google.api.client.json.GenericJson
Copyright © 2011–2019 Google. All rights reserved.